mobileCommon.scss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. .fade-enter-active, .fade-leave-active {
  2. transition: opacity 0.5s
  3. }
  4. .fade-enter, .fade-leave-active {
  5. opacity: 0
  6. }
  7. .mobile{
  8. .mobile-content {
  9. color:#333;
  10. min-height:100vh;
  11. width: 100%;
  12. background: #eaeaea;
  13. .mobile-opacity {
  14. position: absolute;
  15. top: 0;
  16. bottom: 0;
  17. left: 0;
  18. right: 0;
  19. }
  20. .mobile-opacity-active {
  21. background: rgba(0,0,0,.3)
  22. }
  23. .login {
  24. width: 100%;
  25. padding:0 15px;
  26. }
  27. }
  28. .mobile-background-null {
  29. background: #eaeaea !important;
  30. }
  31. }
  32. .page-part{
  33. margin-bottom:.4rem;
  34. & > span{
  35. font-size:.26rem;
  36. color:#000;
  37. line-height:.35rem;
  38. }
  39. .img-list{
  40. .item{
  41. display:inline-block;
  42. width:44%;
  43. height: 2.2rem;
  44. text-align: center;
  45. margin:0 .15rem .15rem;
  46. box-shadow: .05rem .05rem .2rem rgba(0,0,0,.7);
  47. border-radius: .1rem;
  48. padding: .25rem;
  49. img{
  50. width:90%;
  51. height:1.3rem;
  52. padding:.2rem;
  53. }
  54. p{
  55. font-size: 14px;
  56. color: #999;
  57. }
  58. }
  59. }
  60. img{
  61. margin-left:.1rem;
  62. }
  63. a.thumbnail{
  64. img {
  65. margin-left: 0!important;
  66. }
  67. }
  68. }
  69. .mint-cell-wrapper{
  70. border:1px solid #b5b5b5;
  71. }
  72. .page-part a{
  73. transition: all .2s ease;
  74. color:#333;
  75. &:hover{
  76. color:#666;
  77. }
  78. }
  79. .f-main{
  80. background: #fff;
  81. padding:0.55rem .3rem 1.1rem;
  82. .content-top{
  83. border-bottom:1px solid #b5b5b5;
  84. position:relative;
  85. p{
  86. font-size: .4rem;
  87. color:#787878;
  88. margin-bottom:.35rem;
  89. }
  90. a.go{
  91. transition: all .2s ease;
  92. position: absolute;
  93. top: 0;
  94. right: 0;
  95. font-size: .28rem;
  96. i{
  97. margin-right: .06rem;
  98. }
  99. }
  100. a.back{
  101. transition: all .2s ease;
  102. &:hover{
  103. border:.02rem solid #f44336;
  104. }
  105. position: absolute;
  106. top: 0;
  107. right: 0;
  108. display:inline-block;
  109. border:.02rem solid #2d8cf0;
  110. padding: .05rem;
  111. border-radius:50%;
  112. i{
  113. font-size: .3rem;
  114. font-weight: bold;
  115. }
  116. }
  117. }
  118. .f-form{
  119. padding-top:.6rem;
  120. .security{
  121. font-size: .32rem;
  122. color:#666;
  123. }
  124. .pwd{
  125. font-size: .14rem;
  126. color:#a0a0a0;
  127. margin: .2rem auto;
  128. em{
  129. display: inline-block;
  130. line-height: .14rem;
  131. margin:.05rem .2rem;
  132. width: .45rem;
  133. height: .1rem;
  134. background: #999;
  135. }
  136. .sm{background:#ff4e00}
  137. .md{background: #22ac38}
  138. .ld{background: #00a0e9}
  139. .smstep{color:#ff4e00}
  140. .mdstep{color: #22ac38}
  141. .ldstep{color: #00a0e9}
  142. }
  143. .token{
  144. display:inline-block;
  145. padding: 0 .5rem;
  146. text-align: center;
  147. border-left:1px solid #b5b5b5;
  148. margin-left: .1rem;
  149. color:#2d8cf0;
  150. }
  151. .token-no{
  152. display:inline-block;
  153. padding: 0 .5rem;
  154. text-align: center;
  155. border-left:1px solid #b5b5b5;
  156. margin-left: .1rem;
  157. color:#666;
  158. }
  159. }
  160. }
  161. .page-last{
  162. text-align: center;
  163. margin-bottom:1.3rem;
  164. h4{
  165. margin:.65rem auto;
  166. font-weight: normal;
  167. span{
  168. font-size: .7rem;
  169. margin-left:.2rem;
  170. color:#29b300;
  171. }
  172. }
  173. p{
  174. font-size: .28rem;
  175. color:#8b8b8b;
  176. }
  177. }
  178. ::-webkit-scrollbar {
  179. width: 0;
  180. height: 1px;
  181. }
  182. ::-webkit-scrollbar-thumb {
  183. border-radius: 5px;
  184. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  185. background: rgba(0, 0, 0, 0.2);
  186. }
  187. .passwd {
  188. font-size: .14rem;
  189. color: #a0a0a0;
  190. margin: .2rem auto;
  191. text-align: right;
  192. }
  193. .itemgreen{
  194. color:#2d8cf0;
  195. }
  196. .listitem {
  197. height: 1rem;
  198. line-height: 1rem;
  199. border-bottom: solid 1px #eee;
  200. text-align: center;
  201. &:first-child {
  202. border-top: solid 1px #eee;
  203. }
  204. }
  205. .mint-popup {
  206. width: 100%;
  207. height: 100%;
  208. background-color: #fff;
  209. }
  210. .mint-popup .mint-button {
  211. position: absolute;
  212. width: 90%;
  213. top: 50%;
  214. left: 5%;
  215. transform: translateY(-50%);
  216. }
  217. .mint-button .mint-button-text{
  218. margin: 0;
  219. font-weight: normal;
  220. }
  221. .login-btn{
  222. margin-top:.9rem;
  223. border-top:1px solid #bfbfbf;
  224. text-align: center;
  225. padding-top:.3rem;
  226. p{
  227. color:#a1a1a1;
  228. font-size: .26rem;
  229. margin-bottom:.4rem;
  230. }
  231. }
  232. //未验证手机弹框
  233. .valid-phone .el-dialog {
  234. position: absolute;
  235. width: 5rem;
  236. height: 2rem;
  237. margin: 0 auto;
  238. left: 50%;
  239. top: 50%;
  240. margin-left: -2.5rem;
  241. margin-top: -1rem !important;
  242. }
  243. .valid-phone .el-dialog .el-dialog__header {
  244. display: none;
  245. }
  246. .valid-phone .el-dialog .el-dialog__body .set-tip{
  247. margin: 0 auto;
  248. text-align: center;
  249. width: 100%;
  250. height: 100%;
  251. }
  252. .valid-phone .el-dialog .el-dialog__body .set-tip p{
  253. margin-bottom: .2rem;
  254. margin-top: 0;
  255. font-size: .24rem;
  256. color: #000;
  257. }
  258. .valid-phone .el-dialog .el-dialog__body .set-tip a{
  259. display: inline-block;
  260. width: 1rem;
  261. height: .5rem;
  262. line-height: .5rem;
  263. text-align: center;
  264. font-size: .24rem;
  265. color: #fff;
  266. background: #00a0e9;
  267. border-radius: 0.06rem;
  268. }
  269. //上传图片
  270. .phone-btn-blank{
  271. position: relative;
  272. display: inline-block;
  273. width: 100%;
  274. line-height: .94rem;
  275. height: 48px;
  276. text-align: left;
  277. border: 1px solid #b5b5b5;
  278. overflow: hidden;
  279. cursor: pointer;
  280. }
  281. .phone-btn-blank .fa {
  282. margin-left: .2rem;
  283. font-size: .4rem;
  284. }
  285. .phone-btn-blank span.upload {
  286. margin-left: .15rem;
  287. line-height: 48px;
  288. font-size: 16px;
  289. color: #999;
  290. }
  291. .phone-btn-blank input[type='file']{
  292. position: absolute;
  293. top: 0;
  294. right: 0;
  295. width: 100%;
  296. min-height: 48px;
  297. opacity: 0;
  298. border: none;
  299. }
  300. .phone-btn-blank:hover, .phone-btn-blank[disabled] {
  301. border-color: #c0c4cc;
  302. background: #e6e6e6;
  303. color: #333;
  304. }
  305. .phone-btn-blank.isEmpty{
  306. border-color: #c0c4cc;
  307. background: #e6e6e6;
  308. color: #333;
  309. }
  310. .phone-btn-blank:hover span.upload{
  311. color: #000;
  312. }
  313. //地址选择小图标
  314. .fa.fa-p {
  315. position: absolute;
  316. right: .42rem;
  317. bottom: 12px;
  318. font-size: 20px;
  319. color: #888;
  320. }
  321. .fa.fa-picture-o{
  322. right: .3rem;
  323. }
  324. //地址选择弹出框
  325. .mint-popup-bottom {
  326. top: 50%;
  327. }
  328. //等待审核中
  329. .page-last.page-wait {
  330. h4 {
  331. span{
  332. font-size: .45rem;
  333. color: #323232;
  334. font-weight: normal;
  335. }
  336. }
  337. p{
  338. text-align: left;
  339. font-size: .3rem;
  340. color: #8b8b8b;
  341. }
  342. }
  343. //复选框
  344. .el-checkbox__input.is-checked+.el-checkbox__label {
  345. color: #a1a1a1;
  346. }
  347. //下拉选择框
  348. .page-part select{
  349. padding-left: .22rem;
  350. width: 100%;
  351. height: 48px;
  352. border: 1px solid #b5b5b5;
  353. appearance:none;
  354. -moz-appearance:none; /* Firefox */
  355. -webkit-appearance:none; /* Safari 和 Chrome */
  356. }
  357. //查看大图
  358. #image-box .x-floating img, .image-box .x-floating img {
  359. margin: auto auto;
  360. max-width: 5.5rem !important;
  361. max-height: 6rem !important;
  362. -webkit-user-select: none;
  363. -moz-user-select: none;
  364. -ms-user-select: none;
  365. user-select: none;
  366. }
  367. .mint-toast.is-placemiddle {
  368. z-index: 10000;
  369. }
  370. //地址选择弹框
  371. .mobile .distpicker-address-wrapper .address-container ul {
  372. height: 4.3rem;
  373. overflow-y: auto;
  374. }
  375. //碧合
  376. .user-info {
  377. margin: 0 auto;
  378. width: 100%;
  379. text-align: center;
  380. .img{
  381. width: 1rem;
  382. height: 1rem;
  383. margin: 0 auto;
  384. text-align: center;
  385. }
  386. img {
  387. width: 1rem;
  388. height: 1rem;
  389. border-radius: 50%;
  390. }
  391. .user-name {
  392. margin: .3rem 0;
  393. font-size: .26rem;
  394. color: #3c3c3c;
  395. }
  396. }
  397. .go-register{
  398. margin-top: .2rem;
  399. text-align: right;
  400. a.go{
  401. font-size: .30rem;
  402. color: #3c3c3c;
  403. }
  404. }
  405. //短信快捷登录
  406. .page-part .handle{
  407. overflow: hidden;
  408. margin-top: .14rem;
  409. span{
  410. font-size: .28rem;
  411. color: #50a0f7;
  412. &.fast-login{
  413. float: left;
  414. }
  415. &.pwd{
  416. float: right;
  417. }
  418. }
  419. }
  420. .mint-field-other .token{
  421. display: inline-block;
  422. padding: 0 .5rem;
  423. text-align: center;
  424. border-left: 1px solid #b5b5b5;
  425. margin-left: .1rem;
  426. color: #2d8cf0;
  427. }