@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ /* page{ background: $page-color-base; } .list-cell{ display:flex; align-items:baseline; padding: 20rpx $page-row-spacing; line-height:60rpx; position:relative; background: #fff; justify-content: center; &.log-out-btn{ margin-top: 40rpx; .cell-tit{ color: $uni-color-primary; text-align: center; margin-right: 0; } } .cell-tit{ flex: 1; font-size: $font-base + 2rpx; color: $font-color-dark; margin-right:10rpx; } .cell-tip{ font-size: $font-base; color: $font-color-light; } switch{ transform: translateX(16rpx) scale(.84); } } */ page { background-color: #f3f3f3; min-height: 100%; } page .container { height: 100%; } .row { background-color: #fff; padding: 42rpx 25rpx; font-size: 30rpx; color: #333333; } .row image { width: 80rpx; height: 80rpx; border-radius: 50%; } .row .input { text-align: right; color: #333333; } .submit-box { padding-top: 157rpx; } .submit-box .submit { margin: 40rpx auto; width: 560rpx; background-color: #901b21; color: #FFFFFF; text-align: center; padding: 26rpx 0rpx; border-radius: 50rpx; } .submit-box .submit1 { background-color: #FFFFFF; color: #901b21; border: 1px solid #901b21; } .jg { margin-bottom: 20rpx; } .out { display: flex; align-items: center; justify-content: center; margin: 0 auto 30rpx; width: 560rpx; height: 80rpx; border: 1px solid #58BAB0; background: #FFFFFF; border-radius: 40px; color: #58BAB0; }