1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- page{
- background-color: #F7F7F7;
- padding-bottom: 240rpx;
- }
- .head{
- width: 750rpx;
- height: 756rpx;
- position: relative;
- margin-bottom: 32rpx;
- }
- .head-logo{
- position: absolute;
- top: 116rpx;
- left: 32rpx;
- width: 192rpx;
- height: 34rpx;
- }
- .head-ok{
- position: absolute;
- top: 108rpx;
- right: 32rpx;
- width: 98rpx;
- height: 50rpx;
- }
- .head-banner{
- position: absolute;
- top: 184rpx;
- left: 32rpx;
- width: 686rpx;
- height: 512rpx;
- }
- .head-banner-item{
- width: 686rpx;
- height: 512rpx;
-
- }
- .head-banner-item>image{
- width: 686rpx;
- height: 512rpx;
- }
- .list-item{
- position: relative;
- width: 686rpx;
- height: 144rpx;
- margin: 0 32rpx 16rpx 32rpx;
- background-color: rgb(104, 104, 48);
- }
- .list-item>text:nth-child(2){
- position: absolute;
- top: 28rpx;
- left: 32rpx;
- width: auto;
- height: 48rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 48rpx;
- }
- .list-item>text:nth-child(3){
- position: absolute;
- top: 84rpx;
- left: 32rpx;
- width: auto;
- height: 34rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 34rpx;
- }
- .list-item>image:nth-child(1){
- position: absolute;
- top: 0;
- left: 0;
- width: 686rpx;
- height: 144rpx;
- }
- .banner-dots{
- position: absolute;
- top: 696rpx;
- left: 32rpx;
- width: 686rpx;
- height: 60rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .banner-dots>text{
- width: 12rpx;
- height: 12rpx;
- border-radius: 50%;
- background: rgba(255,255,255,0.3);
- margin: 0 6rpx;
- }
|