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.
 
 
 
 
cy_pda/pages/user/user.scss

45 lines
719 B

.button {
color: #ffffff;
width: 80%;
height: 80rpx;
background: #41ABE2;
border-radius: 50rpx;
line-height: 80rpx;
text-align: center;
margin: 50rpx auto 0;
}
.u-demo-block__content {
margin-top: 20%;
.u-row {
margin-top: 50rpx;
}
.us-ava-content{
display: flex;
justify-content: start;
margin-left: 40rpx;
}
.us-avatar {
margin-left: 0rpx;
}
.us-text {
word-wrap: break-word;
line-height: 50rpx;
font-size: 40rpx;
font-weight: bold;
align-items: center;
display: flex;
margin-left: 30rpx;
}
.us-item {
border-top: 0.5px solid #E4E4E4;
border-bottom: 0.5px solid #E4E4E4;
padding: 30rpx;
display: flex;
justify-content: space-between;
margin-bottom: -1px;
}
}