| 123456789101112131415161718192021222324252627282930 |
- .three{
- // background: url(https://www.icelook.cn/exhibition/images/page/bg2.png) no-repeat;
- background-color: #F5EAD2;
- 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%;
- }
- }
- }
|