signup.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* pages/signup.wxss */
  2. page{
  3. padding: 30rpx;
  4. }
  5. .money{
  6. font-weight: 500;
  7. margin-top: 50rpx;
  8. margin-bottom: 30rpx;
  9. }
  10. .item{
  11. padding: 30rpx 0 0rpx;
  12. padding-left: 140rpx;
  13. position: relative;
  14. }
  15. .item label{
  16. position: absolute;
  17. left: 0;
  18. top: 30rpx;
  19. line-height: 64rpx;
  20. font-weight: 500;
  21. }
  22. .tags{
  23. position: relative;
  24. }
  25. .tags>text{
  26. display: inline-block;
  27. /* width: 160rpx; */
  28. border: 1px solid #E0E0E0;
  29. text-align: center;
  30. line-height: 64rpx;
  31. border-radius: 32rpx;
  32. font-size: 30rpx;
  33. margin-bottom: 16rpx;
  34. margin-right: 16rpx;
  35. padding: 0 30rpx;
  36. }
  37. .tags .act{
  38. border: 1px solid #FFEFEB;
  39. background: #FFEFEB;
  40. color: #D94B24;
  41. }
  42. .date-picker{
  43. line-height: 64rpx;
  44. }
  45. .date-picker text{
  46. color: #666;
  47. font-size: 30rpx;
  48. }
  49. .tags input,.picker{
  50. border: 1px solid #E0E0E0;
  51. width: 100%;
  52. height: 88rpx;
  53. padding: 0 24rpx;
  54. box-sizing: border-box;
  55. position: relative;
  56. top: -5rpx;
  57. font-size: 30rpx;
  58. border-radius: 8rpx;
  59. line-height: 88rpx;
  60. }
  61. .yzm{
  62. display: flex;
  63. justify-content: space-between;
  64. }
  65. .yzm input{
  66. width: 58%;
  67. }
  68. .yzm view{
  69. width: 40%;
  70. height: 88rpx;
  71. color: #D94B24;
  72. line-height: 88rpx;
  73. border: 1px solid #D94B24;
  74. border-radius: 8rpx;
  75. font-size: 30rpx;
  76. text-align: center;
  77. }
  78. .yzm .disabled{
  79. color: #999;
  80. border-color: #999;
  81. }
  82. .picker image{
  83. float: right;
  84. margin-top: 30rpx;
  85. }
  86. button:not([size='mini']){
  87. background: #D94B24;
  88. color: #fff;
  89. width: 100% !important;
  90. margin-top: 100rpx;
  91. height: 88rpx;
  92. line-height: 88rpx;
  93. padding: 0;
  94. font-size: 32rpx;
  95. border-radius: 8rpx;
  96. }