| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- /* 个人中心-我的积分 */
- /* 积分明细 */
- .user-center .integral {
- min-height: 55vh;
- }
- .user-center .integral .uc-serach {
- padding: 5px 0;
- color: #777;
- }
- .user-center .integral .uc-serach .left .current-integral {
- margin-left: 10px;
- margin-right: 10px;
- min-width: 130px;
- max-width: 300px;
- white-space: nowrap;
- }
- .user-center .integral .uc-serach .left .current-integral .number,
- .user-center .integral .uc-serach .left .expired-integral .number {
- color: #e1251b;
- font-family: verdana;
- font-size: 18px;
- }
- .user-center .integral .uc-serach .left .expired-integral .number,
- .user-center .integral .uc-serach .left .expired-integral .integral-des {
- color: #999;
- }
- .user-center .integral .uc-serach .right .search {
- border-radius: 2px;
- }
- .user-center .integral .integral-detail .box {
- width: 100%;
- text-align: center;
- }
- .user-center .integral .integral-detail .box th {
- background: #f9f9f9;
- padding: 10px 0;
- text-align: center;
- }
- .user-center .integral .integral-detail .box td {
- padding: 13px 0;
- color: #999;
- border-bottom: 1px solid #eee;
- }
- .user-center .integral .integral-detail .box td .integral-change {
- font-family: arial;
- font-size: 14px;
- }
- .user-center .integral .integral-detail .box td .add {
- color: #e1251b;
- }
- .user-center .integral .integral-detail .box td .time {
- font-family: arial;
- color: #999;
- }
- /* 积分明细 end */
- /* 积分常见问题 */
- .detaile-qa{
- border: 1px solid #eee;
- }
- .integral-qa-tit{
- font-weight: bold;
- font-family: arial;
- padding: 10px 15px;
- border-bottom: 1px solid #eee;
- background: #f9f9f9;
- }
- .integral-qa-content{
- padding: 5px 15px;
- }
- /* 积分常见问题 end */
- /* 兑换商品 */
- .user-center .integral .integral-exchange .list-con {
- margin-top: -20px;
- }
- .user-center .integral .integral-exchange .list-con .item {
- width: 248px;
- }
- .user-center .integral .integral-exchange .list-con .item .goods-img {
- width: 255px;
- height: 255px;
- line-height: 255px;
- }
- .user-center .integral .integral-exchange .list-con .item .goods-msg .goods-price .integral-price {
- color: #e1251b;
- font-family: arial;
- }
- .user-center .integral .integral-exchange .list-con .item .goods-msg .goods-price .add {
- margin: 0 5px;
- color: #e1251b;
- font-family: arial;
- }
- .user-center .integral .integral-exchange .list-con .item .goods-msg .old-price {
- margin-top: 3px;
- color: #999;
- text-decoration: line-through;
- }
- /* 兑换商品 end */
- /* 个人中心-我的积分 end */
|