| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .container {
- background-color: #F5E2BE;
- justify-content: flex-start;
- color: #1e1e1e;
- }
- .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;
- }
|