change.wxss 2.0 KB

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