jingshuiji/pages/filterChange/filterChange.wxss
2025-06-06 15:07:26 +08:00

217 lines
4.0 KiB
Plaintext

.box {
min-height: 100vh;
}
.nav-box {
box-sizing: border-box;
width: 100%;
z-index: 2;
background: #F9F9F9;
padding-bottom: 25rpx;
}
.nav-box .nav-bar {
display: flex;
align-items: center;
}
.nav-box .nav-bar .nav-bar-left,
.nav-box .nav-bar .nav-bar-right {
padding: 0 20rpx;
width: 132rpx;
/* min-width: 36rpx; */
}
.nav-box .nav-bar .nav-bar-left van-icon {
vertical-align: sub;
color: #333333;
}
.nav-box .nav-bar .nav-bar-title {
flex: 1;
text-align: center;
font-weight: 400;
font-size: 36rpx;
color: #000000;
}
.nav-box .nav-bar-right {
font-weight: 400;
font-size: 26rpx;
color: #2583FF;
display: flex;
align-items: center;
}
.nav-box .nav-bar-right image {
width: 30rpx;
height: 30rpx;
margin-right: 10rpx;
}
.msg {
font-weight: 400;
font-size: 24rpx;
color: #999999;
padding: 30rpx 20rpx;
background-color: #fff;
}
.blocks {
height: 20rpx;
background-color: #F9F9F9;
}
.filterList {
background-color: #fff;
}
.filterItem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 20rpx;
border-bottom: 1rpx solid #E6E6E6;
box-sizing: border-box;
}
.filterItem:last-child {
border-bottom: none;
}
.filter_Item_Info {
display: flex;
align-items: center;
}
.filter_Item_Info_image {
width: 60rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #2583FF 0%, #FF896F 100%);
border-radius: 50%;
margin-right: 20rpx;
}
.filter_Item_Info_image image {
width: 20rpx;
height: 30rpx;
}
.filter_Item_Info_name {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.filter_Item_Info_desc {
font-weight: 400;
font-size: 22rpx;
color: #999999;
margin-top: 10rpx;
}
.filter_Item_more {
font-weight: 400;
font-size: 26rpx;
color: #222222;
display: flex;
align-items: center;
}
.filter_Item_more image {
width: 12rpx;
height: 26rpx;
margin-left: 30rpx;
}
.popView {
width: 499rpx;
height: 580rpx;
background: #FFFFFF;
overflow: hidden;
}
.pop_cir {
width: 240rpx;
height: 240rpx;
margin: 0 auto;
margin-top: 62rpx;
position: relative;
}
.pop_Tit {
font-weight: 400;
font-size: 32rpx;
color: #000000;
text-align: center;
margin: 0 auto;
margin-top: 30rpx;
padding-bottom: 30rpx;
margin-left: 20rpx;
margin-right: 20rpx;
border-bottom: 1rpx solid #E6E6E6;
}
.pop_msg {
font-weight: 400;
font-size: 22rpx;
color: #555555;
text-align: center;
margin: 30rpx 20rpx;
margin-bottom: 40rpx;
display: -webkit-box; /* 将元素设置为弹性盒子 */
-webkit-box-orient: vertical; /* 设置盒子内容垂直排列 */
-webkit-line-clamp: 2; /* 限制显示两行 */
overflow: hidden; /* 超出部分隐藏 */
text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.pop_btn {
font-weight: 400;
font-size: 26rpx;
color: #FFFFFF;
width: 150rpx;
height: 50rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.custom-content {}
.cir_msg {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.percentage {
font-weight: 400;
font-size: 34rpx;
color: #2583FF;
white-space: nowrap;
}
.cir_msg_text {
font-weight: 400;
font-size: 24rpx;
color: #2583FF;
white-space: nowrap;
}
.cir_msg_text2{
font-weight: 400;
font-size: 24rpx;
color: #999999;
}