You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
762 B
46 lines
762 B
/* pages/user/logout/index.wxss */
|
|
.bg{
|
|
background-color: #FFFFFF;
|
|
padding: 15rpx 48rpx 48rpx;
|
|
text-align: left;
|
|
height: calc(100vh - 15rpx - 48rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
.title {
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
}
|
|
.content{
|
|
font-size: 30rpx;
|
|
margin: 80rpx auto;
|
|
}
|
|
.content >view:first-child{
|
|
font-weight: bold;
|
|
}
|
|
.notice-msg{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.notice-msg .bwe{
|
|
margin: 0 30rpx;
|
|
}
|
|
.notice-msg .nav{
|
|
color: #23527c;
|
|
}
|
|
.next {
|
|
font-size: 30rpx;
|
|
background-color: #0779EA;
|
|
border-radius: 50rpx;
|
|
padding: 30rpx 0;
|
|
width: 500rpx;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 50rpx;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
color: #FFFFFF;
|
|
}
|