You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
2.3 KiB
156 lines
2.3 KiB
.line {
|
|
width: 100%;
|
|
height: 10rpx;
|
|
background: transparent;
|
|
}
|
|
.card{
|
|
width: 750rpx;
|
|
padding: 20rpx ;
|
|
box-sizing: border-box;
|
|
background: white;
|
|
/* box-shadow: 0 10rpx 40rpx rgba(203, 203, 202, 0.76); */
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
}
|
|
.body{
|
|
color: #333;
|
|
}
|
|
.body_1{
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.body_title{
|
|
flex: 1;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
margin-right: 10rpx;
|
|
/* font-weight: bold; */
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
.body_price{
|
|
color: red;
|
|
font-size: 32rpx;
|
|
}
|
|
.body_desc{
|
|
color: #858585;
|
|
font-size: 28rpx;
|
|
margin-bottom: 10rpx;
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
.body_imgs{
|
|
width: 100%;
|
|
}
|
|
.body_imgs image{
|
|
width: 224rpx;
|
|
height: 224rpx;
|
|
margin:6rpx ;
|
|
}
|
|
.body_2{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 14rpx 0;
|
|
font-size: 24rpx;
|
|
}
|
|
.body_address{
|
|
color: #8c8c8c;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.body_address image{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
|
|
}
|
|
.body_time{
|
|
color: #616161;
|
|
}
|
|
|
|
.footer {
|
|
display: flex;
|
|
margin-top: 0rpx;
|
|
box-sizing: border-box;
|
|
height: 60rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.footer view {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
font-size: 28rpx;
|
|
color: #3476FE;
|
|
}
|
|
|
|
.footer view image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
|
|
.footer view:nth-of-type(2) {
|
|
font-size: 26rpx;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.footer view:nth-of-type(2) text {
|
|
display: inline-block;
|
|
|
|
padding: 4rpx 12rpx;
|
|
border-radius: 10rpx;
|
|
margin: 0 6rpx;
|
|
}
|
|
|
|
.top {
|
|
color: #353535;
|
|
border: 2rpx solid #ACACAC;
|
|
}
|
|
|
|
|
|
.share {
|
|
color: #353535;
|
|
border: 2rpx solid #ACACAC;
|
|
|
|
}
|
|
|
|
/* 审核中 */
|
|
.audit {
|
|
color: #999999;
|
|
}
|
|
|
|
.footer .audit_btn {
|
|
width: 164rpx;
|
|
height: 48rpx;
|
|
border: 2rpx solid #999999;
|
|
border-radius: 34rpx;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.footer .audit_btn {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
/* 已招满 */
|
|
|
|
.footer .public text{
|
|
color: #333333;
|
|
font-size: 26rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.footer .change_status {
|
|
font-size: 26rpx;
|
|
display: inline-block;
|
|
color: #353535;
|
|
border: 2rpx solid #ACACAC;
|
|
padding: 4rpx 12rpx;
|
|
border-radius: 10rpx;
|
|
margin: 0 6rpx;
|
|
height: 40rpx;
|
|
}
|
|
|