mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
更改
This commit is contained in:
parent
b1822e57a3
commit
bcc04c1d11
@ -318,6 +318,7 @@ ul li ol li em strong i {
|
||||
|
||||
//pc端
|
||||
@media screen and (min-width: 768px){
|
||||
|
||||
.userrccat{
|
||||
width: 327px;
|
||||
height: 48px;
|
||||
@ -394,7 +395,13 @@ ul li ol li em strong i {
|
||||
}
|
||||
|
||||
.rc-bottom{
|
||||
.rc-productcat {
|
||||
.rc-productcat {
|
||||
ol{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-flow: row;
|
||||
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
@ -567,9 +574,29 @@ border-radius: 30px;
|
||||
width: 4%;
|
||||
}
|
||||
.ts-scrollable{
|
||||
overflow-y: hidden;
|
||||
overflow-x: clip;
|
||||
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