2023-11-17 09:51:35 +08:00

67 lines
1.0 KiB
Plaintext

/* components/consultList/consultList.wxss */
.consultbox{
margin:0 32rpx;
background-color: #fff;
border-radius: 10rpx;
}
.consultbtn .btn{
width: 160rpx;
height: 60rpx;
background: #3CC7C0;
color:#fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 30rpx;
border-radius: 30rpx;
}
.viewwrap{
border-bottom:1rpx solid #E7E7E7;
display: flex;
justify-content: space-between;
padding:30rpx 0rpx 30rpx;
margin:0 52rpx;
display: flex;
align-items: center;
}
.viewwrap:last-child{
border-bottom:none;
}
.viewwrap .right{
margin-left: 20rpx;
}
.viewwrap .price{
margin-top: 10rpx;
font-weight: 600;
font-size: 34rpx;
color: #EF4F20;
}
.viewwrap .name{
font-size: 28rpx;
font-weight: 600;
color: #333333
}
.top{
width:100%;
display: flex;
justify-content: center;
padding:20rpx 0;
}
.top .up{
width:40rpx;
height:22rpx;
}
.leftimg{
display: flex;
align-items: center;
}
.price .unit{
color:#333;
font-weight: normal;
font-size: 28rpx;
}
.zxicon{
width:80rpx;
height:80rpx;
}