studentRegistration.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .home {
  2. margin: 0 40rpx;
  3. margin-top: 40rpx;
  4. position: relative;
  5. }
  6. van-button {
  7. color: white;
  8. text-align: center;
  9. margin: 0 60rpx;
  10. }
  11. .submit_button{
  12. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  13. color: white !important;
  14. }
  15. .van-button--default {
  16. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  17. color: white !important;
  18. }
  19. .van-field__input {
  20. background: #F4F4F4 !important;
  21. }
  22. button:not([size='mini']) {
  23. width: 550rpx !important;
  24. }
  25. .van-radio__icon--round {
  26. display: none !important;
  27. }
  28. .van-radio__label {
  29. background: red;
  30. padding: 0 70rpx;
  31. }
  32. .parameter-wrap {
  33. margin-left: 20rpx;
  34. }
  35. .checked_parameter {
  36. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  37. color: white;
  38. }
  39. .parameter-info {
  40. width: 232rpx;
  41. background: #FFF0ED;
  42. border-radius: 10rpx;
  43. display: inline-block;
  44. text-align: center;
  45. padding: 10rpx 0;
  46. }
  47. .parameter-info:first-child {
  48. margin-right: 10rpx;
  49. }
  50. .fwb {
  51. display: flex;
  52. font-size: 28rpx;
  53. margin-top: 40rpx;
  54. }
  55. .error {
  56. font-size: 24rpx;
  57. color: #EE0A24;
  58. background: white;
  59. }
  60. .noerror {
  61. display: none!important;
  62. }
  63. .time {
  64. margin-left: 18rpx;
  65. font-size: 28rpx;
  66. color: #808080;
  67. background: #F4F4F4;
  68. width: 452rpx;
  69. padding: 0 10rpx;
  70. }
  71. .weui-input {
  72. /* padding-left: 20rpx; */
  73. /* margin-left: 20rpx; */
  74. background: #F4F4F4;
  75. width: 474rpx;
  76. height: 60rpx;
  77. }
  78. .weui-input input{
  79. margin-left: 20rpx;
  80. height: 60rpx;
  81. }
  82. .van-icon-circle {
  83. color: #EE0A24;
  84. }
  85. .xingbie {
  86. margin-left: 10rpx;
  87. width: 160rpx;
  88. line-height: 60rpx;
  89. }
  90. .red-image {
  91. vertical-align: text-bottom;
  92. margin-top: 10rpx;
  93. }
  94. input {
  95. height: 40rpx;
  96. }
  97. radio {
  98. display: none;
  99. }
  100. .my-choosebox {
  101. color: rgba(51, 51, 51, 1);
  102. width: 200rpx;
  103. padding: 10rpx 80rpx;
  104. background: #FFF0ED;
  105. margin: 0 10rpx;
  106. border-radius: 10rpx;
  107. }
  108. .checkboxbox {
  109. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  110. color: white !important;
  111. }
  112. .aaa{
  113. color: black;
  114. line-height: 60rpx;
  115. padding-left: 20rpx;
  116. width: 454rpx;
  117. }
  118. .needAuth{
  119. position: fixed;
  120. bottom: 200rpx;
  121. }
  122. .needAuth1{
  123. width:100%;
  124. text-align: center;
  125. font-size:26rpx;
  126. padding-top:10rpx;
  127. }