studentRegistration.wxss 2.0 KB

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