uc-password.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* 个人中心-修改密码 */
  2. .user-center .box-content.password {
  3. min-height: 350px;
  4. padding-top: 70px;
  5. padding-left: 250px;
  6. }
  7. .user-center .en.password {
  8. padding-left: 130px;
  9. }
  10. .user-center .password .phone-number {
  11. font-size: 18px;
  12. font-family: arial;
  13. }
  14. .user-center .box-content.password .item {
  15. margin-top: 40px;
  16. }
  17. .user-center .box-content.password .item .text {
  18. width: 240px;
  19. }
  20. .user-center .box-content.password .item .get-code {
  21. display: inline-block;
  22. line-height: 30px;
  23. border: 1px solid #eee;
  24. vertical-align: top;
  25. padding: 0 15px;
  26. background: #f9f9f9;
  27. margin-left: 10px;
  28. color: #666;
  29. }
  30. .user-center .box-content.password .item .get-code:hover {
  31. color: #000;
  32. }
  33. .user-center .box-content.password .item.des-box {
  34. margin-top: -20px;
  35. }
  36. .user-center .box-content.password .item .des {
  37. color: #999;
  38. }
  39. .user-center .box-content.password .item .des .time {
  40. color: #e1251b;
  41. font-family: arial;
  42. margin: 0 3px;
  43. }
  44. .user-center .box-content.password .item .tip-box {
  45. margin-left: 60px;
  46. text-align: center;
  47. margin-top: 30px;
  48. }
  49. .user-center .box-content.password .item .tip-box .tip {
  50. font-size: 18px;
  51. padding-left: 42px;
  52. height: 32px;
  53. line-height: 32px;
  54. position: relative;
  55. }
  56. .user-center .box-content.password .item .tip-box .tip::before {
  57. position: absolute;
  58. left: 15px;
  59. top: 0;
  60. display: block;
  61. width: 32px;
  62. height: 32px;
  63. content: " ";
  64. font-size: 0;
  65. background: url(../images/icons.png) no-repeat 0 -476px;
  66. }
  67. .user-center .box-content.password .item .tip-box .tip-des {
  68. color: #999;
  69. margin-top: 10px;
  70. }
  71. .user-center .box-content.password .item .tip-box .tip-btn {
  72. display: inline-block;
  73. padding: 5px 15px;
  74. background: #e1251b;
  75. color: #fff;
  76. border-radius: 2px;
  77. margin-top: 20px;
  78. }
  79. .user-center .box-content.password .item .tip-box .tip-btn:hover {
  80. opacity: 0.9;
  81. }
  82. /* 个人中心-修改密码 end */