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.
37 lines
834 B
37 lines
834 B
@import '/assets/wxss/report-info.wxss';
|
|
.satisify .header {
|
|
margin: 0 auto;
|
|
width: 710rpx;
|
|
line-height: 90rpx;
|
|
border-bottom: 1rpx solid #e7eeee;
|
|
font-size: 32rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 700;
|
|
color: #333;
|
|
}
|
|
.satisify .satisify-btn {
|
|
width: 100%;
|
|
height: 260rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
.satisify .satisify-btn .type {
|
|
height: 100%;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.satisify .satisify-btn .type image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
object-fit: cover;
|
|
}
|
|
.satisify .satisify-btn .type view {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
}
|