page { background-color: #f2f6f2; padding: 0 20rpx; box-sizing: border-box; padding-bottom: 50rpx; min-height: 100vh; } .page { background-color: #f2f6f2; min-height: 100vh; } .topBody { width: 100%; } .list_info { display: flex; flex-direction: column; width: 100%; padding: 20rpx 0; .group-header { padding: 24rpx; padding-bottom: 0; font-size: 26rpx; color: #000; font-family: "PingFang SC-Medium"; background-color: #fff; overflow: hidden; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; } .item { width: 100%; height: 124rpx; padding: 0 30rpx; display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-bottom: solid 1px #f0f0f0; background: #fff; .item-left { display: flex; align-items: center; .icon { width: 76rpx; height: 76rpx; margin-right: 20rpx; } text { font-size: 28rpx; color: #333; } } .item-right { display: flex; align-items: center; .arrow { width: 36rpx; } } } } .version-info { width: 100%; text-align: center; font-size: 24rpx; color: #999; margin-top: 166rpx; } .btn_submit { width: 660rpx; height: 96rpx; border: 2rpx solid #f0f0f0; border-radius: 28rpx; font-size: 32rpx; color: #1f1f1f; font-family: "PingFang SC-Bold"; display: flex; flex-direction: row; justify-content: center; align-items: center; background-color: #fff; margin: 0 auto; margin-top: 15rpx; } .blankHeight { height: 300rpx; } .customerService { width: 600rpx; height: 660rpx; background: #ffffff; border-radius: 14rpx; padding: 30rpx 70rpx; image { width: 460rpx; height: 460rpx; } .text{ padding-top: 8rpx; padding-bottom: 26rpx; text-align: center; } .btn-box { background: #1F1F1F; color: #fff; margin: 0 auto; width: 244rpx; height: 72rpx; font-size: 32rpx; font-family: 'PingFang SC-Bold'; background: #1F1F1F; border-radius:12rpx; display: flex; align-items: center; justify-content: center; } }