提交更改

This commit is contained in:
952108534@qq.com
2022-01-21 23:32:15 +08:00
parent e1e67e9ae2
commit 38792ccbd6
5 changed files with 749 additions and 669 deletions

View File

@@ -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 {