| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .body {
- flex-direction: column;
- display: flex;
- }
- .hear-text {
- margin: 5px auto;
- }
- .date {
- font-weight: 700;
- justify-content: center;
- font-size: 22px;
- flex-direction: row;
- text-align: left;
- padding: 20rpx;
- }
- .candt,
- .date {
- display: inline-block;
- height: 22px;
- line-height: 22px;
- }
- .candt {
- position: absolute;
- top: 20rpx;
- left: 80rpx;
- font-size: 36rpx;
- font-weight: 500;
- }
- .pickerdate {
- background-color: #fff;
- padding-right: 10px;
- }
- .good,
- .split {
- flex-direction: row;
- position: relative;
- display: flex;
- }
- .split {
- margin-top: 40rpx;
- }
- .good .title {
- color: #0a6c05;
- }
- .split .title {
- color: #ff0d12;
- }
- .title {
- width: 100px;
- font-weight: 700;
- font-size: 30pt;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .shupai {
- padding: 20rpx;
- font-size: 30rpx;
- margin-top: 10rpx;
- color: #999;
- }
- .strongtxt {
- font-weight: 700;
- }
- .content {
- display: flex;
- flex-direction: column;
- }
- .content-max {
- padding: 5px 10px;
- }
- .content-name {
- font-weight: 700;
- font-size: 30rpx;
- }
- .content-name,
- .content-txt {
- white-space: nowrap;
- color: #999;
- }
- .content-txt {
- font-size: 24rpx;
- }
- .direction {
- color: #00f;
- font-weight: 700;
- }
- .start {
- color: #f87;
- }
- .footer {
- margin-top: 10px;
- border-top: 2px solid #000;
- padding-top: 10px;
- }
- .foot,
- .footer {
- text-align: center;
- }
- .foot text {
- border-bottom: 1px solid #000;
- }
|