.page{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f6f6f6; } .setting-list{ width: 100%; margin: 20rpx auto; background-color: #FFFFFF; border-radius: 20rpx; .list{ display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 100rpx; border-bottom: 2rpx solid #f6f6f6; .title{ display: flex; align-items: center; text{ font-size: 26rpx; color: #222222; } } .more{ display: flex; align-items: center; text{ font-size: 26rpx; color: #959595; } } } }