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; }