| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .listAll{
- background: url(https://www.icelook.cn/exhibition/images/page/bg.jpg) no-repeat;
- background-size: cover;
- height: 100vh;
- }
- .title{
- width: 100%;
- z-index: 10;
- background: #F5EAD2;
- padding-bottom: 20rpx;
- .titles{
- text-align: center;
- color: #000;
- font-size: 36rpx;
- font-family: Georgia, 'Times New Roman', Times, serif;
- font-weight: bold;
- padding-top: 10rpx;
- }
- .back{
- position: absolute;
- left: 30rpx;
- width: 80rpx;
- height: 35rpx;
- image{
- width: 18rpx;
- height: 100%;
- }
- }
- }
- .list{
- padding:30rpx 30rpx;
- height: 84vh;
- overflow-y: scroll;
- li{
- background: #FDFAF3;
- box-shadow: 0 0 10px rgba(0,0,0,.1);
- border-radius: 16rpx;
- margin-bottom: 30rpx;
- position: relative;
- overflow: hidden;
- padding:40rpx;
- display: flex;
- .left{
- flex:1;
- .name{
- font-size: 30rpx;
- }
- .time{
- font-size: 28rpx;
- color: #666666;
- }
- }
- .right{
- padding-left: 50rpx;
- font-size: 28rpx;
- color: #954024;
- span{
- font-size: 48rpx;
- }
- }
- }
- .nodata{
- text-align: center;
- padding-top: 200rpx;
- color: #666;
- image{
- width: 440rpx;
- height: 240rpx;
- }
- }
- }
|