signup.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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 0rpx 0rpx;
  12. padding-left: 140rpx;
  13. position: relative;
  14. font-size: 34rpx;
  15. }
  16. .item label{
  17. position: absolute;
  18. left: 0;
  19. top: 30rpx;
  20. line-height: 64rpx;
  21. }
  22. .title{
  23. line-height: 64rpx;
  24. margin-top: 30rpx;
  25. margin-bottom: 20rpx;
  26. font-size: 38rpx;
  27. }
  28. .title label{
  29. line-height: 64rpx;
  30. margin-top: 30rpx;
  31. margin-bottom: 20rpx;
  32. font-size: 34rpx;
  33. }
  34. .message{
  35. font-size: 26rpx;
  36. color: #666;
  37. }
  38. .zf{
  39. width: 40rpx;
  40. height: 40rpx;
  41. margin-left: 20rpx;
  42. position: absolute;
  43. margin-top: 15rpx;
  44. }
  45. .content{
  46. margin-left: 30rpx;
  47. }
  48. .tags{
  49. position: relative;
  50. margin-left: 25rpx;
  51. }
  52. .tags>text{
  53. display: inline-block;
  54. /* width: 160rpx; */
  55. border: 1px solid #E0E0E0;
  56. text-align: center;
  57. line-height: 64rpx;
  58. border-radius: 32rpx;
  59. font-size: 30rpx;
  60. margin-bottom: 16rpx;
  61. margin-right: 16rpx;
  62. padding: 0 30rpx;
  63. }
  64. .tags .act{
  65. border: 1px solid #FFEFEB;
  66. background: #FFEFEB;
  67. color: #D94B24;
  68. }
  69. .date-picker{
  70. line-height: 64rpx;
  71. }
  72. .date-picker text{
  73. color: #666;
  74. font-size: 30rpx;
  75. }
  76. .tags input,.picker{
  77. border: 1px solid #E0E0E0;
  78. width: 100%;
  79. height: 88rpx;
  80. padding: 0 24rpx;
  81. box-sizing: border-box;
  82. position: relative;
  83. top: -5rpx;
  84. font-size: 30rpx;
  85. border-radius: 8rpx;
  86. line-height: 88rpx;
  87. }
  88. .yzm{
  89. display: flex;
  90. justify-content: space-between;
  91. }
  92. .yzm input{
  93. width: 58%;
  94. }
  95. .yzm view{
  96. width: 40%;
  97. height: 80rpx;
  98. color: #D94B24;
  99. line-height: 80rpx;
  100. border: 1px solid #D94B24;
  101. border-radius: 8rpx;
  102. font-size: 30rpx;
  103. text-align: center;
  104. }
  105. .yzm .disabled{
  106. color: #999;
  107. border-color: #999;
  108. }
  109. .picker image{
  110. float: right;
  111. margin-top: 30rpx;
  112. }
  113. button:not([size='mini']){
  114. background: #D94B24;
  115. color: #fff;
  116. width: 100% !important;
  117. margin-top: 100rpx;
  118. height: 88rpx;
  119. line-height: 88rpx;
  120. padding: 0;
  121. font-size: 32rpx;
  122. border-radius: 8rpx;
  123. }