mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-23 19:06:54 +08:00
提交更改
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
|
||||
|
||||
@media screen and (max-width:768px){
|
||||
|
||||
.online{
|
||||
margin: 0;
|
||||
&.bold{
|
||||
height: 8px;
|
||||
}
|
||||
}
|
||||
.active {
|
||||
font-size: 14px;
|
||||
color: #e2001a;
|
||||
@@ -16,16 +21,17 @@
|
||||
}
|
||||
.usercontshow{
|
||||
padding: 0 1.5rem;
|
||||
.online{
|
||||
margin: 0;
|
||||
&.bold{
|
||||
height: 8px;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
.rc-usermaina{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.online{
|
||||
margin: 0;
|
||||
margin-top: 1.5rem;
|
||||
&.bold{
|
||||
height: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.rc-price{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -211,6 +217,13 @@
|
||||
}
|
||||
@media screen and (min-width: 769px)
|
||||
{
|
||||
.online{
|
||||
margin: 0;
|
||||
display: none;
|
||||
}
|
||||
.rc-usermaina{
|
||||
border: 1px solid #D7D7D7;
|
||||
}
|
||||
.active {
|
||||
font-size: 18px;
|
||||
color: #e2001a;
|
||||
@@ -258,8 +271,6 @@
|
||||
|
||||
.rc-center {
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
border: 1px solid #D7D7D7;
|
||||
.rc-usermain {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -358,6 +369,52 @@
|
||||
.rc-bottom {
|
||||
display: none;
|
||||
}
|
||||
.rc-price{
|
||||
height: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-top: 1px solid #D7D7D7;
|
||||
.priceleft{
|
||||
margin-left: 40px;
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
em{
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
}
|
||||
strong{
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
}
|
||||
i{
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
}
|
||||
.priceright{
|
||||
margin-right: 45px;
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
em{
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
}
|
||||
strong{
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
}
|
||||
i{
|
||||
font-style: normal;
|
||||
list-style: none;
|
||||
font-size: 20px;
|
||||
color: #E1001A;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rc-title {
|
||||
|
||||
Reference in New Issue
Block a user