.container { display: flex; flex-direction: column; align-items: center; padding: 40rpx; /* background: linear-gradient(359deg, rgba(255, 255, 255, 0) 0%, rgba(77, 154, 255, 0.15) 100%); */ background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/partner/deskBg.png?1) no-repeat; height: 100vh; padding-top: 300rpx; } page{ box-sizing: border-box; height: 100vh; } .title { font-size: 36rpx; font-weight: bold; margin-bottom: 60rpx; } .entrance-item { width: 80%; height: 120rpx; display: flex; align-items: center; justify-content: center; background-color: #ffffff; border-radius: 16rpx; margin-bottom: 40rpx; } .label { font-size: 32rpx; color: #2583ff; }