/* 每个页面公共css */ body { height: 100%; background-color: #181818; color: #FFF; } page{ height: 100%; } view { box-sizing: border-box; } .app-container { padding: 32rpx; } button { height: 92rpx; line-height: 92rpx; font-size: 32rpx; } uni-button[type=submit] { background-image: linear-gradient(#A4D099, #78B06A); color: #FFF; } uni-button[circle] { border-radius: 50rpx; } uni-slider{ margin: 0; width: 100%; }