index.wxss 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .identify-box{
  2. width:100%;
  3. display: flex;
  4. padding:0rpx 20rpx 20rpx 20rpx;
  5. box-sizing: border-box;
  6. }
  7. .identify-list{
  8. float: left;
  9. width: 50%;
  10. margin-top:30rpx;
  11. }
  12. .identify-img{
  13. width:350rpx;
  14. height:350rpx;
  15. padding: 2rpx;
  16. }
  17. .fs36{ font-size: 36rpx;}
  18. .dialog-body{
  19. text-align:center;
  20. }
  21. .mcover-home{
  22. position: relative;
  23. flex-direction: row;
  24. height: 100%;
  25. top: 0;
  26. z-index: 1000;
  27. display: flex;
  28. }
  29. .camara-1{
  30. width: 50px;
  31. height: 50px;
  32. margin: 5px;
  33. background-color: #f70264;
  34. -webkit-border-radius: 50px;
  35. -moz-border-radius:50px;
  36. border-radius:50px;
  37. }
  38. .mcover-bar{
  39. position: absolute;
  40. bottom: 10px;
  41. height: 70px;
  42. margin: 0;
  43. padding: 0;
  44. width: 100%;
  45. }
  46. .mcover-view{
  47. position: relative;
  48. justify-content: space-around;
  49. background-color: none;
  50. display: flex;
  51. z-index: 1001;
  52. }
  53. .info-title{
  54. text-align: left;
  55. font-size: 30rpx;
  56. letter-spacing: 0.1em;
  57. font-weight: 700;
  58. line-height: 30rpx;
  59. }