| | |
| | | /* 文章场景相关 */ |
| | | .container.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | padding-bottom: 140rpx; |
| | | } |
| | | .container .list.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .container .list .list-item.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | padding: 30rpx 0; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | } |
| | | .container .list .list-item .list-item-label.data-v-1ce3ee54 { |
| | | width: 245rpx; |
| | | flex-shrink: 0; |
| | | font-weight: 400; |
| | | font-size: 30rpx; |
| | | color: #777777; |
| | | } |
| | | .container .list .list-item .imgList.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | flex-wrap: wrap; |
| | | } |
| | | .container .list .list-item .imgList .imgItem.data-v-1ce3ee54 { |
| | | width: 144rpx; |
| | | height: 144rpx; |
| | | border-radius: 8rpx; |
| | | gap: 20rpx; |
| | | overflow: hidden; |
| | | } |
| | | .container .list .list-item .imgList .imgItem image.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | } |
| | | .container .list .list-item .idcard.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .container .list .list-item .idcard .idcard-image.data-v-1ce3ee54 { |
| | | flex: 1; |
| | | height: 216rpx; |
| | | overflow: hidden; |
| | | border-radius: 8rpx; |
| | | border: 1rpx solid #E5E5E5; |
| | | } |
| | | .container .list .list-item .idcard .idcard-image.data-v-1ce3ee54:first-child { |
| | | margin-right: 22rpx; |
| | | } |
| | | .container .list .list-item .idcard .idcard-image image.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .container .list .list-item .list-item-value.data-v-1ce3ee54 { |
| | | flex: 1; |
| | | text-align: right; |
| | | font-weight: 400; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | } |
| | | .container .head.data-v-1ce3ee54 { |
| | | width: 100%; |
| | |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: rgba(255, 114, 0, 0.08); |
| | | } |
| | | .container .head .head-top.data-v-1ce3ee54 { |
| | | display: flex; |
| | |
| | | .container .head .head-top text.data-v-1ce3ee54 { |
| | | font-weight: 600; |
| | | font-size: 40rpx; |
| | | color: #FA8010; |
| | | } |
| | | .container .head .head-bottom.data-v-1ce3ee54 { |
| | | font-weight: 400; |
| | |
| | | color: #333333; |
| | | margin-top: 34rpx; |
| | | } |
| | | .container .head.head-0.data-v-1ce3ee54 { |
| | | background: rgba(255, 114, 0, 0.08); |
| | | } |
| | | .container .head.head-0 .head-top text.data-v-1ce3ee54 { |
| | | color: #FA8010; |
| | | } |
| | | .container .head.head-1.data-v-1ce3ee54 { |
| | | background: rgba(0, 211, 113, 0.1); |
| | | } |
| | | .container .head.head-1 .head-top text.data-v-1ce3ee54 { |
| | | color: #00D371; |
| | | } |
| | | .container .head.head-3.data-v-1ce3ee54 { |
| | | background: rgba(0, 211, 113, 0.1); |
| | | } |
| | | .container .head.head-3 .head-top text.data-v-1ce3ee54 { |
| | | color: #00D371; |
| | | } |
| | | .container .head.head-2.data-v-1ce3ee54 { |
| | | background: rgba(255, 0, 0, 0.08); |
| | | } |
| | | .container .head.head-2 .head-top text.data-v-1ce3ee54 { |
| | | color: #FF0000; |
| | | } |
| | | .container .footer-btn.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | padding: 20rpx 30rpx; |
| | | box-sizing: border-box; |
| | | background: #fff; |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | } |
| | | .container .footer-btn .pay-btn.data-v-1ce3ee54, .container .footer-btn .reapply-btn.data-v-1ce3ee54 { |
| | | width: 100%; |
| | | height: 88rpx; |
| | | background: #10B2FA; |
| | | border-radius: 44rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | font-weight: 500; |
| | | font-size: 32rpx; |
| | | color: #fff; |
| | | } |
| | | |