医学道
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.
 
 
 
video/src/static/css/module.scss

54 lines
792 B

page {
background-color: #efeff7;
font-family: PingFang SC-Bold, PingFang SC;
}
.input {
height: 84rpx;
background: #F5F8F7;
border-radius:8px;
padding: 0 20px;
}
.form {
.item {
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #ddd;
height: 80px;
}
Input {
flex: 1;
text-align: right;
}
}
.card {
height: 100px;
background: #fff;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #ddd;
padding: 0 20rpx;
font-size: 35rpx;
&-content {
font-size: 27rpx;
color: #8c8c8c;
display: flex;
align-items: center;
justify-content: center;
}
Image {
width: 80px;
height: 80px;
}
}