2025-06-30 17:58:57 +08:00

99 lines
1.6 KiB
CSS

page {
background-color: #fff;
display: flex;
flex-direction: column;
}
.line {
height: 20rpx;
width: 100%;
background-color: #f6f7fb;
}
.main{
margin: 0 80rpx;
padding-top: 26rpx;
}
.table {
display: flex;
justify-content: center;
flex-direction: column;
border-bottom: 1px solid #ebebeb;
box-sizing: border-box;
margin-bottom: 50rpx;
padding-bottom: 8rpx;
}
.label {
font-size: 32rpx;
color: #000000;
margin-bottom: 20rpx;
}
.tip {
margin-top: 20rpx;
font-size: 26rpx;
color: #999999;
}
.btn {
margin: 0 75rpx 0;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient(91deg, #ff7658 0%, #ff370b 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-weight: 600;
font-size: 36rpx;
color: #ffffff;
text-align: center;
margin-top: 280rpx;
}
.popup_container {
margin: 0 55rpx;
}
.popup_title {
margin-top: 53rpx;
font-size: 26rpx;
color: #222222;
}
.popup_community_name {
margin: 10rpx 0 14rpx;
text-align: center;
font-weight: bold;
font-size: 30rpx;
color: #ff370b;
}
.popup_desc {
font-weight: bold;
font-size: 26rpx;
color: #222222;
margin-bottom: 40rpx;
}
.popup_btn_List {
display: flex;
justify-content: space-around;
}
.popup_btn {
width: 170rpx;
height: 52rpx;
line-height: 52rpx;
text-align: center;
background: #d9d9d9;
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
.popup_btn1 {
background: #ff370b;
}
.flexBox{
display: flex;
align-items: center;
justify-content: space-between;
}