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.

23 lines
364 B

.container {
width: 100%;
/* height: 330px; */
}
.mine_title{
height: 400rpx;
width: 100%;
display: flex;
justify-content:space-around;
align-items: center;
}
.cell_label{
margin-left: 20rpx;
font-size: 32rpx;
font-weight: 600;
}
.quit{
margin-top:192rpx;
}
.btn_style{
color: black;
border:4rpx solid #99ceff;
}