change.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /* pages/change/change.wxss */
  2. page{
  3. padding: 30rpx;
  4. }
  5. .item{
  6. display: flex;
  7. margin-bottom: 16rpx;
  8. }
  9. .item label{
  10. font-size: 30rpx;
  11. /* line-height: 88rpx; */
  12. width: 200rpx;
  13. color: #333;
  14. margin-right: 30rpx;
  15. margin-top: 20rpx;
  16. }
  17. .item input{
  18. width: 30%;
  19. height: 88rpx;
  20. border: 1px solid rgba(224, 224, 224, 1);
  21. border-radius: 8rpx;
  22. padding: 0 24rpx;
  23. font-size: 30rpx;
  24. }
  25. .item>text{
  26. font-size: 30rpx;
  27. line-height: 88rpx;
  28. color: #D94B24;
  29. margin-left: 20rpx;
  30. }
  31. .upload{
  32. width: 240rpx;
  33. height: 240rpx;
  34. background: #F7F7F7;
  35. border-radius: 8rpx;
  36. text-align: center;
  37. font-size: 30rpx;
  38. padding-top: 74rpx;
  39. display: inline-block;
  40. vertical-align: top;
  41. }
  42. .upload image{
  43. width: 50rpx;
  44. display: block;
  45. margin: 0 auto 8rpx;
  46. }
  47. .stock_imgs{
  48. display: inline-block;
  49. width: 240rpx;
  50. height:240rpx;
  51. vertical-align: top;
  52. position: relative;
  53. margin-right: 10rpx;
  54. margin-bottom: 10rpx;
  55. }
  56. .stock_imgs icon{
  57. position: absolute;
  58. right: 10rpx;
  59. top: 10rpx;
  60. }
  61. .stock_imgs image{
  62. border-radius: 8rpx;
  63. width:240rpx;height:240rpx;
  64. }
  65. .edit{
  66. text-align: center;
  67. position: absolute;
  68. bottom: 2px;
  69. left: 0;
  70. width: 100%;
  71. }
  72. .edit text{
  73. display: inline-block;
  74. color: #fff;
  75. background: #D94B24;
  76. border-radius: 32rpx;
  77. width: 100rpx;
  78. line-height: 48rpx;
  79. text-align: center;
  80. font-size: 28rpx;
  81. margin: 0 2px;
  82. }
  83. button:not([size='mini']){
  84. background: #D94B24;
  85. color: #fff;
  86. width: 100% !important;
  87. height: 88rpx;
  88. line-height: 88rpx;
  89. padding: 0;
  90. font-size: 32rpx;
  91. border-radius: 8rpx;
  92. margin-top: 50rpx;
  93. font-weight: 400;
  94. }
  95. .change{
  96. color: #D94B24;
  97. text-decoration: underline;
  98. display: inline;
  99. }
  100. .item1{
  101. margin-top: 30rpx;
  102. font-size: 28rpx;
  103. line-height: 60rpx;
  104. color: #333;
  105. }
  106. .item2{
  107. margin-top: 40rpx;
  108. font-size: 32rpx;
  109. color: #333;
  110. }