| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .container {
- background-color: #F5E2BE;
- justify-content: flex-start;
- color: #1e1e1e;
- font-weight: 500;
- }
- .bg{
- width:100%;
- height:820rpx;
- position: fixed;
- bottom: 0;
- }
- .hand{
- width:60rpx;
- height:100rpx;
- position: fixed;
- right: 20rpx;
- top:0rpx;
- }
- .text1{
- margin-top: 125rpx;
- font-size:36rpx;
- width:217rpx;
- text-align: center;
- z-index: 10;
- }
- .text2{
- margin-top: 100rpx;
- font-size:44rpx;
- width:308rpx;
- text-align: center;
- z-index: 10;
- }
- .text3{
- font-size:36rpx;
- text-align: center;
- color:#7D2B25;
- z-index: 10;
- }
- .line{
- margin-top: 440rpx;
- width:600rpx;
- height:3rpx;
- background-color: #593613;
- z-index: 10;
- }
- .text4{
- margin-top: 40rpx;
- font-size:22rpx;
- width:560rpx;
- text-align: left;
- z-index: 10;
- }
|