89 lines
1.4 KiB
CSS

page {
background-color: #f6f7fb;
}
.container {
margin-top: 7rpx;
}
.white_container {
background: #FFFFFF;
padding: 20rpx;
}
.pic {
width: 710rpx;
height: 400rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.main {
margin: 37rpx 10rpx 0;
}
.title {
font-weight: 600;
font-size: 40rpx;
color: #000000;
margin-bottom: 20rpx;
}
.table {
display: flex;
font-size: 26rpx;
margin-bottom: 10rpx;
}
.label {
color: #999999;
margin-right: 36rpx;
}
.desc {
color: #000000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
display: block;
}
.detail {
margin-top: 20rpx;
}
.particulars {
display: flex;
justify-content: space-between;
font-size: 30rpx;
color: #FF370B;
}
.bottom {
position: fixed;
bottom: 0;
width: 100%;
height: 122rpx;
background-color: #FFFFFF;
display: flex;
justify-content: space-between;
align-items: center;
}
.left {
display: flex;
margin-top: 22rpx;
margin-left: 48rpx;
}
.left_label {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 30rpx;
}
.left_label > image {
width: 32rpx;
height: 30rpx;
margin-bottom: 16rpx;
}
.btn {
width: 230rpx;
height: 70rpx;
line-height: 70rpx;
text-align: center;
font-weight: 500;
font-size: 36rpx;
color: #FFFFFF;
/* display: inline-block; */
/* padding: 10rpx 44rpx; */
background: linear-gradient( 91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
}