| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- page{
- background-color: #fff;
- }
- .tab{
- position: fixed;
- font-size: 32rpx;
- height: 80rpx;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- border-bottom: 2rpx solid #ededed;
- z-index: 99;
- background-color: #fff;
- }
- .tab-item{
- text-align: center;
- line-height: 80rpx;
- }
- .tab-item-active{
- color: var(--main);
- border-bottom: 2rpx solid var(--main);
- }
- .log{margin: 20rpx 0 0;background: #fff;padding: 0rpx 40rpx 55rpx;}
- .log .tit{margin-bottom: 45rpx;}
- .log .li{padding-left: 60rpx;padding-bottom: 40rpx;position: relative;}
- .log-tit{font-size: 26rpx;color: #1A83FF;}
- .log .li text{display: block;color: #999;font-size: 26rpx;margin-top: 25rpx;}
- .log .li::before{content: '';display: block;width: 2rpx;background: #E2E7F1;position: absolute;top: 8rpx;left: 23rpx;bottom: -5rpx;z-index: 1;}
- .jcico{width: 26rpx;height: 26rpx;position: absolute;top: 5rpx;left: 12rpx;z-index: 2;}
- .time{font-size: 24rpx;color: #999;}
- .des{
- font-size: 30rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- /* font-weight: bold; */
- color: #333333;
- line-height: 42rpx;
- }
- .time-sort{
- width: 120rpx;
- height: 50rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- color: #333333;
- margin-top: -10rpx;
- }
- .time-sort text{
- font-size: 36rpx;
- font-weight: bold;
- margin-right: 10rpx;
- }
- .time-year{
- height: 50rpx;
- font-size: 36rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- margin: 50rpx 0;
- }
|