1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .container{
- height: 100vh;
- }
- .content{
- flex: 1;
- overflow: auto;
- padding-bottom: 32rpx;
- }
- .card-box{
- background-color: #fff;
- border-radius: 28rpx;
- margin: 40rpx 32rpx;
- }
- .first-card{
- margin: 32rpx 32rpx 40rpx;
- }
- .card-top{
- display: flex;
- position: relative;
- height: 176.78rpx;
- }
- .card-title-box{
- padding: 30rpx 0 0 32rpx;
- }
- .card-title{
- font-weight: 600;
- font-size: 32rpx;
- color: #000000;
- line-height: 44rpx;
- margin-bottom: 10rpx;
- }
- .card-time{
- font-weight: 400;
- font-size: 24rpx;
- color: #B0B0B0;
- line-height: 34rpx;
- }
- .card-img{
- width: 176.78rpx;
- height: 176.78rpx;
- position: absolute;
- top: 0;
- right: 0;
- }
- .cell-box{
- padding: 0 32rpx 22rpx;
- }
- .van-cell{
- padding: 32rpx 0 !important;
- border-bottom: 1px solid #EDEDED;
- }
- .van-cell__title{
- font-family: PingFangSC, PingFang SC;
- font-weight: 400 !important;
- font-size: 28rpx !important;
- color: #6F6F6F !important;
- line-height: 40rpx;
- }
- .van-cell__value{
- font-family: PingFangSC, PingFang SC;
- font-weight: 500 !important;
- font-size: 28rpx !important;
- color: #000000 !important;
- line-height: 40rpx;
- }
- .cell-list{
- border-bottom: 0 !important;
- }
- .loading{
- color: #969799;
- font-size:24rpx;
- text-align: center;
- padding-bottom: 32rpx;
- }
|