mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
更改
This commit is contained in:
parent
b1822e57a3
commit
bcc04c1d11
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user