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.
66 lines
1.1 KiB
66 lines
1.1 KiB
/* pages/user/needsOrder/index.wxss */ |
|
@import "../resourcesOrder/index.css"; |
|
|
|
.needs-info-box{ |
|
border: none !important; |
|
} |
|
.info2{ |
|
width: calc(100% - 120rpx); |
|
} |
|
.info-item image{ |
|
width: 90rpx; |
|
height: 90rpx; |
|
margin-right: 24rpx; |
|
} |
|
.info-item{ |
|
font-size: 24rpx; |
|
border-top: 2rpx solid #F0F0F0; |
|
padding: 20rpx 0; |
|
} |
|
.projectinfo-box{ |
|
font-size: 26rpx; |
|
margin: 2rpx 0; |
|
} |
|
.tag-item{ |
|
/* transform: scale(0.8); */ |
|
margin: 0; |
|
} |
|
|
|
.needs-info-box{ |
|
/* padding-bottom: 22rpx; */ |
|
border-bottom: 2rpx solid #F0F0F0; |
|
margin-bottom: 22rpx; |
|
} |
|
.n-title{ |
|
color: #1D1D1D; |
|
font-size: 32rpx; |
|
line-height: 44rpx; |
|
} |
|
.n-price{ |
|
color: #707070; |
|
font-size: 28rpx; |
|
margin: 8rpx 0; |
|
} |
|
.n-desc{ |
|
font-size: 24rpx; |
|
line-height: 34rpx; |
|
color: #333333; |
|
} |
|
.btn-box{ |
|
margin-top: 10rpx; |
|
} |
|
.btn-item { |
|
font-size: 24rpx; |
|
width: 130rpx; |
|
height: 50rpx; |
|
line-height: 50rpx; |
|
text-align: center; |
|
background: linear-gradient(134deg, #FFA782 0%, #FF6D31 100%); |
|
border-radius: 12rpx; |
|
color: #fff; |
|
margin-left: 8rpx; |
|
} |
|
.status { |
|
min-width: 150rpx; |
|
text-align: right; |
|
} |