.seting-body { width: 100vw; height: 100vh; overflow: hidden; padding: 15rpx; box-sizing: border-box; position: relative; } .seting-footer { position: absolute; bottom: env(safe-area-inset-bottom); text-align: center; width: 100vw; .seting-footer-button { // width: 464rpx; // height: 80rpx; // background: linear-gradient(35deg, #009b4d 0%, #acce22 100%); // box-shadow: 0rpx 3rpx 2rpx 0rpx rgba(13, 13, 13, 0.0118); // border-radius: 60rpx 60rpx 60rpx 60rpx; // opacity: 1; color: #ffffff; font-size: 36rpx; width: 464rpx; height: 96rpx; background: linear-gradient(270deg, #3B7CFF 0%, #719FFC 100%); border-radius: 20rpx 20rpx 20rpx 20rpx; opacity: 1; } } .cell-container { background-color: #ffffff; width: 100%; margin-bottom: 20rpx; border-radius: 12rpx 12rpx 12rpx 12rpx; box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(132, 132, 132, 0.05); // padding: 16rpx; box-sizing: border-box; .cell-item:last-child { border: 0rpx; } .cell-item { .cell-label { font-size: 34rpx; color: #333333; } .cell-value { text-align: right; color: #999999; font-size: 34rpx; } border-bottom: solid 1rpx #f0f0f0; padding: 26rpx; } }