store/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCard/projectCard.wxss

150 lines
2.4 KiB
Plaintext

/* packageH/project_verification/components/projectCard/projectCard.wxss */
@import "/mycss/iconfont.wxss";
.project-card {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: white;
border-radius: 15rpx;
overflow: hidden;
height: 100%;
}
.project-header {
display: flex;
padding: 20rpx;
background-image: linear-gradient(90deg, #ffebd2 0%, #fbc889 100%);
}
.project-cover {
flex-shrink: 0;
display: inline-block;
width: 70rpx;
height: 70rpx;
border-radius: 8rpx;
}
.project-info {
display: inline-block;
vertical-align: top;
margin-left: 12rpx;
line-height: 38rpx;
width: 456rpx;
font-size: 26rpx;
color: #3c2504;
}
.project-name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.project-expire {
margin-top: 6rpx;
line-height: 22rpx;
color: #874e02;
font-size: 22rpx;
}
.project-header_right {
width: 132rpx;
text-align: right;
}
.project-header_right view.iconfont {
font-size: 24rpx;
}
.project-rest {
display: inline-flex;
justify-content: flex-end;
align-items: center;
vertical-align: top;
/* height: 66rpx; */
line-height: 36rpx;
color: #874e02;
font-size: 36rpx;
/* text-overflow: ellipsis; */
white-space: nowrap;
overflow: hidden;
}
.project-rest > view {
margin-left: 4rpx;
font-size: 22rpx;
}
.project_stores {
flex-grow: 1;
padding: 20rpx;
}
.project_store-title {
line-height: 22rpx;
font: size 22rpx;
color: #874e02;
}
.project_store-list {
margin-top: 22rpx;
}
.project_store-header {
display: flex;
}
.project_store-cover {
flex-shrink: 0;
display: inline-block;
width: 64rpx;
height: 64rpx;
border-radius: 8rpx;
}
.project_store-info {
flex-grow: 1;
display: inline-block;
vertical-align: top;
margin-left: 12rpx;
line-height: 26rpx;
font-size: 26rpx;
overflow: hidden;
}
.project_store-name {
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.project_store_business-hours {
display: flex;
justify-content: space-between;
margin-top: 18rpx;
font-size: 20rpx;
}
.project_store-disance {
color: #ce811d;
}
.project_store-address {
margin-top: 27rpx;
color: #333;
font-size: 20rpx;
white-space: normal;
}
.project-footer {
margin: 0 20rpx 20rpx;
padding-top: 20rpx;
text-align: center;
color: #874e02;
border-top: 1px solid #f5f5f5;
}