小程序
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.
 

41 lines
614 B

.container-view {
display: flex;
flex-direction: column;
background-color: #f5f5f5;
}
.text-item{
font-size: 30rpx;
color: #333;
height: 100rpx;
align-items: center;
padding-left: 20rpx;
display: flex;
}
.view_class{
display: flex;
}
.qr{
align-items: center;
width: 60%;
height: 450rpx;
display: flex;
justify-content: center;
}
.divider {
width: 100%;
height: 1rpx;
background-color: #ccc;
}
.list-item {
font-size: 30rpx;
height: 100rpx;
color: #333;
border-bottom: 1rpx solid #eee;
align-items: center;
display: flex;
border-bottom: 1rpx solid #ccc;
}