This commit is contained in:
952108534@qq.com 2022-01-19 21:54:21 +08:00
parent b1822e57a3
commit bcc04c1d11

View File

@ -318,6 +318,7 @@ ul li ol li em strong i {
//pc端 //pc端
@media screen and (min-width: 768px){ @media screen and (min-width: 768px){
.userrccat{ .userrccat{
width: 327px; width: 327px;
height: 48px; height: 48px;
@ -394,7 +395,13 @@ ul li ol li em strong i {
} }
.rc-bottom{ .rc-bottom{
.rc-productcat { .rc-productcat {
ol{
display: flex;
align-items: center;
flex-flow: row;
}
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: nowrap; flex-wrap: nowrap;
@ -567,9 +574,29 @@ border-radius: 30px;
width: 4%; width: 4%;
} }
.ts-scrollable{ .ts-scrollable{
overflow-y: hidden;
overflow-x: clip;
width: 100%; width: 100%;
ol{
display: flex;
align-items: center;
}
.ts-standard-btn{
width: 237px;
height: 48px;
background: #FFFFFF;
border-radius: 30px;
background: none;
display: flex;
align-items: center;
justify-content: center;
margin-left: 40px;
img {
width: 24px;
height: 24px;
}
span {
margin-left: 8px;
}
}
} }
} }