band.wxss 897 B

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