| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-551fb24c {
- position: relative;
- height: 100vh;
- color: #001713;
- background-color: #fff;
- overflow: hidden;
- }
- .container .banner.data-v-551fb24c {
- width: 100%;
- height: 482rpx;
- }
- .container .title.data-v-551fb24c {
- position: absolute;
- display: flex;
- align-items: center;
- width: 100vh;
- font-size: 40rpx;
- }
- .container .title .title_back.data-v-551fb24c {
- margin-left: 26rpx;
- margin-right: 252rpx;
- }
- .container .time.data-v-551fb24c {
- position: absolute;
- top: 130rpx;
- left: 32rpx;
- width: 250rpx;
- }
- .container .time.data-v-551fb24c .wd-cell {
- background-color: transparent;
- }
- .container .body.data-v-551fb24c {
- position: absolute;
- top: 230rpx;
- box-sizing: border-box;
- padding: 10rpx 30rpx;
- height: calc(100vh - 230rpx);
- color: #001713;
- font-size: 28rpx;
- background-color: #fff;
- }
- .container .body .body_item.data-v-551fb24c {
- padding: 20rpx 0;
- margin-bottom: 10rpx;
- border-bottom: 2rpx solid #d5d5d5;
- }
- .container .body .body_item .item_msg.data-v-551fb24c {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 8rpx;
- }
- .container .body .body_item .item_msg .msg_detail.data-v-551fb24c {
- font-size: 36rpx;
- font-weight: bold;
- }
- .container .body .body_item .item_text.data-v-551fb24c {
- margin-top: 12rpx;
- color: #aba6a6;
- font-size: 24rpx;
- }
|