12345678910111213141516171819202122232425 |
- .bj{
- width: 100%;
- height: 100vh;
- }
- .img1{
- width: 207rpx;
- height: 207rpx;
- position: absolute;
- top: 400rpx;
- left: 100rpx;
- }
- .img2{
- left: 450rpx;
- }
- .t1{
- color: #333333;
- font-size: 30rpx;
- font-weight: 900;
- position: absolute;
- top: 650rpx;
- left: 150rpx;
- }
- .t2{
- left: 500rpx;
- }
|