220 lines
4.3 KiB
CSS
220 lines
4.3 KiB
CSS
*{ box-sizing: border-box;}
|
|
.ml10 {margin-left: 8rpx;}
|
|
.pb20 {
|
|
padding-bottom: 32rpx;
|
|
}
|
|
.content-title {
|
|
|
|
width: 78%;
|
|
margin: 0 auto;
|
|
padding: 16px 0;
|
|
text-align: center;
|
|
position: relative;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
line-height: 1.6;
|
|
}
|
|
.box-top {
|
|
margin-left: 40rpx;
|
|
margin-right: 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
font-size: 26rpx;
|
|
padding: 16rpx 0 8rpx 0;
|
|
}
|
|
.main-card {
|
|
/* border: 1rpx solid #eee; */
|
|
border-radius: 8rpx;
|
|
/* box-shadow: 0px 2rpx 8rpx 0.4rpx #e2e2e2; */
|
|
box-shadow: 0px 4rpx 10rpx 0px rgba(201,201,201,0.52);
|
|
margin-left: 30rpx;
|
|
margin-right: 30rpx;
|
|
background-color: #fff;
|
|
padding: 16rpx 0;
|
|
}
|
|
.main-card +.main-card {
|
|
margin-top: 26rpx;
|
|
}
|
|
.uni-collapse-content .main-card:nth-last-child(1) {
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.card-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.base-body {
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
padding: 0 16rpx 12rpx 16rpx;
|
|
}
|
|
.base-body > div, .base-body > p{
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.base-body > div span, .base-body > p span{
|
|
font-size: 26rpx;
|
|
}
|
|
.base-body i.ico {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.item-title {
|
|
color: #888;
|
|
min-width: 120rpx;
|
|
max-width: 340rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
/* text-align: justify; */
|
|
/* margin-right: 16rpx; */
|
|
/* height: 32rpx; */
|
|
font-size: 26rpx;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.item-price {
|
|
color: #f69d63;
|
|
/* font-weight: bold; */
|
|
font-size: 24rpx;
|
|
}
|
|
.base-body.bb {
|
|
border-top: 1rpx dashed #eee;
|
|
padding-top: 16rpx;
|
|
}
|
|
.detail-other.bb {
|
|
border-top: 12rpx solid #eee;
|
|
padding-top: 16rpx;
|
|
}
|
|
.detail-other {
|
|
padding: 0 16rpx 16rpx;
|
|
}
|
|
.detail-sign {
|
|
font-size: 28rpx;
|
|
padding: 16rpx 32rpx 8rpx 32rpx;
|
|
}
|
|
.detail-other p {
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail-cont {
|
|
font-size: 26rpx;
|
|
/* margin-top: 8rpx; */
|
|
padding-left: 40rpx;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
.main-card.detail-other {
|
|
padding-top: 16rpx;
|
|
}
|
|
.base-info {
|
|
background-color: #fff;
|
|
}
|
|
.base-info + .base-info {
|
|
margin-top: 20rpx;
|
|
}
|
|
.text-b9 {
|
|
color: #b9b9b9
|
|
}
|
|
.process-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.uni-list-cell:after {
|
|
height: 0;
|
|
}
|
|
.button-hover {
|
|
color: #fff;
|
|
}
|
|
.button-box {
|
|
padding-top: 36rpx;
|
|
display: flex;
|
|
/* padding-bottom: 40rpx; */
|
|
justify-content: space-around;
|
|
padding-bottom: 6rpx;
|
|
}
|
|
.button-box image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.button-box span {
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
/* background-color: #fff; */
|
|
text-align: center;
|
|
}
|
|
.button-box span i:before {
|
|
height: 90rpx;
|
|
width: 90rpx;
|
|
border-radius: 45rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0rpx 2rpx 4rpx #cbcbcb;
|
|
color: #999;
|
|
}
|
|
.imgBox{
|
|
box-sizing: border-box;
|
|
font-size: 24rpx;
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
padding-left: 32rpx;
|
|
}
|
|
/* .ico-wjxz:before{
|
|
background-image: url('/static/images/tender/wjxz.png');
|
|
} */
|
|
.ico-ndbz:before{
|
|
background-image: url('/static/images/tender/je.png');
|
|
}
|
|
.ico-user:before{
|
|
background-image: url('/static/images/tender/lxr.png');
|
|
}
|
|
.ico-shijian:before{
|
|
background-image: url('/static/images/tender/sj.png');
|
|
}
|
|
.ico-bgw:before{
|
|
background-image: url('/static/images/tender/bgw.png');
|
|
}
|
|
.ico-zbr:before{
|
|
background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/zbr.png');
|
|
}
|
|
.ico-jdr:before{
|
|
background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/jdr.png');
|
|
}
|
|
.ico-fdhfqk:before{
|
|
background-image: url('/static/images/tender/fdhfqk.png');
|
|
}
|
|
.ico-bm:before{
|
|
background-image: url('/static/images/tender/bm.png');
|
|
}
|
|
.ico-lxfs:before{
|
|
background-image: url('/static/images/tender/lxfs.png');
|
|
}
|
|
.ico-pwh:before{
|
|
background-image: url('/static/images/tender/pwh.png');
|
|
}
|
|
.ico-xmgk:before{
|
|
background-image: url('/static/images/tender/xmgk.png');
|
|
}
|
|
.ico-xmgm:before{
|
|
background-image: url('/static/images/tender/xmgm.png');
|
|
}
|
|
.ico-zbfs:before{
|
|
background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/zbfs.png');
|
|
}
|
|
.ico-qtyq:before{
|
|
background-image: url('/static/images/tender/yj.png');
|
|
}
|
|
|