52 lines
825 B
Plaintext
52 lines
825 B
Plaintext
.Love_activation {
|
|
padding-bottom: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.Love_activation .p {
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
|
|
.Love_activation .money {
|
|
background-color: #fff;
|
|
color: #333;
|
|
font-weight: bold;
|
|
font-size: 28px;
|
|
line-height: 96rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.Love_activation .money small {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.Love_activation .tbs {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 0 30rpx;
|
|
flex-flow: row wrap;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.Love_activation .tbs .left {
|
|
flex: 60%;
|
|
text-align: left;
|
|
}
|
|
|
|
.Love_activation .tbs .right {
|
|
flex: 40%;
|
|
text-align: right;
|
|
}
|
|
|
|
.Love_activation .tbs .lise {
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
margin: 20rpx 0;
|
|
width: 100%;
|
|
display: block;
|
|
}
|