|
|
|
/**
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
*
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
*
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
*/
|
|
|
|
/* 颜色变量 */
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
/* 背景颜色 */
|
|
|
|
/* 边框颜色 */
|
|
|
|
/* 尺寸变量 */
|
|
|
|
/* 文字尺寸 */
|
|
|
|
/* 图片尺寸 */
|
|
|
|
/* Border Radius */
|
|
|
|
/* 水平间距 */
|
|
|
|
/* 垂直间距 */
|
|
|
|
/* 透明度 */
|
|
|
|
/* 文章场景相关 */
|
|
|
|
.tabBar.data-v-8dd39525 {
|
|
|
|
margin-top: 10rpx;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.tabBar_item.data-v-8dd39525 {
|
|
|
|
flex: 1;
|
|
|
|
flex-basis: 0;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 80rpx;
|
|
|
|
background: #fff;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.tabBar_item.data-v-8dd39525::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
height: 4rpx;
|
|
|
|
background: #d3832a;
|
|
|
|
width: 0;
|
|
|
|
left: 50%;
|
|
|
|
bottom: 0;
|
|
|
|
transition: all 0.5s;
|
|
|
|
}
|
|
|
|
.tabBar_item.active.data-v-8dd39525::after {
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.topbos.data-v-8dd39525 {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: 26rpx 32rpx;
|
|
|
|
}
|
|
|
|
.topbos > .srview.data-v-8dd39525 {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.topbos > .srview .sbm.data-v-8dd39525 {
|
|
|
|
width: 150rpx;
|
|
|
|
height: 64rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
background-color: #D3832A;
|
|
|
|
color: #ffffff;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
}
|
|
|
|
.topbos > .srview.data-v-8dd39525:nth-last-child(1) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.topbos > .srview > view.data-v-8dd39525:nth-of-type(1) {
|
|
|
|
width: 190rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.topbos > .srview > view.data-v-8dd39525:nth-of-type(2) {
|
|
|
|
font-size: 28rpx;
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.topbos > .srview > view:nth-of-type(2) > input.data-v-8dd39525 {
|
|
|
|
flex: 1;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.topbos .taryInfo.data-v-8dd39525 {
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.flbuts.data-v-8dd39525 {
|
|
|
|
width: 320rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
background: #D3832A;
|
|
|
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
|
|
|
opacity: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
color: #ffffff;
|
|
|
|
margin: auto;
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%);
|
|
|
|
bottom: 60rpx;
|
|
|
|
}
|
|
|
|
.bgimg.data-v-8dd39525 {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.scvmabx.data-v-8dd39525 {
|
|
|
|
width: 100%;
|
|
|
|
height: 68vh;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs.data-v-8dd39525 {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items.data-v-8dd39525 {
|
|
|
|
position: relative;
|
|
|
|
width: 690rpx;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 20rpx 30rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items.data-v-8dd39525:nth-last-child(1) {
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd.data-v-8dd39525 {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
padding: 15rpx 25rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-bottom: 4rpx solid #EEEEEE;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd > image.data-v-8dd39525 {
|
|
|
|
width: 48rpx;
|
|
|
|
height: 48rpx;
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd > view.data-v-8dd39525 {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #020B18;
|
|
|
|
font-weight: 400;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd > view.data-v-8dd39525:nth-of-type(2) {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd1.data-v-8dd39525 {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 15rpx 25rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-bottom: 4rpx solid #EEEEEE;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd1 > image.data-v-8dd39525 {
|
|
|
|
width: 48rpx;
|
|
|
|
height: 48rpx;
|
|
|
|
margin-right: -20rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd1 > view.data-v-8dd39525 {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .tophd1 > view > image.data-v-8dd39525 {
|
|
|
|
width: 48rpx;
|
|
|
|
height: 48rpx;
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie.data-v-8dd39525 {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
padding: 15rpx 25rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie .zhon.data-v-8dd39525 {
|
|
|
|
color: #D3832A;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie .yish.data-v-8dd39525 {
|
|
|
|
color: #1197EB;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie .weish.data-v-8dd39525 {
|
|
|
|
color: #020B18;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie > view.data-v-8dd39525 {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie > view > view.data-v-8dd39525:nth-of-type(1) {
|
|
|
|
font-size: 36rpx;
|
|
|
|
margin-bottom: 12rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .numbxvie > view > view.data-v-8dd39525:nth-of-type(2) {
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .type1.data-v-8dd39525 {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .type1 > view.data-v-8dd39525 {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .type1 > view > view.data-v-8dd39525:nth-of-type(1) {
|
|
|
|
color: #90A0AF;
|
|
|
|
}
|
|
|
|
.scvmabx .maxboxs > .items .type1 > view > view.data-v-8dd39525:nth-of-type(2) {
|
|
|
|
color: #092C4D;
|
|
|
|
}
|
|
|
|
.weiqt.data-v-8dd39525 {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 70rpx;
|
|
|
|
height: 70rpx;
|
|
|
|
}
|
|
|
|
.qitao.data-v-8dd39525 {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 70rpx;
|
|
|
|
height: 70rpx;
|
|
|
|
}
|