更改样式细节

This commit is contained in:
952108534@qq.com 2022-01-19 11:38:57 +08:00
parent 4669e2b604
commit bf7c8c05a5
3 changed files with 31 additions and 22 deletions

View File

@ -378,12 +378,15 @@ img, picture {
} }
.ts-scrollable{ .ts-scrollable{
li{ li{
// width: 4.125rem; width: 6rem;
overflow: hidden;
padding: 0 0.62rem; padding: 0 0.62rem;
height: 1.625rem; height: 1.625rem;
margin-left: .5rem; margin-left: .5rem;
font-size:.75rem; font-size:.75rem;
line-height: 1.375rem; text-overflow:ellipsis;
white-space:nowrap;
line-height: 1.625rem;
} }
&::-webkit-scrollbar{ &::-webkit-scrollbar{
display:none; display:none;
@ -395,6 +398,7 @@ img, picture {
/* pc端 */ /* pc端 */
@media screen and (min-width: 769px) @media screen and (min-width: 769px)
{ {
/deep/.van-tabs__wrap /deep/.van-tabs__wrap
{ {
max-width: 768px; max-width: 768px;

View File

@ -9,10 +9,18 @@ ul li ol li em strong i {
//rc-main start //rc-main start
margin-top:.23rem; margin-top:.23rem;
.usersearch { .usersearch {
.ts-scrollable-container{
h2{
font-weight: bold;
color: #333333;
}
}
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
} }
//rc-main end //rc-main end
} }

View File

@ -19,6 +19,13 @@ ul li ol li em strong i {
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
margin-top: 20px; margin-top: 20px;
.ts-scrollable-container{
h2{
font-weight: bold;
color: #333333;
}
}
.rc-padding--md{ .rc-padding--md{
padding: 0; padding: 0;
} }
@ -129,8 +136,9 @@ strong{
color: #333333; color: #333333;
margin-top: 1.5rem; margin-top: 1.5rem;
h2{ h2{
font-size: 18px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #333333;
} }
span { span {
font-size: 14px; font-size: 14px;
@ -189,7 +197,6 @@ justify-content: center;
margin-left: 1rem; margin-left: 1rem;
color: #999999; color: #999999;
img { img {
width: 1.5rem;
height: 1rem; height: 1rem;
} }
span { span {
@ -220,7 +227,7 @@ margin-left: 0.18rem;
} }
.ts-scrollable-container{ .ts-scrollable-container{
margin-top: 0.93rem; margin-top: 1rem;
} }
} }
@ -236,6 +243,7 @@ margin-left: 0.18rem;
} }
h2{ h2{
margin-left: 0; margin-left: 0;
font-weight: bold;
} }
} }
@ -278,19 +286,6 @@ border-radius: 100px;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 9; z-index: 9;
ol li{
background: none;
width: 7.87rem;
height: 2.25rem;
background: #FFFFFF;
border-radius: 6.25rem;
background: none;
display: flex;
align-items: center;
justify-content: center;
margin-left: 1rem;
}
} }
.rc-bottoma{ .rc-bottoma{
@ -392,6 +387,7 @@ border-radius: 100px;
display: flex; display: flex;
align-items: center; align-items: center;
width: 6%; width: 6%;
color: #333333;
} }
.ts-scrollable{ .ts-scrollable{
// overflow-y: hidden; // overflow-y: hidden;
@ -501,9 +497,9 @@ margin-left: 8px;
color: #333333; color: #333333;
margin-top: 12px; margin-top: 12px;
h2 { h2 {
font-size: 18px; font-size: 26px;
font-weight: bold;
color: #333333; color: #333333;
margin-left: 12px;
} }
span { span {
font-size: 14px; font-size: 14px;
@ -648,9 +644,10 @@ border-radius: 30px;
} }
.rc-product { .rc-product {
h2 { h2 {
font-size: 18px; font-size: 26px;
font-weight: bold;
color: #333333; color: #333333;
margin-left: 12px;
} }
} }
.rc-productcat { .rc-productcat {