123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- .issue .issue-title {
- padding: 5upx 46upx;
- }
-
- .issue .content {
- width: 690rpx;
- height: 100%;
- background: #ffffff;
- border: 1px solid #c6c6c6;
- border-radius: 10px;
- margin-left: 30rpx;
- margin-top: 20rpx;
- }
-
- .issue .content .card {
- display: flex;
- width: 690rpx;
- align-items: center;
- position: relative;
- margin-bottom: 20rpx;
- }
-
- .issue .content .card .card-content {
- position: absolute;
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 0 50rpx;
- justify-content: center;
- }
-
- .issue .content .card .card-content .name {
- color: #ffffff;
- font-weight: 600;
- font-size: 36rpx;
- margin: 8rpx 0;
- }
-
- .issue .content .card .card-content .text {
- color: #ffffff;
- font-weight: 500;
- font-size: 28rpx;
- opacity: 0.6;
- display: inline-block;
- width: 462rpx;
- margin: 8rpx 0;
- }
-
- .issue .content .card .cardInfo-content {
- width: 100%;
- height: 240rpx;
- margin: 30rpx;
- padding: 30rpx 0;
- }
-
- .issue .content .card .cardInfo-content .info {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 35rpx;
- }
-
- .issue .content .card .cardInfo-content .number {
- font-size: 26rpx;
- font-weight: 400;
- color: #999999;
- display: flex;
- justify-content: space-between;
- margin: 26rpx 0;
- position: relative;
- height: 36rpx;
- }
-
- .issue .content .card .cardInfo-content .number .line {
- display: flex;
- align-items: center;
- position: relative;
- }
-
- .issue .content .card .cardInfo-content .number .line .tips {
- position: relative;
- top: 2rpx;
- margin-left: 10rpx;
- }
-
- .issue .content .card .cardInfo-content .number .text {
- color: #333333;
- }
-
- .issue .content .card-one {
- height: 640rpx;
- }
-
- .issue .content .card-one .cardInfo-content {
- height: 640rpx;
- }
-
- .issue .content .card-two {
- height: 640rpx;
- }
-
- .issue .content .card-two .cardInfo-content {
- height: 640rpx;
- border-top: 0.5px dashed #c3c3c3;
- }
-
- .issue .btn {
- display: flex;
- justify-content: space-around;
- background-color: #ffffff;
- position: absolute;
- padding: 40rpx 0;
- width: 100%;
- }
-
- .slot-content {
- padding: 48rpx;
- }
-
- .slot-content .line {
- font-size: 28rpx;
- }
-
- .slot-content .line2 {
- font-size: 28rpx;
- margin-top: 20rpx;
- }
-
- .slot-content .line3 {
- font-size: 28rpx;
- }
|