setData.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. page{
  2. background-color: #f2f2f2;
  3. }
  4. .upload{
  5. width: 690rpx;
  6. margin: 0 auto;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .upload-title{
  11. height: 90rpx;
  12. border-bottom: 1rpx solid #efefef;
  13. font-size: 30rpx;
  14. color: #333;
  15. font-weight: 500;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .content-title-text{
  20. font-size: 30rpx;
  21. color: #333;
  22. font-weight: 500;
  23. }
  24. .content-title-number{
  25. font-size: 24rpx;
  26. color: #333;
  27. }
  28. .upload-img{
  29. display: flex;
  30. height: 240rpx;
  31. align-items: center;
  32. }
  33. .upload-img image{
  34. margin-left: 30rpx;
  35. width: 120rpx;
  36. height: 120rpx;
  37. background-color: #f8f8f8;
  38. border-radius: 10rpx;
  39. }
  40. /* 图片 */
  41. .img{
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: space-around;
  45. }
  46. .img_title{
  47. display: flex;
  48. align-items: center;
  49. padding: 30rpx 0rpx;
  50. }
  51. .img_title text{
  52. font-size: 26rpx;
  53. color:#333;
  54. }
  55. .img_title image{
  56. width: 26rpx;
  57. height: 26rpx;
  58. margin-left: 10rpx;
  59. }
  60. .image{
  61. width: 120rpx;
  62. height: 120rpx;
  63. background-color: #f8f8f8;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. margin-left: 20rpx;
  68. position: relative;
  69. }
  70. .image .image-tu{
  71. width: 100%;
  72. height: 100%;
  73. }
  74. .img-content{
  75. display: flex
  76. }
  77. .delete-img{
  78. width: 20rpx;
  79. height: 20rpx;
  80. position: absolute;
  81. top: 0;
  82. right: 0;
  83. }
  84. .content{
  85. width: 100%;
  86. display: flex;
  87. justify-content: space-between;
  88. border-bottom: 1rpx solid #efefef;
  89. align-items: center;
  90. height: 90rpx;
  91. }
  92. .edit{
  93. width: 120rpx;
  94. height: 60rpx;
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. font-size: 26rpx;
  99. color: #fff;
  100. margin-right: 30rpx;
  101. background-color: #ccc;
  102. border-radius: 60rpx;
  103. }
  104. .img-set{
  105. position: relative;
  106. }
  107. .set{
  108. position: absolute;
  109. top:0;
  110. right: 0;
  111. width: 40rpx;
  112. height: 40rpx;
  113. }
  114. .checkText{
  115. background-color: #33ad37;
  116. }