change.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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: #333;
  28. margin-left: 20rpx;
  29. }
  30. .item>text text{
  31. color: rgba(153, 153, 153, 1);
  32. }
  33. .upload{
  34. width: 240rpx;
  35. height: 240rpx;
  36. background: #F7F7F7;
  37. border-radius: 8rpx;
  38. text-align: center;
  39. font-size: 30rpx;
  40. padding-top: 74rpx;
  41. display: inline-block;
  42. vertical-align: top;
  43. }
  44. .upload image{
  45. width: 50rpx;
  46. display: block;
  47. margin: 0 auto 8rpx;
  48. }
  49. .stock_imgs{
  50. display: inline-block;
  51. width: 240rpx;
  52. height:240rpx;
  53. vertical-align: top;
  54. position: relative;
  55. margin-right: 10rpx;
  56. margin-bottom: 10rpx;
  57. }
  58. .stock_imgs icon{
  59. position: absolute;
  60. right: 10rpx;
  61. top: 10rpx;
  62. }
  63. .stock_imgs image{
  64. border-radius: 8rpx;
  65. width:240rpx;height:240rpx;
  66. }
  67. .edit{
  68. text-align: center;
  69. position: absolute;
  70. bottom: 2px;
  71. left: 0;
  72. width: 100%;
  73. }
  74. .edit text{
  75. display: inline-block;
  76. color: #fff;
  77. background: #D94B24;
  78. border-radius: 32rpx;
  79. width: 100rpx;
  80. line-height: 48rpx;
  81. text-align: center;
  82. font-size: 28rpx;
  83. margin: 0 2px;
  84. }
  85. button:not([size='mini']){
  86. background: #D94B24;
  87. color: #fff;
  88. width: 100% !important;
  89. height: 88rpx;
  90. line-height: 88rpx;
  91. padding: 0;
  92. font-size: 32rpx;
  93. border-radius: 8rpx;
  94. margin-top: 50rpx;
  95. font-weight: 400;
  96. }