2025-06-06 15:07:26 +08:00

268 lines
4.5 KiB
Plaintext

.box {
min-height: 90vh;
padding-bottom: 180rpx;
box-sizing: border-box;
}
.nav-box {
box-sizing: border-box;
width: 100%;
z-index: 2;
background: #F9F9F9;
padding-bottom: 25rpx;
}
.filterList{
max-height: 50vh;
overflow: hidden;
overflow-y: auto;
}
.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;
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;
}
.filterItem {
display: flex;
align-items: center;
padding: 20rpx 0;
margin: 0 20rpx;
border-bottom: 1rpx solid #E6E6E6;
box-sizing: border-box;
}
.filterItem:last-child {
border-bottom: none;
}
.filterItem_buy {
font-weight: 400;
font-size: 26rpx;
color: #FFFFFF;
width: 120rpx;
height: 50rpx;
background: #D5AC66;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
}
.filterItem_Msg {
display: flex;
align-items: center;
margin-left: 10rpx;
width: 100%;
}
.filterItem_Img {
width: 180rpx;
height: 180rpx;
border-radius: 30rpx 30rpx 30rpx 30rpx;
overflow: hidden;
margin-right: 20rpx;
}
.filterItem_Img image {
width: 100%;
height: 100%;
object-fit: cover;
}
.filterItem_Con{
flex: 1;
}
.filterItem_Con_tit {
font-weight: 400;
font-size: 26rpx;
color: #222222;
margin-bottom: 20rpx;
}
.filterItem_Con_tagList {
display: flex;
align-items: center;
margin-bottom: 10rpx;
justify-content: space-between;
}
.filterItem_Con_tagList .tag {
font-weight: 400;
font-size: 22rpx;
color: #2583FF;
background: #2583FF1a;
border-radius: 20rpx 20rpx 20rpx 20rpx;
border: 1rpx solid #2583FF;
padding: 0 10rpx;
margin-right: 10rpx;
}
.filterItem_Con_msg {
font-weight: 400;
font-size: 40rpx;
color: #2583FF;
margin-bottom: 10rpx;
}
.filterItem_Con_msg2 {
font-weight: 400;
font-size: 24rpx;
color: #999999;
margin-bottom: 30rpx;
margin-top: 10rpx;
}
.gray {
height: 20rpx;
background-color: #F9F9F9;
margin-top: 10rpx;
}
.form {
margin: 0 20rpx;
box-sizing: border-box;
}
.formItem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 0;
border-bottom: 1rpx solid #E6E6E6;
}
.formItem_ask {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.formItem_con {
text-align: right;
}
.formItem2 {
margin-top: 33rpx;
}
.foremItem2_tit {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.foremItem2_con {
margin-top: 20rpx;
width: 100%;
}
.foremItem2_con textarea {
width: 100%;
}
.foot {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
height: 180rpx;
box-shadow: 22rpx -6rpx 11rpx -7rpx rgba(150, 85, 81, 0.2);
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 20rpx;
padding-right: 20rpx;
background-color: #fff;
}
.foot_mony {
font-weight: 500;
font-size: 36rpx;
color: #2583FF;
display: flex;
align-items: center;
}
.foot_mony text {
font-weight: 400;
font-size: 22rpx;
color: #2583FF;
}
.foot_btn {
font-weight: bold;
font-size: 36rpx;
color: #FFFFFF;
width: 180rpx;
height: 62rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
}
.form {
margin: 0 20rpx;
box-sizing: border-box;
}
.formItem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 0;
border-bottom: 1rpx solid #E6E6E6;
}
.formItem_ask {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.formItem_con {
text-align: right;
}
.formItem2 {
margin-top: 33rpx;
}
.foremItem2_tit {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.foremItem2_con {
margin-top: 20rpx;
width: 100%;
}
.foremItem2_con textarea {
width: 100%;
}