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

2 years ago
.button {
color: #ffffff;
width: 80%;
height: 80rpx;
2 years ago
background: #1296DB;
2 years ago
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;
2 years ago
justify-content: start;
margin-left: 40rpx;
2 years ago
}
.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;
2 years ago
margin-left: 30rpx;
2 years ago
}
.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;
}
}