271 lines
6.3 KiB
Plaintext
271 lines
6.3 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 筛选组件 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.w-100.data-v-9fb79152 {
|
||
width: 100%;
|
||
}
|
||
.flex.data-v-9fb79152 {
|
||
display: flex;
|
||
}
|
||
.flex-start.data-v-9fb79152 {
|
||
align-items: flex-start;
|
||
}
|
||
.justify-center.data-v-9fb79152 {
|
||
justify-content: center;
|
||
}
|
||
.align-items.data-v-9fb79152 {
|
||
align-items: center;
|
||
}
|
||
.flex-column.data-v-9fb79152 {
|
||
flex-flow: column;
|
||
}
|
||
.justify-start.data-v-9fb79152 {
|
||
justify-content: start;
|
||
}
|
||
.line.data-v-9fb79152 {
|
||
margin-top: 12rpx;
|
||
width: 690rpx;
|
||
height: 1rpx;
|
||
background: #008CFF;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
}
|
||
.hui.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
}
|
||
.box.data-v-9fb79152 {
|
||
width: 750rpx;
|
||
background-color: #F1F2F8;
|
||
}
|
||
.box .first.data-v-9fb79152 {
|
||
width: 642rpx;
|
||
padding: 32rpx 24rpx 24rpx 24rpx;
|
||
background: #FFFFFF;
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
margin-top: 42rpx;
|
||
}
|
||
.box .first .row.data-v-9fb79152 {
|
||
width: 642rpx;
|
||
margin-top: 7rpx;
|
||
justify-content: space-between;
|
||
}
|
||
.box .first .row .label.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
line-height: 32rpx;
|
||
}
|
||
.box .first .line-row.data-v-9fb79152 {
|
||
margin-top: 25rpx;
|
||
width: 642rpx;
|
||
height: 1rpx;
|
||
background: #F1F2F8;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
}
|
||
.second.data-v-9fb79152 {
|
||
margin-top: 42rpx;
|
||
width: 642rpx;
|
||
padding: 32rpx 24rpx;
|
||
background: #FFFFFF;
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
}
|
||
.second .se-title.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 42rpx;
|
||
color: #343434;
|
||
align-self: self-start;
|
||
}
|
||
.second .secondList.data-v-9fb79152 {
|
||
margin-top: 49rpx;
|
||
}
|
||
.second .secondList .content.data-v-9fb79152 {
|
||
width: 588rpx;
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
border: 1rpx solid #C0C0C0;
|
||
padding: 32rpx 24rpx 24rpx 24rpx;
|
||
margin-bottom: 42rpx;
|
||
}
|
||
.second .secondList .content .row.data-v-9fb79152 {
|
||
width: 100%;
|
||
margin-top: 7rpx;
|
||
justify-content: space-between;
|
||
}
|
||
.second .secondList .content .row .label.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
line-height: 32rpx;
|
||
}
|
||
.second .secondList .content .line-row.data-v-9fb79152 {
|
||
margin-top: 25rpx;
|
||
width: 642rpx;
|
||
height: 1rpx;
|
||
background: #F1F2F8;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
}
|
||
.second .secondList .content .del.data-v-9fb79152 {
|
||
width: 588rpx;
|
||
height: 80rpx;
|
||
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
||
border: 2rpx solid #FF6767;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #FF6767;
|
||
letter-spacing: 28rpx;
|
||
margin-top: 75rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.second .add.data-v-9fb79152 {
|
||
width: 642rpx;
|
||
height: 80rpx;
|
||
background: #008CFF;
|
||
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #FFFFFF;
|
||
letter-spacing: 28rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.trend.data-v-9fb79152 {
|
||
width: 642rpx;
|
||
padding: 32rpx 24rpx 24rpx 24rpx;
|
||
margin-top: 42rpx;
|
||
background: #FFFFFF;
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
}
|
||
.trend .row.data-v-9fb79152 {
|
||
width: 100%;
|
||
justify-content: space-between;
|
||
}
|
||
.trend .row .label.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
line-height: 32rpx;
|
||
}
|
||
.four.data-v-9fb79152 {
|
||
width: 642rpx;
|
||
padding: 32rpx 24rpx;
|
||
background: #FFFFFF;
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
margin-top: 32rpx;
|
||
}
|
||
.four .class_type.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
display: flex;
|
||
align-self: self-start;
|
||
}
|
||
.four .line-row.data-v-9fb79152 {
|
||
margin-top: 25rpx;
|
||
width: 642rpx;
|
||
height: 1rpx;
|
||
background: #F1F2F8;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
}
|
||
.third.data-v-9fb79152 {
|
||
width: 690rpx;
|
||
}
|
||
.third .header.data-v-9fb79152 {
|
||
margin: 42rpx 0 24rpx 0;
|
||
}
|
||
.third .header .swiper.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
}
|
||
.third .header .tips.data-v-9fb79152 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #C0C0C0;
|
||
margin-top: 8rpx;
|
||
}
|
||
.footer.data-v-9fb79152 {
|
||
position: fixed;
|
||
bottom: 0;
|
||
width: 750rpx;
|
||
height: 122rpx;
|
||
z-index: 99;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
|
||
}
|
||
.footer ._span.data-v-9fb79152 {
|
||
width: 306rpx;
|
||
height: 80rpx;
|
||
}
|
||
.footer .cancel.data-v-9fb79152 {
|
||
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
||
border: 2rpx solid #008CFF;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #008CFF;
|
||
letter-spacing: 28rpx;
|
||
}
|
||
.footer .pass.data-v-9fb79152 {
|
||
background: #008CFF;
|
||
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #FFFFFF;
|
||
letter-spacing: 28rpx;
|
||
}
|
||
.input.data-v-9fb79152 {
|
||
text-align: right;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
line-height: 32rpx;
|
||
}
|
||
.data-v-9fb79152 .plasty {
|
||
text-align: right;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-size: 28rpx;
|
||
}
|
||
|