xinelu-applet-ui/pagesB/managefamily/managefamily.scss
2024-03-20 11:34:50 +08:00

159 lines
2.7 KiB
SCSS

.app {
color: #333333;
::v-deep .u-toast{
width:95% !important;
max-width: 95% !important;
}
.popup{
text-align: center;
position: relative;
.title{
height: 100rpx;
line-height: 100rpx;
font-size: 30rpx;
font-weight: 600;
}
.text{
padding-top: 30rpx;
}
.btns{
position: absolute;
bottom:0;
left:0;
width:100%;
display: flex;
height:80rpx;
.btn{
line-height: 80rpx;
height: 80rpx;
border: 1rpx solid #26A888;
width: 50%;
text-align: center;
color: #26A888;
}
}
}
.bottom {
position: fixed;
bottom: 50rpx;
left: 50%;
transform: translateX(-50%);
text-align: center;
.text {
margin-bottom: 12rpx;
font-size: 20rpx;
font-weight: 500;
color: #26A888;
}
.btn {
font-size: 31rpx;
width: 500rpx;
height: 70rpx;
line-height: 70rpx;
color: #fff;
font-weight: 500;
background: #26A888;
border-radius: 10rpx;
}
}
.forlist {
width: 100%;
height: 82vh;
overflow: auto;
.item {
border-radius: 10rpx;
background-color: #fff;
margin: 20rpx auto;
width: 94%;
height: 310rpx;
position: relative;
.primaryAccountFlag{
text-align: center;
background: #FFFFFF;
border: 2rpx solid #26A888;
border-radius: 5rpx;
font-size: 24rpx;
padding: 5rpx 10rpx;
color: #26A888;
position: absolute;
top: 30%;
right: 7%;
}
.button{
text-align: center;
border: 2rpx solid #26A888;
border-radius: 5rpx;
font-size: 24rpx;
padding: 5rpx 10rpx;
color: #fff;
background-color: #26A888;
position: absolute;
bottom: 8%;
right: 7%;
}
.identityname {
text-align: center;
background: #FFFFFF;
border: 2rpx solid #FFA115;
border-radius: 5rpx;
font-size: 24rpx;
padding: 5rpx 10rpx;
color: #FFA115;
position: absolute;
bottom: 8%;
left: 10%;
}
.border {
width: 90%;
height: 1rpx;
background: #E6E6E6;
font-size: 30rpx;
position: absolute;
top: 72%;
left: 5%;
}
.card {
font-size: 30rpx;
position: absolute;
top: 46%;
left: 10%;
}
.namesigning {
position: absolute;
top: 20%;
left: 10%;
.name {
display: inline-block;
font-size: 38rpx;
}
.signing {
text-align: center;
margin-left: 30rpx;
height: 36rpx;
line-height: 36rpx;
display: inline-block;
width: 90rpx;
background: #FFFFFF;
border: 2rpx solid #FFA115;
border-radius: 5rpx;
font-size: 22rpx;
color: #FFA115;
}
}
}
}
}