|
page {
|
background: #FFFFFF;
|
}
|
.gray {
|
color: #808080;
|
}
|
.font-28 {
|
font-size: 28rpx;
|
}
|
.font-36 {
|
font-size: 36rpx;
|
}
|
.index {
|
width: 750rpx;
|
}
|
.index-head {
|
width: 750rpx;
|
margin: 0 auto;
|
padding: 30rpx 20rpx;
|
padding-bottom: 50rpx;
|
box-sizing: border-box;
|
background-color: white;
|
border-top: 16rpx solid #f2f2f2;
|
}
|
.index-head-top {
|
display: flex;
|
justify-content: space-between;
|
align-items: baseline;
|
flex-direction: column;
|
}
|
.head-top-botm {
|
color: #999999;
|
font-size: 26rpx;
|
margin-top: 20rpx;
|
}
|
.index-head-bottom {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
flex-wrap: wrap;
|
}
|
.index-head-bottom-item {
|
position: relative;
|
width: 220rpx;
|
height: 128rpx;
|
border: 1rpx solid #999999;
|
background-color: #FFFFFF;
|
color: #333333;
|
text-align: center;
|
border-radius: 15rpx;
|
line-height: 128rpx;
|
margin-top: 20rpx;
|
font-size: 48rpx;
|
}
|
.index-head-bottom-item-active {
|
position: relative;
|
width: 220rpx;
|
height: 128rpx;
|
color: #323333;
|
background: #FFE6E3;
|
border: 1rpx solid #F6220C;
|
text-align: center;
|
border-radius: 12rpx;
|
line-height: 128rpx;
|
margin-top: 20rpx;
|
font-size: 48rpx;
|
}
|
.givemoney {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 90rpx;
|
height: 33rpx;
|
background-color: #F6220C;
|
color: #FFFFFF;
|
font-size: 20rpx;
|
line-height: 33rpx;
|
text-align: center;
|
border-top-left-radius: 12rpx;
|
border-bottom-right-radius: 12rpx;
|
}
|
.index-body {
|
width: 750rpx;
|
}
|
.index-body-top {
|
/* width: 660rpx; */
|
height: 100rpx;
|
padding: 0 20rpx;
|
border: 1rpx solid #f7f7f7;
|
border-radius: 15rpx;
|
margin: 0 auto;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
color: #4b4b4b;
|
margin-bottom: 15rpx;
|
}
|
.active {
|
background-color: #FDE34880;
|
color: #323333;
|
}
|
.index-body-top view {
|
width: 20%;
|
}
|
.index-body-top input {
|
width: 80%;
|
text-align: right;
|
}
|
.index-body-bottom {
|
width: 750rpx;
|
padding: 30rpx 20rpx;
|
background-color: white;
|
border-top: 16rpx solid #f2f2f2;
|
margin-top: 20rpx;
|
box-sizing: border-box;
|
}
|
.checkbox {
|
display: flex;
|
align-items: center;
|
}
|
.index-body-bottom-info {
|
/* margin-top: 65rpx; */
|
}
|
.index-body-bottom-info view {
|
margin-top: 10rpx;
|
}
|
.btn {
|
margin-top: 50rpx;
|
}
|
.btn button {
|
width: 710rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
border-radius: 40rpx;
|
margin: 0 auto;
|
color: white;
|
font-size: 32rpx;
|
background: linear-gradient(90deg, #FF6B6B 4%, #F6220C 100%);
|
}
|
.rule text {
|
margin-left: 15rpx;
|
color: #88B5D1;
|
}
|