123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- page {
- min-height: 100%;
- background-color: #FFFFFF;
- }
- .wrapper {
- padding-top: 20rpx;
- padding-bottom: 152rpx;
- }
- .list {
- width: 654rpx;
- padding-top: 42rpx;
- margin-left: 32rpx;
- }
- .time-track {
- line-height: 40rpx;
- font-size: 24rpx;
- color: rgba(153, 153, 153, 1);
- }
- .system .date {
- margin-top: 10rpx;
- }
- .item-message {
- display: flex;
- margin-top: 34rpx;
- }
- .icon-system,
- .icon-business,
- .arrow {
- width: 48rpx;
- height: 48rpx;
- background: pink;
- }
- .info {
- display: flex;
- flex-direction: column;
- width: 558rpx;
- padding: 0 32rpx;
- }
- .title {
- font-size: 32rpx;
- line-height: 48rpx;
- color: rgba(51, 51, 51, 1);
- }
- .content {
- margin: 4rpx 0 16rpx;
- font-size: 28rpx;
- line-height: 40rpx;
- color: rgba(102, 102, 102, 1);
- }
- .date {
- font-size: 24rpx;
- line-height: 40rpx;
- color: rgba(102, 102, 102, 1);
- }
- .pullup-wrapper {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 50px;
- }
- .van-loading__text {
- color: #969799;
- font-size: 14px;
- line-height: 20px;
- }
|