mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-17 16:13:48 +08:00
Product list & search list completed
This commit is contained in:
@@ -230,7 +230,7 @@ margin-left: 0.18rem;
|
||||
display: block;
|
||||
margin-left: 0.5rem;
|
||||
display: block;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,11 +387,11 @@ border-radius: 100px;
|
||||
overflow: hidden;
|
||||
margin-top: 40px;
|
||||
.ts-scrollable-container{
|
||||
h2{
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
h2{
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
width: 3.25rem;
|
||||
}
|
||||
}
|
||||
.rc-padding--md{
|
||||
padding: 0;
|
||||
@@ -452,6 +452,7 @@ cursor: pointer;
|
||||
/deep/.el-dialog {
|
||||
width: 920px;
|
||||
background: #FFFFFF;
|
||||
max-width:unset;
|
||||
}
|
||||
/deep/.van-search__action{
|
||||
display: block;
|
||||
@@ -511,7 +512,7 @@ margin-left: 8px;
|
||||
display: block;
|
||||
margin-left: 0.5rem;
|
||||
display: block;
|
||||
|
||||
cursor:pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -624,6 +625,7 @@ border-radius: 30px;
|
||||
}
|
||||
/deep/.van-search{
|
||||
padding-left: 0;
|
||||
width:100%;
|
||||
}
|
||||
.van-search__content--square{
|
||||
display: flex;
|
||||
@@ -632,7 +634,7 @@ border-radius: 30px;
|
||||
background: white;
|
||||
border: 1px solid #D7D7D7;
|
||||
height: 50px;
|
||||
width: 1200px;
|
||||
width:100%;
|
||||
border-radius: 200px;
|
||||
}
|
||||
/deep/.van-field__left-icon
|
||||
@@ -658,17 +660,18 @@ border-radius: 30px;
|
||||
|
||||
}
|
||||
ul li {
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
background: #ffffff;
|
||||
border: 2px solid #D7D7D7;
|
||||
border-radius: 30px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: 32px;
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
background: #ffffff;
|
||||
border: 2px solid #D7D7D7;
|
||||
border-radius: 30px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: 32px;
|
||||
cursor: pointer;
|
||||
}
|
||||
li:first-child{
|
||||
margin-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user