唯一码发放页面完成
This commit is contained in:
74
styles/theme.scss
Normal file
74
styles/theme.scss
Normal file
@@ -0,0 +1,74 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user