signin.scss 5.1 KB

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