68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
.multiplePackages .total {
|
|
height: 88rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 33rpx;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.multiplePackages .content {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.multiplePackages .content .list {
|
|
width: 690rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 20rpx;
|
|
padding-top: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
padding-left: 24rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.multiplePackages .content .list .title {
|
|
font-size: 26rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.multiplePackages .content .list .list-box {
|
|
display: flex;
|
|
}
|
|
|
|
.multiplePackages .content .list .list-box .image {
|
|
width: 131rpx;
|
|
height: 131rpx;
|
|
background-color: #f14e4e;
|
|
border-radius: 10rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.multiplePackages .content .list .list-box .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.multiplePackages .content .list .list-box .image .absolute {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.multiplePackages .content .list .list-box .right {
|
|
margin-left: 26rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
flex: 1;
|
|
}
|