@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* uni.scss */
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.store-info-page.data-v-7d6ac9f4 {
|
position: relative;
|
height: 482rpx;
|
background: #f2fbff;
|
padding: 20rpx 30rpx;
|
box-sizing: border-box;
|
}
|
.top-gradient.data-v-7d6ac9f4 {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 220rpx;
|
background: linear-gradient(180deg, #bfeefe 0%, #ebfaff 58%, #f2fbff 100%);
|
z-index: 0;
|
}
|
.form-card.data-v-7d6ac9f4 {
|
position: relative;
|
z-index: 1;
|
background: #ffffff;
|
border-radius: 20rpx;
|
padding: 30rpx;
|
box-sizing: border-box;
|
box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(0, 0, 0, 0.08);
|
}
|
.page-title.data-v-7d6ac9f4 {
|
display: block;
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #222222;
|
}
|
.form-group.data-v-7d6ac9f4 {
|
padding: 30rpx 0;
|
box-sizing: border-box;
|
}
|
.form-group.textarea-group.data-v-7d6ac9f4 {
|
padding-bottom: 10rpx;
|
}
|
.last-group.data-v-7d6ac9f4 {
|
padding-bottom: 22rpx;
|
}
|
.label.data-v-7d6ac9f4,
|
.required.data-v-7d6ac9f4,
|
.unit-text.data-v-7d6ac9f4 {
|
font-size: 30rpx;
|
}
|
.label.data-v-7d6ac9f4 {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.label-row.data-v-7d6ac9f4 {
|
display: flex;
|
align-items: center;
|
}
|
.required.data-v-7d6ac9f4 {
|
margin-left: 2rpx;
|
color: #ff4d4f;
|
line-height: 1;
|
}
|
.text-input.data-v-7d6ac9f4 {
|
width: 100%;
|
height: 48rpx;
|
margin-top: 14rpx;
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #111111;
|
background: transparent;
|
}
|
.text-input.align-left.data-v-7d6ac9f4 {
|
text-align: left;
|
}
|
.placeholder.data-v-7d6ac9f4 {
|
font-size: 28rpx;
|
color: #c4c9d1;
|
}
|
.text-area.data-v-7d6ac9f4 {
|
width: 100%;
|
min-height: 56rpx;
|
margin-top: 14rpx;
|
font-size: 28rpx;
|
line-height: 1.5;
|
color: #666666;
|
background: transparent;
|
}
|
.charge-area.data-v-7d6ac9f4 {
|
min-height: 140rpx;
|
}
|
.divider.data-v-7d6ac9f4 {
|
height: 1rpx;
|
background: #f0f1f4;
|
}
|
.switch-group.data-v-7d6ac9f4 {
|
padding-bottom: 18rpx;
|
}
|
.switch-row.data-v-7d6ac9f4 {
|
margin-top: 30rpx;
|
display: flex;
|
gap: 18rpx;
|
}
|
.switch-pill.data-v-7d6ac9f4 {
|
width: 208rpx;
|
height: 72rpx;
|
border-radius: 36rpx;
|
background: #eeeeee;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #333333;
|
}
|
.switch-pill.active.data-v-7d6ac9f4 {
|
background: #10B2FA;
|
color: #ffffff;
|
}
|
.input-with-unit.data-v-7d6ac9f4 {
|
margin-top: 14rpx;
|
display: flex;
|
align-items: center;
|
}
|
.input-with-unit .text-input.data-v-7d6ac9f4 {
|
margin-top: 0;
|
flex: 1;
|
}
|
.unit-text.data-v-7d6ac9f4 {
|
margin-left: 12rpx;
|
color: #666666;
|
flex-shrink: 0;
|
}
|
.save-wrap.data-v-7d6ac9f4 {
|
margin-top: 30rpx;
|
padding-bottom: calc(env(safe-area-inset-bottom) + 30rpx);
|
}
|
.save-btn.data-v-7d6ac9f4 {
|
height: 88rpx;
|
background: #10B2FA;
|
border-radius: 44rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|