Files
shopxo/public/static/index/default/css/userintegral.css

20 lines
395 B
CSS
Raw Permalink Normal View History

2019-05-11 00:23:36 +08:00
/**
* 积分
*/
.user-content-body .available .panel-value {
2019-04-28 15:26:51 +08:00
color: #4CAF50;
}
2019-05-11 00:23:36 +08:00
.user-content-body .locking .panel-value {
2019-04-28 15:26:51 +08:00
color: #FF9800;
}
2019-05-11 00:23:36 +08:00
.user-content-body .panel-value {
2023-08-27 16:10:21 +08:00
font-size: 1.8rem;
2019-04-28 15:26:51 +08:00
font-weight: 700;
}
2019-05-11 00:23:36 +08:00
.user-content-body .panel-tips {
color: #ff9600;
background: #fdf8ed;
2023-08-27 16:10:21 +08:00
padding: 0.3rem 0.6rem;
border: 0.1rem solid #f4eadb;
margin-left: 1rem;
2018-12-28 18:58:37 +08:00
}