edit.css 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*登录页面样式*/
  2. .lg-logo{ width: 38%; margin: 65px auto; margin-bottom: 50px;}
  3. .lg-logo img{ width: 100%;}
  4. .edit-list{ width: 100%; margin: 15px auto;}
  5. .edit-list li{ width: 100%; margin-bottom: 10px;}
  6. .edit-list-con{ width: calc(100% - 30px); height: 42px; border-bottom: 1px solid #e8e8e8; margin: 0 auto;}
  7. .edit-list-con label{ display: block; width: 30px; height: 42px; line-height: 41px; font-size: 14px; float: left; margin-right: 10px;}
  8. .edit-list-inp{ position: relative; width: calc(100% - 40px); height: 41px; float: left;}
  9. .edit-list-inp input{ display: block; width: 100%; height: 21px; border: 0; padding: 0; font-size: 14px; float: left; margin: 10px 0;}
  10. .edit-list-inp input.active{ color: #FF6600;}
  11. .edit-list-icon input{ width: calc(100% - 42px);}
  12. .edit-list-icon i{ display: block; width: 40px; height: 41px; line-height: 41px; text-align: right; font-size: 24px; color: #C9C9C9; float: right;}
  13. .edit-list-msg input{ width: calc(100% - 100px);}
  14. .edit-list-btn{ max-width: 90px; height: 41px; line-height: 41px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: right;}
  15. .edit-list-3 label{ width: 45px;}
  16. .edit-list-3 .edit-list-inp{ width: calc(100% - 55px);}
  17. .edit-list-4 label{ width: 60px;}
  18. .edit-list-4 .edit-list-inp{ width: calc(100% - 70px);}
  19. .edit-list-5 label{ width: 75px;}
  20. .edit-list-5 .edit-list-inp{ width: calc(100% - 85px);}
  21. .edit-list-6 label{ width: 90px;}
  22. .edit-list-6 .edit-list-inp{ width: calc(100% - 100px);}
  23. .edit-link{ width: 100%; line-height: 22px; padding: 0 6%; margin: 15px auto;}
  24. .edit-link-con, .edit-link-r, .edit-link-l{ display: block; line-height: 22px; float: left;}
  25. .edit-link-r, .edit-link-r .edit-link-con, .edit-link-l .edit-link-con{ float: right;}
  26. .edit-link-r, .edit-link-l{ color: #C9C9C9;}
  27. /*实名认证页面添加样式*/
  28. .edit-hd{ width: 100%; padding: 15px; font-size: 13px; line-height: 18px; text-align: justify; color: #FF1D3E; background: #fdf7e7;}
  29. /*忘记密码页面添加样式*/
  30. .edit-link-login{ width: 100%; height: 22px; line-height: 22px; text-align: center; padding: 0;}
  31. /*同意支付页面样式*/
  32. .provison-hd{ position: fixed; left: 0; top: 0; width: 100%; height: 120px; padding: 1px 0; z-index: 10;}
  33. .shop-bar-nav~.provison-hd{ top: 43px;}
  34. .provison-hd~.mui-content{ padding-top: 120px;}
  35. .shop-bar-nav~.provison-hd~.mui-content{ padding-top: 163px;}
  36. .provison-ft~.mui-content{ padding-bottom: 115px;}
  37. .provison-hd-bg{ position: absolute; right: 4%; bottom: 0; width: 120px;}
  38. .provison-hd-con{ width: calc(97% - 120px); padding-left: 15px; margin-top: 20px;}
  39. .provison-hd-nm, .provison-hd-price{ width: 100%; height: 45px; line-height: 50px; font-size: 20px; color: #FFFFFF; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  40. .provison-hd-price{ height: 30px; line-height: 25px; font-size: 14px;}
  41. .provison-ft{ position: fixed; left: 0; bottom: 0; width: 100%; padding: 15px 0; background: #FFFFFF; z-index: 10; box-shadow: 0px 0px 6px rgba(153,153,153,0.2);}
  42. .provison-ft-choice{ width: 100%; padding: 0 6%; margin-bottom: 15px; color: #C9C9C9;}
  43. input.art-icon{ display: inline-block; position: relative; width: 22px; height: 22px; vertical-align: middle; margin-top: -1px; appearance: none; outline: 0!important; background: transparent; -webkit-appearance: none;}
  44. input.art-icon:before{ position: absolute; left: 2px; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: #C9C9C9; content: "";}
  45. input.art-icon[type=checkbox]:checked:before, input.art-icon[type=radio]:checked:before{ left: 0; width: 22px; height: 22px; line-height: 18px; font-size: 22px; background: transparent; color: #FF6600; content: "\e923";}
  46. input.art-icon[type=checkbox]:checked~label{ color: #FF6600;}
  47. .provison-con{ width: 100%; padding: 30px 6%; overflow: hidden;}
  48. .provison-tit{ font-size: 16px; color: #333333; margin-bottom: 20px;}
  49. /*支付成功页面样式*/
  50. .payend-con{ width: 100%; padding: 0 15px; margin: 60px auto;}
  51. .payend-con img{ display: block; width: 36%; margin: 0 auto; margin-bottom: 15px;}
  52. .payend-con-intro{ width: 100%; line-height: 24px; text-align: center;}
  53. /*tt转账页面添加样式*/
  54. .edit-intro{ width: 100%; padding: 0 15px; text-align: justify; font-size: 12px; color: #FF1D3E;}
  55. /*安全设置页面样式*/
  56. .edit-list-tit{ width: calc(100% - 22px); height: 42px; line-height: 42px; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  57. .edit-list-con .mui-icon-arrowright{ display: block; height: 42px; line-height: 42px; color: #999999; font-size: 18px; float: right;}
  58. .edit-list-tit span{ display: block; max-width: 80px; height: 100%; color: #999999; float: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}