142 lines
2.4 KiB
SCSS
142 lines
2.4 KiB
SCSS
.shopcartBox {
|
|
padding: 0 32px;
|
|
|
|
.topTitle {
|
|
font-size: 32px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-top: 24px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.selectFont {
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.line {
|
|
margin-bottom: 24px;
|
|
height: 1px;
|
|
background: #000000;
|
|
opacity: 0.1;
|
|
}
|
|
|
|
.typeFont {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.flexType {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 32px;
|
|
|
|
.activemodeFont {
|
|
margin-right: 16px;
|
|
width: 160px;
|
|
height: 68px;
|
|
background: rgba(51, 127, 255, 0.1);
|
|
border-radius: 8px;
|
|
border: 1px solid #337fff;
|
|
box-sizing: border-box;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #337fff;
|
|
text-align: center;
|
|
line-height: 68px;
|
|
}
|
|
|
|
.modeFont {
|
|
margin-right: 16px;
|
|
width: 160px;
|
|
height: 68px;
|
|
background: #e9e9e9;
|
|
border-radius: 8px;
|
|
opacity: 0.4;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
line-height: 68px;
|
|
}
|
|
}
|
|
|
|
.flexFonts {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 24px;
|
|
align-items: center;
|
|
padding-bottom: 10px;
|
|
|
|
.kingFont {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.danwei {
|
|
margin-left: 16px;
|
|
width: 148px;
|
|
height: 30px;
|
|
border-radius: 4px;
|
|
border: 1px solid #e42945;
|
|
font-size: 22px;
|
|
font-weight: 500;
|
|
color: #e42945;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
|
|
.searchBox {
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.scrollviewBig {
|
|
.scrollview {
|
|
// height: 300px;
|
|
|
|
.kongBox {
|
|
height: 181px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.kongOne {
|
|
height: 200px;
|
|
}
|
|
|
|
.loading_more {
|
|
height: 300px;
|
|
padding-bottom: 200px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.posBox {
|
|
width: 100%;
|
|
position: fixed;
|
|
z-index: 999;
|
|
bottom: calc($customTabBarHeight + env(safe-area-inset-bottom));
|
|
}
|
|
|
|
.noBottom {
|
|
width: 100%;
|
|
position: fixed;
|
|
z-index: 999;
|
|
bottom: env(safe-area-inset-bottom);
|
|
}
|
|
}
|
|
|
|
.scrllStyle {
|
|
height: 75vh;
|
|
}
|