mobileCommon.scss 7.5 KB

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