You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.4 KiB

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.modify-page.data-v-3ca55578 {
min-height: 100vh;
background: #f5f5f5;
}
.modify-page.data-v-3ca55578 .u-navbar-fixed {
background-color: #1479ff !important;
}
.modify-page .b-border.data-v-3ca55578 {
width: 100%;
height: 30rpx;
border-radius: 0 0 120rpx 120rpx;
background-color: #1479ff;
}
.modify-page .form-card.data-v-3ca55578 {
background: #fff;
border-radius: 20rpx;
margin: 30rpx;
box-shadow: 0 4rpx 16rpx #e6eaf1;
padding: 30rpx;
}
.modify-page .form-card .card-title.data-v-3ca55578 {
font-size: 28rpx;
color: #333;
margin-bottom: 30rpx;
}
.modify-page .form-card .amount-input.data-v-3ca55578 {
display: flex;
align-items: center;
justify-content: center;
}
.modify-page .form-card .amount-input .symbol.data-v-3ca55578 {
font-size: 40rpx;
color: #333;
margin-right: 10rpx;
}
.modify-page .form-card .original-price.data-v-3ca55578 {
font-size: 24rpx;
color: #999;
margin-top: 20rpx;
text-align: center;
}
.modify-page .bottom-btns.data-v-3ca55578 {
padding: 20rpx;
display: flex;
justify-content: flex-end;
}
.modify-page .bottom-btns .u-button.data-v-3ca55578 {
width: 45%;
}