upload.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/upload/upload.wxss */
  2. page{
  3. padding:0 32rpx 32rpx;
  4. }
  5. .label{
  6. font-size: 28rpx;
  7. font-weight: 500;
  8. margin: 32rpx 0 16rpx;
  9. }
  10. input,.picker{
  11. height: 88rpx;
  12. background: #F4F6F8;
  13. border-radius: 16rpx;
  14. padding: 0 20rpx;
  15. font-size: 28rpx;
  16. max-width: 100%;
  17. border: 1px solid #EEEEEE;
  18. }
  19. picker{
  20. width: 30%;
  21. }
  22. .picker{
  23. line-height: 88rpx;
  24. }
  25. .info{
  26. display: flex;
  27. margin-bottom: 15rpx;
  28. justify-content: space-between;
  29. }
  30. .info input{
  31. width: 30%;
  32. display: inline-block;
  33. }
  34. .info text{
  35. display: inline-block;
  36. line-height: 88rpx;
  37. vertical-align: top;
  38. }
  39. .add{
  40. background: #FF5151;
  41. width: 28%;
  42. /* display: inline-block; */
  43. color: #fff;
  44. font-size: 28rpx;
  45. border-radius: 16rpx;
  46. line-height: 88rpx;
  47. text-align: center;
  48. vertical-align: top;
  49. }
  50. .openmarket{
  51. height: 88rpx;
  52. background: #F4F6F8;
  53. border-radius: 16rpx;
  54. padding: 0 20rpx;
  55. font-size: 28rpx;
  56. border: 1px solid #EEEEEE;
  57. margin: 16rpx 0;
  58. line-height: 88rpx;
  59. }
  60. .openmarket switch{
  61. float: right;
  62. position: relative;
  63. top: -4rpx;
  64. }
  65. .tips{
  66. margin-top: 32rpx;
  67. }
  68. .tips text{
  69. display: block;
  70. color: #666;
  71. font-size: 24rpx;
  72. line-height: 40rpx;
  73. }
  74. form button:not([size='mini']){
  75. background: #FF5151;
  76. color: #fff;
  77. width: 80%;
  78. height: 88rpx;
  79. line-height: 88rpx;
  80. padding: 0;
  81. font-size: 32rpx;
  82. border-radius: 16rpx;
  83. margin-top: 50rpx;
  84. }
  85. .upload{
  86. width: 220rpx;
  87. }
  88. .note{
  89. font-size:22rpx;
  90. padding:10rpx 0rpx;
  91. color:#999;
  92. }