account-safe.css 939 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .c-arrow-r {
  2. position: absolute;
  3. top: 50%;
  4. right: 10px;
  5. margin-top: -5px;
  6. content: "";
  7. display: block;
  8. width: 8px;
  9. height: 8px;
  10. border: solid #cdcdcd;
  11. border-width: 2px 2px 0 0;
  12. -webkit-transform: rotate(45deg);
  13. -moz-transform: rotate(45deg);
  14. -ms-transform: rotate(45deg);
  15. transform: rotate(45deg);
  16. }
  17. .c-list .c-list-info>h4 {
  18. font-size: 17px;
  19. }
  20. .c-list .c-list-link .c-list-value,
  21. .c-list .c-list-link .c-list-title {
  22. padding-right: 0;
  23. font-size: 14px;
  24. color: #4dcd70;
  25. }
  26. .c-list-link .c-t-right {
  27. padding-right: 10px !important
  28. }
  29. .vam {
  30. vertical-align: middle;
  31. }
  32. .mr5 {
  33. margin-right: 5px;
  34. }
  35. .c-ff5e6c {
  36. color: #FF5E6C;
  37. }
  38. .div-logout {
  39. position: fixed;
  40. bottom: 0;
  41. width: 100%;
  42. background: #ffffff;
  43. text-align: center;
  44. height: 45px;
  45. line-height: 45px;
  46. }
  47. .div-qiehuan-account {
  48. position: fixed;
  49. bottom: 55px;
  50. width: 100%;
  51. background: #ffffff;
  52. text-align: center;
  53. height: 45px;
  54. line-height: 45px;
  55. }