ui修改
This commit is contained in:
@@ -144,23 +144,23 @@ page{
|
||||
.shopping_container .spell_list .title text{
|
||||
color:#ff0000;
|
||||
}
|
||||
.shopping_container .oldprice{
|
||||
background:linear-gradient(to right, #6BA3F0, #8BBDF5);
|
||||
.shopping_container .oldprice{
|
||||
background:linear-gradient(to right, #FF6B35, #FF4E50);
|
||||
margin-right: 0.5em;
|
||||
text-align:center;
|
||||
line-height:2.5em;
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
line-height:2.5em;
|
||||
color:#fff;
|
||||
padding:5px;
|
||||
border-radius:3px;
|
||||
}
|
||||
.shopping_container .oldprice text{
|
||||
text-decoration:line-through;
|
||||
}
|
||||
.shopping_container .currentprice{
|
||||
background:linear-gradient(to right, #6BA3F0, #8BBDF5);
|
||||
text-align:center;
|
||||
line-height:2.5em;
|
||||
color:#fff;
|
||||
.shopping_container .currentprice{
|
||||
background:linear-gradient(to right, #FF6B35, #FF4E50);
|
||||
text-align:center;
|
||||
line-height:2.5em;
|
||||
color:#fff;
|
||||
padding:5px;
|
||||
border-radius:3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user