rlxf_index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. /* pages/rlxf_index/rlxf_index.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. background-color: white;
  6. }
  7. .title-self {
  8. width: 100%;
  9. height: 200rpx;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. flex-direction: column;
  14. }
  15. .title-bottom {
  16. text-decoration: underline;
  17. margin-top: 300rpx;
  18. }
  19. .centerBox {
  20. width: 100%;
  21. /* height: 90vh; */
  22. }
  23. .inputText {
  24. margin-top: 20rpx;
  25. height: 80rpx;
  26. width: 434rpx;
  27. border-bottom: 1rpx solid rgba(202, 217, 249, 1);
  28. }
  29. input[type=text],
  30. input[type=idcard] {
  31. text-align: center;
  32. color: rgba(13, 29, 100, 1);
  33. }
  34. .border-red {
  35. border: 3rpx solid #e54d42 !important;
  36. /* color: #e54d42; */
  37. }
  38. .btn {
  39. /* margin-left: 0 !important; */
  40. height: 80rpx;
  41. width: 450rpx;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. margin-top: 40rpx;
  46. font-size: 32rpx;
  47. background-color: #70a2ff;
  48. backdrop-filter: blur(20px);
  49. color: white;
  50. }
  51. .agree_radio {
  52. width: 450rpx;
  53. display: flex;
  54. justify-content: flex-start;
  55. align-items: flex-start;
  56. padding-top: 20rpx;
  57. margin-top: 20rpx;
  58. }
  59. .agree_radio > .radio_tips {
  60. flex: 1;
  61. text-align: left;
  62. font-size: 24rpx;
  63. color: rgba(91, 107, 142, 1);
  64. margin-left: 20rpx;
  65. line-height: 36rpx;
  66. }
  67. .agree_radio > .radio_icon {
  68. margin-left: 10px;
  69. width: 32rpx;
  70. height: 32rpx;
  71. border-radius: 50%;
  72. display: flex;
  73. justify-content: center;
  74. align-items: center;
  75. border: 1px solid rgba(202, 217, 249, 1);
  76. }
  77. .agree_radio > .radio_icon::before {
  78. font-family: "cuIcon";
  79. content: "\e645";
  80. position: absolute;
  81. color: #fff;
  82. font-size: 24rpx;
  83. line-height: 16px;
  84. pointer-events: none;
  85. transform: scale(1, 1);
  86. transition: all 0.3s ease-in-out 0s;
  87. z-index: 9;
  88. transition-duration: 0.3s;
  89. transition-timing-function: ease-in-out;
  90. transition-delay: 0s;
  91. transition-property: all;
  92. }
  93. .btn2 {
  94. height: 80rpx;
  95. width: 450rpx;
  96. display: flex;
  97. justify-content: center;
  98. align-items: center;
  99. margin-top: 40rpx;
  100. font-size: 32rpx;
  101. font-weight: 500;
  102. background-color: rgba(13, 29, 100, 1);
  103. color: white;
  104. }
  105. button[disabled]:not([type]) {
  106. background-color: rgba(202, 217, 249, 1) !important;
  107. color: #fff;
  108. }
  109. .width-self {
  110. width: 400rpx;
  111. }
  112. /* zyh 2021-9-22 修改 */
  113. .page {
  114. width: 750rpx;
  115. height: 100%;
  116. }
  117. .page>.bg {
  118. width: 100%;
  119. height: 100%;
  120. position: absolute;
  121. z-index: -999;
  122. }
  123. .page>.logo {
  124. width: 122px;
  125. height: 53px;
  126. left: 50%;
  127. transform: translateX(-50%);
  128. position: absolute;
  129. }
  130. .page>.logo2 {
  131. width: 300rpx;
  132. height: 72rpx;
  133. top: 10px;
  134. right: 16px;
  135. position: absolute;
  136. }
  137. .page>.title {
  138. width: 100%;
  139. height: 90rpx;
  140. top: 50px;
  141. left: 50%;
  142. transform: translateX(-50%);
  143. position: absolute;
  144. font-family: Source Han Sans CN;
  145. font-size: 30px;
  146. font-weight: 900;
  147. line-height: 45px;
  148. letter-spacing: 0.1em;
  149. text-align: center;
  150. color: rgba(13, 29, 100, 1);
  151. }
  152. .page>.bottom-title {
  153. width: 140px;
  154. height: 21px;
  155. bottom: 16px;
  156. left: 50%;
  157. transform: translateX(-50%);
  158. position: absolute;
  159. }
  160. .input-box {
  161. position: absolute;
  162. top: 35%;
  163. left: 50%;
  164. transform: translateX(-50%);
  165. width: 560rpx;
  166. /* height: 324px; */
  167. padding: 30rpx 0 100rpx 0;
  168. border-radius: 14px;
  169. background-color: rgba(255, 255, 255, 1);
  170. backdrop-filter: blur(20px);
  171. display: flex;
  172. justify-content: center;
  173. align-items: center;
  174. flex-direction: column;
  175. }
  176. .input-box>view {
  177. display: flex;
  178. justify-content: center;
  179. align-items: center;
  180. flex-direction: column;
  181. }
  182. .sub-title {
  183. font-size: 13px;
  184. display: block;
  185. margin-top: 10px;
  186. color: #f1f1f1;
  187. position: absolute;
  188. left: 50%;
  189. bottom: 10px;
  190. transform: translateX(-50%);
  191. }
  192. .text-warning {
  193. color: #ec5048;
  194. }
  195. .problem {
  196. width: 136rpx;
  197. height: 44rpx;
  198. margin-bottom: 40rpx;
  199. }
  200. .phone-width {
  201. width: auto;
  202. margin: 0;
  203. margin-top: 10px;
  204. }
  205. .flex {
  206. display: flex;
  207. justify-content: left;
  208. }
  209. .inputText1 {
  210. width: 140px;
  211. color: #fff;
  212. }
  213. .default-tit {
  214. color: rgba(91, 107, 142, 1);
  215. text-align: center;
  216. font-size: 42rpx;
  217. font-weight: 550;
  218. padding: 56rpx 75rpx 48rpx;
  219. }