70 lines
1.2 KiB
CSS

.main {
margin: 50rpx 80rpx 69rpx;
}
.table {
height: 150rpx;
display: flex;
justify-content: center;
flex-direction: column;
border-bottom: 1px solid #ebebeb;
}
.label {
font-weight: bold;
font-size: 32rpx;
color: #000000;
margin-bottom: 20rpx;
}
.tip {
margin-top: 20rpx;
font-weight: bold;
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;
}
.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;
}