82 lines
1.1 KiB
SCSS
82 lines
1.1 KiB
SCSS
.material-card {
|
|
background-color: #fff;
|
|
// padding: 24rpx;
|
|
// margin: 8rpx 0 0 0;
|
|
|
|
.title {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.subTitle {
|
|
font-size: 12px;
|
|
color: #999;
|
|
margin-top: 14rpx;
|
|
}
|
|
|
|
.tag {
|
|
margin-top: 14rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
p {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.uni-tag {
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
}
|
|
|
|
.remark{
|
|
height: 100%;
|
|
}
|
|
.text{
|
|
height: 100%;
|
|
p{
|
|
font-size: 14px;
|
|
margin-top: 16rpx;
|
|
}
|
|
span{
|
|
color: #616161;
|
|
}
|
|
}
|
|
.qrCode{
|
|
|
|
}
|
|
.status{
|
|
font-size: 12px;
|
|
color: #616161;
|
|
}
|
|
|
|
}
|
|
.flex-center{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
// 底部按钮
|
|
.bottom-btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
border-radius: 0;
|
|
background-color: #409EFF !important;
|
|
border-color: #409EFF !important;
|
|
height: 60rpx;
|
|
font-size: 14px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.mt-8{
|
|
margin-top: 8rpx;
|
|
}
|
|
.mt-16{
|
|
margin-top: 16rpx;
|
|
}
|