123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- page {
- background-color: #161616;
- width:750rpx;height:100vh;
- }
- .page {
- width: 750rpx;height: 100vh;
- background: url('../../static/w3/bg.png');
- background-size: 750rpx 1624rpx;
- }
- .list_info {
- display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
- width:750rpx;
-
- .item {
- margin-top: 20rpx;color:#fff;font-size: 28rpx;
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- width: 690rpx;height: 157rpx;
- background: url('../../static/w3/tran/bg_record.png');
- background-size: 690rpx 157rpx;
- .left {
- display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
- padding-left:30rpx;
- .name {
- margin-bottom:20rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- .desc {
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- }
- }
- .right {
- padding-right: 30rpx;
- font-weight: bold;
- font-size: 36rpx;
- color: #FFFFFF;
- }
- }
- }
- .blankHeight {
- height:300rpx;
- }
- .no-content {
- display: flex;flex-direction: column;justify-content: center;align-items: center;
- image {
- width:276rpx;height:276rpx;
- }
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- }
|