uc-integral.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* 个人中心-我的积分 */
  2. /* 积分明细 */
  3. .user-center .integral {
  4. min-height: 55vh;
  5. }
  6. .user-center .integral .uc-serach {
  7. padding: 5px 0;
  8. color: #777;
  9. }
  10. .user-center .integral .uc-serach .left .current-integral {
  11. margin-left: 10px;
  12. margin-right: 10px;
  13. min-width: 130px;
  14. max-width: 300px;
  15. white-space: nowrap;
  16. }
  17. .user-center .integral .uc-serach .left .current-integral .number,
  18. .user-center .integral .uc-serach .left .expired-integral .number {
  19. color: #e1251b;
  20. font-family: verdana;
  21. font-size: 18px;
  22. }
  23. .user-center .integral .uc-serach .left .expired-integral .number,
  24. .user-center .integral .uc-serach .left .expired-integral .integral-des {
  25. color: #999;
  26. }
  27. .user-center .integral .uc-serach .right .search {
  28. border-radius: 2px;
  29. }
  30. .user-center .integral .integral-detail .box {
  31. width: 100%;
  32. text-align: center;
  33. }
  34. .user-center .integral .integral-detail .box th {
  35. background: #f9f9f9;
  36. padding: 10px 0;
  37. text-align: center;
  38. }
  39. .user-center .integral .integral-detail .box td {
  40. padding: 13px 0;
  41. color: #999;
  42. border-bottom: 1px solid #eee;
  43. }
  44. .user-center .integral .integral-detail .box td .integral-change {
  45. font-family: arial;
  46. font-size: 14px;
  47. }
  48. .user-center .integral .integral-detail .box td .add {
  49. color: #e1251b;
  50. }
  51. .user-center .integral .integral-detail .box td .time {
  52. font-family: arial;
  53. color: #999;
  54. }
  55. /* 积分明细 end */
  56. /* 积分常见问题 */
  57. .detaile-qa{
  58. border: 1px solid #eee;
  59. }
  60. .integral-qa-tit{
  61. font-weight: bold;
  62. font-family: arial;
  63. padding: 10px 15px;
  64. border-bottom: 1px solid #eee;
  65. background: #f9f9f9;
  66. }
  67. .integral-qa-content{
  68. padding: 5px 15px;
  69. }
  70. /* 积分常见问题 end */
  71. /* 兑换商品 */
  72. .user-center .integral .integral-exchange .list-con {
  73. margin-top: -20px;
  74. }
  75. .user-center .integral .integral-exchange .list-con .item {
  76. width: 248px;
  77. }
  78. .user-center .integral .integral-exchange .list-con .item .goods-img {
  79. width: 255px;
  80. height: 255px;
  81. line-height: 255px;
  82. }
  83. .user-center .integral .integral-exchange .list-con .item .goods-msg .goods-price .integral-price {
  84. color: #e1251b;
  85. font-family: arial;
  86. }
  87. .user-center .integral .integral-exchange .list-con .item .goods-msg .goods-price .add {
  88. margin: 0 5px;
  89. color: #e1251b;
  90. font-family: arial;
  91. }
  92. .user-center .integral .integral-exchange .list-con .item .goods-msg .old-price {
  93. margin-top: 3px;
  94. color: #999;
  95. text-decoration: line-through;
  96. }
  97. /* 兑换商品 end */
  98. /* 个人中心-我的积分 end */