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.
75 lines
1.6 KiB
75 lines
1.6 KiB
.waterfalls-flow{
|
|
.title{
|
|
padding: 10px 15px 10px 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #000;
|
|
align-items: center;
|
|
background-color: #FFFFFF;
|
|
|
|
span:nth-child(1) {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
//padding-left: 6px;
|
|
//border-left: 4px solid #E7031C;
|
|
}
|
|
|
|
span:nth-child(2) {
|
|
font-size: 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
text{
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
.help-select-contet {
|
|
column-count: 2; //分为2列
|
|
column-gap: 10px;//列之间间隔为10px
|
|
width: 100%;
|
|
padding:10px 15px;
|
|
}
|
|
.help-select-card {
|
|
background: #fff;
|
|
width:100%;
|
|
display: inline-block; /*内部卡片需要设置为inline-block,否则会截断显示,如图一*/
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
image{
|
|
width: 100%;
|
|
}
|
|
.goods-detail{
|
|
padding: 10px 8px;
|
|
.name{
|
|
color:#333333;
|
|
font-size: 12px;
|
|
height: 38px;
|
|
line-height: 18px;
|
|
margin-bottom:10px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.money{
|
|
color:#E7031C;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
span{
|
|
color:#999999;
|
|
font-size: 12px;
|
|
line-height: 17px;
|
|
text-decoration: line-through;
|
|
display: inline-block;
|
|
padding-left: 6px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|