joinMaster.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. page {
  2. background: #9C0115;
  3. color: #333;
  4. }
  5. view,text{
  6. box-sizing: border-box;
  7. color:#333;
  8. font-size: 28rpx;
  9. }
  10. .container{
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. padding:52rpx 48rpx 60rpx;
  15. }
  16. .logo{
  17. width:386rpx;
  18. height: 68rpx;
  19. margin-bottom:46rpx;
  20. }
  21. .main{
  22. width:654rpx;
  23. min-height: 1200rpx;
  24. background: #FFFFFF;
  25. border-radius: 27px;
  26. padding:60rpx 0 194rpx;
  27. }
  28. .submit-btn{
  29. width: 622rpx;
  30. height: 88rpx;
  31. line-height: 88rpx;
  32. margin:0 auto;
  33. background: #09afff;
  34. border-radius: 88rpx;
  35. color: #FFFFFF;
  36. font-size: 32rpx;
  37. text-align: center;
  38. margin:300rpx auto 0;
  39. }
  40. .info-block{
  41. padding:0 16rpx 0 34rpx;
  42. }
  43. .head-top{
  44. color: #0EAEFC;
  45. line-height: 50rpx;
  46. font-size: 36rpx;
  47. height: 50rpx;
  48. margin-bottom:10rpx;
  49. }
  50. .head-tips{
  51. color: #0EAEFC;
  52. line-height: 38rpx;
  53. height: 38rpx;
  54. font-size: 26rpx;
  55. margin-bottom:40rpx;
  56. }
  57. .item-title{
  58. display: flex;
  59. align-items: flex-end;
  60. height: 40rpx;
  61. margin-bottom:22rpx;
  62. }
  63. .item-title text{
  64. color: #C02D2D;
  65. height: 32rpx;
  66. margin-right:4rpx;
  67. }
  68. .question{
  69. font-size: 28rpx;
  70. }
  71. .remark{
  72. font-size: 20rpx;
  73. color: #B6B6B6;
  74. padding-bottom:4rpx;
  75. }
  76. .input-block{
  77. width: 582rpx;
  78. height: 84rpx;
  79. background: #EAEAEA;
  80. margin-left:16rpx;
  81. padding:14rpx 12rpx;
  82. }
  83. .input{
  84. height: 56rpx;
  85. background:#fff;
  86. border-radius: 6rpx;
  87. padding:0 12rpx;
  88. flex:1;
  89. }
  90. .info-item{
  91. margin-bottom:20rpx;
  92. }
  93. .input-tips{
  94. color: #333333;
  95. line-height: 24rpx;
  96. font-size: 18rpx;
  97. height: 24rpx;
  98. margin:-16rpx 0 10rpx 16rpx;
  99. }
  100. .placeholder{
  101. font-size: 24rpx;
  102. color: #B4B4B4;
  103. }
  104. .input-wrapper{
  105. background-color: #fff;
  106. display: flex;
  107. padding-right:10rpx;
  108. }
  109. .submit-btn.disable-btn{
  110. opacity: 0.4;
  111. }