signup.wxss 1.5 KB

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