| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-92bb8f34 {
- padding-top: 20rpx;
- }
- .container .header.data-v-92bb8f34 {
- display: flex;
- margin: 0 30rpx 30rpx 30rpx;
- width: 690rpx;
- height: 130rpx;
- background-color: #fff;
- }
- .container .header .img.data-v-92bb8f34 {
- margin: 30rpx;
- width: 70rpx;
- height: 70rpx;
- }
- .container .header .img ._img.data-v-92bb8f34 {
- width: 100%;
- height: 100%;
- }
- .container .header .msg.data-v-92bb8f34 {
- margin: 30rpx 0;
- height: 70rpx;
- line-height: 36rpx;
- }
- .container .header .msg .name.data-v-92bb8f34 {
- font-size: 32rpx;
- font-weight: 400;
- }
- .container .header .msg .major.data-v-92bb8f34 {
- font-size: 24rpx;
- font-weight: 400;
- color: #A6A6A6;
- }
- .container .body.data-v-92bb8f34 {
- margin: 0 30rpx;
- width: 690rpx;
- height: 919rpx;
- background-color: #fff;
- }
- .container .body .card.data-v-92bb8f34 {
- padding-top: 30rpx;
- white-space: nowrap;
- height: 160rpx;
- overflow-x: auto;
- }
- .container .body .card .item.data-v-92bb8f34 {
- display: inline-block;
- margin: 0 15rpx;
- width: 300rpx;
- height: 130rpx;
- line-height: 12rpx;
- border-radius: 8rpx;
- font-weight: 400;
- background-color: #E6E6E6;
- }
- .container .body .card .item .item_box.data-v-92bb8f34 {
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- height: 130rpx;
- padding-left: 30rpx;
- }
- .container .body .card .item .item_box .title.data-v-92bb8f34 {
- font-size: 28rpx;
- }
- .container .body .card .item .item_box .time.data-v-92bb8f34 {
- font-size: 24rpx;
- }
- .container .body .card .item .item_box .type.data-v-92bb8f34 {
- font-size: 24rpx;
- color: #808080;
- }
- .container .body .card .item .item_box .type ._img.data-v-92bb8f34 {
- margin-right: 10rpx;
- width: 20rpx;
- height: 20rpx;
- }
- .container .body .clock.data-v-92bb8f34 {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin: auto;
- margin-top: 145rpx;
- width: 300rpx;
- height: 300rpx;
- border-radius: 150rpx;
- text-align: center;
- color: #fff;
- background: linear-gradient(180deg, #00ACFC 0%, #0082FC 100%);
- }
- .container .body .clock .info.data-v-92bb8f34 {
- height: 58rpx;
- font-size: 40rpx;
- font-weight: 700;
- }
- .container .body .clock .time.data-v-92bb8f34 {
- height: 41rpx;
- font-size: 28rpx;
- font-weight: 400;
- }
- .container .body .active.data-v-92bb8f34 {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin: auto;
- margin-top: 145rpx;
- width: 300rpx;
- height: 300rpx;
- border-radius: 150rpx;
- text-align: center;
- color: #fff;
- background: linear-gradient(180deg, #CCCCCC 0%, #B3B3B3 100%);
- }
- .container .body .active .info.data-v-92bb8f34 {
- height: 58rpx;
- font-size: 40rpx;
- font-weight: 700;
- }
- .container .body .active .time.data-v-92bb8f34 {
- height: 41rpx;
- font-size: 28rpx;
- font-weight: 400;
- }
- .container .body .address.data-v-92bb8f34 {
- margin-top: 34rpx;
- height: 35rpx;
- line-height: 35rpx;
- text-align: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #808080;
- }
|