mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
地址
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
|
||||
@media screen and (max-width:768px){
|
||||
|
||||
.active {
|
||||
font-size: 14px;
|
||||
color: #e2001a;
|
||||
@@ -13,19 +14,64 @@
|
||||
color: #444444;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.usercontshow{
|
||||
padding: 0 1.5rem;
|
||||
.online{
|
||||
.rc-usermaina{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.online{
|
||||
margin: 0;
|
||||
margin-top: 1.5rem;
|
||||
&.bold{
|
||||
height: 0.5rem;
|
||||
}
|
||||
}
|
||||
.rc-usermaina{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.rc-price{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
i{
|
||||
list-style: none;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
em{
|
||||
list-style: none;
|
||||
font-style: normal;
|
||||
}
|
||||
strong{
|
||||
list-style: none;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.priceleft{
|
||||
color: #666666;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 19px;
|
||||
em{
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
.priceright{
|
||||
display: flex;
|
||||
margin-top: 19px;
|
||||
align-items: center;
|
||||
strong{
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
}
|
||||
i{
|
||||
font-size: 18px;
|
||||
color: #E1001A;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
.rc-headera {
|
||||
display: flex;
|
||||
@@ -39,7 +85,6 @@
|
||||
|
||||
.rc-center {
|
||||
width: 100%;
|
||||
height: 245px;
|
||||
margin-top: 8px;
|
||||
.rc-usermain {
|
||||
.pc-bottom{
|
||||
@@ -60,7 +105,6 @@
|
||||
}
|
||||
|
||||
.rc-right {
|
||||
|
||||
.rc-userbottomm{
|
||||
display: none;
|
||||
}
|
||||
@@ -110,8 +154,8 @@
|
||||
.rc-bottom {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-top: 24px;
|
||||
justify-content: flex-end;
|
||||
margin-top: 26px;
|
||||
span {
|
||||
display: block;
|
||||
width: 130px;
|
||||
|
||||
Reference in New Issue
Block a user