signin.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. .topTxtAndImg{
  2. margin-bottom: 100rpx;
  3. display: flex;
  4. align-items: center;
  5. flex-direction: column;
  6. .swiper{
  7. }
  8. .txt{
  9. font-size: 32rpx;
  10. text-align: justify;
  11. line-height: 50rpx;
  12. text-indent: 2em;
  13. margin-top: 30rpx;
  14. }
  15. }
  16. .custom-style {
  17. color: #ff0000;
  18. width: 220rpx;
  19. }
  20. .signin {
  21. font-weight: 700;
  22. font-size: 20px;
  23. color: #101010;
  24. margin: 45rpx 76rpx 76rpx;
  25. }
  26. .site_logo {
  27. width: 100%;
  28. display: flex;
  29. justify-content: center;
  30. }
  31. .weixin {
  32. width: 160rpx;
  33. height: 160rpx;
  34. border-radius: 50%;
  35. }
  36. .site_name {
  37. width: 100%;
  38. display: flex;
  39. justify-content: center;
  40. font-size: 36rpx;
  41. margin-top: 30rpx;
  42. font-weight: bold;
  43. }
  44. .detailed {
  45. color: #999;
  46. font-size: 28rpx;
  47. margin-top: 80rpx;
  48. width: 100%;
  49. display: flex;
  50. justify-content: center;
  51. flex-direction: column;
  52. align-items: center;
  53. }
  54. .grant {
  55. background: linear-gradient(to right, #199063, #26C47D);
  56. border: 1px solid #199063;
  57. width: 80%;
  58. height: 42px;
  59. border-radius: 50rpx;
  60. font-size: 28rpx;
  61. color: #fff;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. font-weight: bold;
  66. margin-top: 180rpx;
  67. position: relative;
  68. .dlu {
  69. padding-left: 12rpx;
  70. }
  71. .button {
  72. position: absolute;
  73. width: 100%;
  74. height: 80rpx;
  75. opacity: 0;
  76. }
  77. }
  78. .toregister {
  79. font-size: 26rpx;
  80. margin-top: 16rpx;
  81. color: #c7c7cc;
  82. }
  83. .grants {
  84. // background:linear-gradient(to right,#199063,#26C47D);
  85. border: 1px solid #199063;
  86. // background: #fff;
  87. width: 80%;
  88. height: 42px;
  89. border-radius: 50rpx;
  90. font-size: 28rpx;
  91. color: #199063;
  92. display: flex;
  93. align-items: center;
  94. justify-content: center;
  95. font-weight: bold;
  96. margin-top: 38rpx;
  97. position: relative;
  98. .dlu {
  99. padding-left: 12rpx;
  100. }
  101. .button {
  102. position: absolute;
  103. width: 100%;
  104. height: 80rpx;
  105. opacity: 0;
  106. }
  107. }
  108. .clause {
  109. display: flex;
  110. justify-content: center;
  111. font-size: 26rpx;
  112. color: #c7c7cc;
  113. margin-left: 12rpx;
  114. }
  115. .getbutton {
  116. position: absolute;
  117. width: 100%;
  118. height: 80rpx;
  119. opacity: 0;
  120. margin-top: 180rpx;
  121. }
  122. .container {
  123. overflow-x: hidden;
  124. overflow-y: scroll;
  125. margin-top: 75rpx;
  126. height: 750rpx;
  127. .bg {
  128. display: flex;
  129. align-items: center;
  130. justify-content: center;
  131. position: relative;
  132. height: 400rpx;
  133. margin-bottom: 80rpx;
  134. }
  135. .topimg {
  136. image {
  137. width: 180rpx;
  138. height: 180rpx;
  139. border-radius: 50%;
  140. }
  141. }
  142. .textl_ogin {
  143. // padding-top: 10rpx;
  144. font-size: 40rpx;
  145. margin: 0 60rpx 50rpx;
  146. font-weight: bold;
  147. }
  148. .login {
  149. margin-bottom: 80rpx;
  150. }
  151. .signinnow {
  152. background: #26C47D;
  153. font-size: 34rpx;
  154. color: #fff;
  155. margin: 0 60rpx 40rpx;
  156. text-align: center;
  157. line-height: 90rpx;
  158. height: 90rpx;
  159. border-radius: 16rpx;
  160. font-weight: bold;
  161. }
  162. .forgetPwd{
  163. padding: 0 70rpx;
  164. font-size: 30rpx;
  165. font-weight: 600;
  166. }
  167. .input {
  168. // width: 630rpx;
  169. height: 100rpx;
  170. padding: 0 30rpx;
  171. background: #f7f7f7;
  172. border-radius: 16rpx;
  173. flex-direction: row;
  174. // margin-left: 60rpx;
  175. // margin-bottom: 40rpx;
  176. margin: 0 60rpx 40rpx;
  177. font-style: normal;
  178. font-size: 30rpx;
  179. font-family: Droid Sans Fallback;
  180. &-icon {
  181. width: 30rpx;
  182. height: 38rpx;
  183. }
  184. }
  185. .hoversubmit {
  186. background: #F7F7F7;
  187. color: #ACACB3;
  188. }
  189. .vs-flex-item {
  190. flex: 1;
  191. margin-left: 16rpx;
  192. }
  193. }
  194. .main{
  195. display: flex;
  196. display: flex;
  197. justify-content: space-around;
  198. margin-top: 50rpx;
  199. padding: 0 20rpx;
  200. .defBtn{
  201. border: 1px solid #199063;
  202. width: 250rpx;
  203. height: 42px;
  204. border-radius: 26px;
  205. font-size: 14px;
  206. color: #199063;
  207. display: flex;
  208. align-items: center;
  209. justify-content: center;
  210. font-weight: bold;
  211. }
  212. .chatGpt{
  213. border: 1px solid #199063;
  214. width: 250rpx;
  215. height: 42px;
  216. border-radius: 26px;
  217. font-size: 14px;
  218. color: #199063;
  219. display: flex;
  220. align-items: center;
  221. justify-content: center;
  222. font-weight: bold;
  223. }
  224. }
  225. .banner{
  226. width: 680rpx;
  227. border-radius: 30rpx;
  228. aspect-ratio: 4/3;
  229. image{
  230. width: 100%;
  231. height: 100%;
  232. border-radius: 30rpx;
  233. }
  234. }
  235. .wxBox{
  236. display: flex;
  237. align-items: center;
  238. justify-content: space-around;
  239. margin-top: 15px;
  240. .wxBtn{
  241. width: 350rpx;
  242. margin-top: 0;
  243. }
  244. .tyGpt{
  245. margin-top: 0;
  246. border: 1px solid #199063;
  247. height: 42px;
  248. border-radius: 26px;
  249. font-size: 12px;
  250. color: #199063;
  251. display: flex;
  252. align-items: center;
  253. justify-content: center;
  254. font-weight: bold;
  255. // margin-top: 19px;
  256. position: relative;
  257. padding-left: 30rpx;
  258. padding-right: 30rpx;
  259. }
  260. }
  261. .deftoregister{
  262. margin-top: 50rpx;
  263. padding-left: 60rpx;
  264. }