123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .card-view{
- .card-item {
- width: 100%;
- .card-title {
- display: flex;
- align-items: center;
- padding: 40rpx;
- height: 40rpx;
-
- .t-icon {
- height: 40rpx;
- width: 40rpx;
- margin-right: 10rpx;
- }
-
- .state-seal {
- width: 55px;
- height: 55px;
- margin-left: auto;
- margin-right: -20rpx;
- }
- }
-
- .card-info {
- display: flex;
- flex-direction: column;
- margin: 0 40rpx 40rpx 40rpx;
- .info-type {
- font-size: 26rpx;
- line-height: 30rpx;
- color: $subtitle;
- }
- }
-
- .content-box {
- margin: 20rpx;
- padding: 0 20rpx;
- background-color: #f6f6f6;
- border-radius: 10rpx;
-
- .title-box {
- position: relative;
- top: -20rpx;
- width: fit-content;
- height: 36rpx;
- border-radius: 6rpx;
- padding: 5rpx 20rpx;
-
- .title-text {
- font-size: 25rpx;
- font-weight: bold;
- color: #FFF;
- }
- }
-
- .content-detail {
- font-size: 30rpx;
- font-weight: bold;
- color: $title;
- word-break: break-all;
- }
-
- .content-subtitle {
- font-size: 25rpx;
- font-weight: bold;
- color: $subtitle;
- }
- }
- }
- }
- .report-title {
- font-size: 75rpx;
- line-height: 75rpx;
- font-family: YSfont;
- color: #FFF;
- z-index: 99;
- }
-
- .report-subtitle {
- font-size: 40rpx;
- font-family: YSfont;
- margin-top: 40rpx;
- margin-bottom: 20rpx;
- color: #FFF;
- z-index: 99;
- }
|