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

43 lines
682 B

.button {
color: #ffffff;
width: 80%;
height: 80rpx;
background: #d1f2d7;
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: space-evenly;
}
.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;
}
.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;
}
}