|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
/* 垂直间距 */ |
|
|
|
|
/* 透明度 */ |
|
|
|
|
/* 文章场景相关 */ |
|
|
|
|
.bgtps { |
|
|
|
|
.bgtps.data-v-6e763ec5 { |
|
|
|
|
width: 100vw; |
|
|
|
|
height: 100vh; |
|
|
|
|
position: fixed; |
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian { |
|
|
|
|
.bgtps > .anjian.data-v-6e763ec5 { |
|
|
|
|
width: 640rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 8rpx; |
|
|
|
@ -45,20 +45,20 @@
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 25rpx 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .titqr { |
|
|
|
|
.bgtps > .anjian > .titqr.data-v-6e763ec5 { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #092C4D; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx { |
|
|
|
|
.bgtps > .anjian > .contenbx.data-v-6e763ec5 { |
|
|
|
|
width: 580rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
flex-direction: column; |
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx .titypo { |
|
|
|
|
.bgtps > .anjian > .contenbx .titypo.data-v-6e763ec5 { |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
@ -66,53 +66,53 @@
|
|
|
|
|
justify-content: flex-start; |
|
|
|
|
margin-bottom: 40rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1.data-v-6e763ec5 { |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1:nth-last-child(1) { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1.data-v-6e763ec5:nth-last-child(1) { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(1) { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
width: 140rpx; |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-right: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > image { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > image.data-v-6e763ec5 { |
|
|
|
|
width: 72rpx; |
|
|
|
|
height: 72rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > view { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #90A0AF; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view:nth-of-type(2) { |
|
|
|
|
.bgtps > .anjian > .contenbx > .topbs1 > view:nth-of-type(2) > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
flex: 1; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian .btbox { |
|
|
|
|
.bgtps > .anjian .btbox.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian .btbox > view { |
|
|
|
|
.bgtps > .anjian .btbox > view.data-v-6e763ec5 { |
|
|
|
|
width: 260rpx; |
|
|
|
|
height: 88rpx; |
|
|
|
|
border-radius: 8rpx; |
|
|
|
@ -122,16 +122,16 @@
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian .btbox > view:nth-of-type(1) { |
|
|
|
|
.bgtps > .anjian .btbox > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
background-color: #F5F5F6; |
|
|
|
|
color: #5A6875; |
|
|
|
|
} |
|
|
|
|
.bgtps > .anjian .btbox > view:nth-of-type(2) { |
|
|
|
|
.bgtps > .anjian .btbox > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
background-color: #D3832A; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
margin-left: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary { |
|
|
|
|
.bgtps > .trary.data-v-6e763ec5 { |
|
|
|
|
width: 640rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 8rpx; |
|
|
|
@ -141,65 +141,65 @@
|
|
|
|
|
align-items: center; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary > .titqr { |
|
|
|
|
.bgtps > .trary > .titqr.data-v-6e763ec5 { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #092C4D; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox { |
|
|
|
|
.bgtps > .trary .contenbox.data-v-6e763ec5 { |
|
|
|
|
width: 580rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
flex-direction: column; |
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1.data-v-6e763ec5 { |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1:nth-last-child(1) { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1.data-v-6e763ec5:nth-last-child(1) { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(1) { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
width: 140rpx; |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-right: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > image { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > image.data-v-6e763ec5 { |
|
|
|
|
width: 72rpx; |
|
|
|
|
height: 72rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > view { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view:nth-of-type(1) > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #90A0AF; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view:nth-of-type(2) { |
|
|
|
|
.bgtps > .trary .contenbox > .topbs1 > view:nth-of-type(2) > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
flex: 1; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .btbox { |
|
|
|
|
.bgtps > .trary .btbox.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .btbox > view { |
|
|
|
|
.bgtps > .trary .btbox > view.data-v-6e763ec5 { |
|
|
|
|
width: 260rpx; |
|
|
|
|
height: 88rpx; |
|
|
|
|
border-radius: 8rpx; |
|
|
|
@ -209,16 +209,16 @@
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .btbox > view:nth-of-type(1) { |
|
|
|
|
.bgtps > .trary .btbox > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
background-color: #F5F5F6; |
|
|
|
|
color: #5A6875; |
|
|
|
|
} |
|
|
|
|
.bgtps > .trary .btbox > view:nth-of-type(2) { |
|
|
|
|
.bgtps > .trary .btbox > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
background-color: #D3832A; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
margin-left: 20rpx; |
|
|
|
|
} |
|
|
|
|
.tuopanview { |
|
|
|
|
.tuopanview.data-v-6e763ec5 { |
|
|
|
|
position: relative; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
@ -230,27 +230,27 @@
|
|
|
|
|
padding: 30rpx 24rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
} |
|
|
|
|
.tuopanview > view { |
|
|
|
|
.tuopanview > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.tuopanview > view:nth-of-type(1) { |
|
|
|
|
.tuopanview > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.tuopanview > view:nth-of-type(2) { |
|
|
|
|
.tuopanview > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.butbox { |
|
|
|
|
.butbox.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
margin-top: 15rpx; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
} |
|
|
|
|
.butbox > view:nth-of-type(1) { |
|
|
|
|
.butbox > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
width: 320rpx; |
|
|
|
|
height: 100rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
@ -262,7 +262,7 @@
|
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
} |
|
|
|
|
.butbox > view:nth-of-type(2) { |
|
|
|
|
.butbox > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
width: 320rpx; |
|
|
|
|
height: 100rpx; |
|
|
|
|
background: #D3832A; |
|
|
|
@ -276,19 +276,19 @@
|
|
|
|
|
color: #FFFFFF; |
|
|
|
|
margin-left: 20rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs { |
|
|
|
|
.sclcs.data-v-6e763ec5 { |
|
|
|
|
width: 686rpx; |
|
|
|
|
height: 40vh; |
|
|
|
|
margin: auto; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc { |
|
|
|
|
.sclcs .visc.data-v-6e763ec5 { |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 { |
|
|
|
|
.sclcs .visc .item1.data-v-6e763ec5 { |
|
|
|
|
width: 686rpx; |
|
|
|
|
padding: 0 24rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
@ -297,21 +297,21 @@
|
|
|
|
|
position: relative; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1:nth-last-child(1) { |
|
|
|
|
.sclcs .visc .item1.data-v-6e763ec5:nth-last-child(1) { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 .removeicons { |
|
|
|
|
.sclcs .visc .item1 .removeicons.data-v-6e763ec5 { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 .qtimgzt { |
|
|
|
|
.sclcs .visc .item1 .qtimgzt.data-v-6e763ec5 { |
|
|
|
|
width: 96rpx; |
|
|
|
|
height: 96rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 > view { |
|
|
|
|
.sclcs .visc .item1 > view.data-v-6e763ec5 { |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
@ -319,26 +319,26 @@
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
border-bottom: 4rpx solid #EEEEEE; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 > view:nth-last-child(1) { |
|
|
|
|
.sclcs .visc .item1 > view.data-v-6e763ec5:nth-last-child(1) { |
|
|
|
|
border-bottom: 0rpx solid #EEEEEE00 !important; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 > view > image { |
|
|
|
|
.sclcs .visc .item1 > view > image.data-v-6e763ec5 { |
|
|
|
|
width: 32rpx; |
|
|
|
|
height: 32rpx; |
|
|
|
|
margin-right: 15rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 > view > view { |
|
|
|
|
.sclcs .visc .item1 > view > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
word-wrap: break-word; |
|
|
|
|
word-break: break-all; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item1 > view > view .numb { |
|
|
|
|
.sclcs .visc .item1 > view > view .numb.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #178AF2; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 { |
|
|
|
|
.sclcs .visc .item2.data-v-6e763ec5 { |
|
|
|
|
width: 686rpx; |
|
|
|
|
margin: auto; |
|
|
|
|
padding: 0 24rpx; |
|
|
|
@ -348,25 +348,25 @@
|
|
|
|
|
position: relative; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 .qtimgzt { |
|
|
|
|
.sclcs .visc .item2 .qtimgzt.data-v-6e763ec5 { |
|
|
|
|
width: 96rpx; |
|
|
|
|
height: 96rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .viewnum { |
|
|
|
|
.sclcs .visc .item2 > .viewnum.data-v-6e763ec5 { |
|
|
|
|
height: 100rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .viewnum > view { |
|
|
|
|
.sclcs .visc .item2 > .viewnum > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 { |
|
|
|
|
.sclcs .visc .item2.data-v-6e763ec5 { |
|
|
|
|
width: 686rpx; |
|
|
|
|
padding: 0 24rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
@ -375,61 +375,61 @@
|
|
|
|
|
position: relative; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .tpbx { |
|
|
|
|
.sclcs .visc .item2 > .tpbx.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
padding: 18rpx 24rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
border-bottom: 4rpx solid #EEEEEE; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .tpbx > image { |
|
|
|
|
.sclcs .visc .item2 > .tpbx > image.data-v-6e763ec5 { |
|
|
|
|
width: 32rpx; |
|
|
|
|
height: 32rpx; |
|
|
|
|
margin-right: 15rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .tpbx > view { |
|
|
|
|
.sclcs .visc .item2 > .tpbx > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .tpbx > view .numb { |
|
|
|
|
.sclcs .visc .item2 > .tpbx > view .numb.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #178AF2; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .viewnum { |
|
|
|
|
.sclcs .visc .item2 > .viewnum.data-v-6e763ec5 { |
|
|
|
|
height: 100rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .item2 > .viewnum > view { |
|
|
|
|
.sclcs .visc .item2 > .viewnum > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .tpbx { |
|
|
|
|
.sclcs .visc .tpbx.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
padding: 18rpx 24rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
border-bottom: 4rpx solid #EEEEEE; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .tpbx > image { |
|
|
|
|
.sclcs .visc .tpbx > image.data-v-6e763ec5 { |
|
|
|
|
flex: none; |
|
|
|
|
width: 32rpx; |
|
|
|
|
height: 32rpx; |
|
|
|
|
margin-right: 15rpx; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .tpbx > view { |
|
|
|
|
.sclcs .visc .tpbx > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.sclcs .visc .tpbx > view .numb { |
|
|
|
|
.sclcs .visc .tpbx > view .numb.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #178AF2; |
|
|
|
|
} |
|
|
|
|
.tabchecklist { |
|
|
|
|
.tabchecklist.data-v-6e763ec5 { |
|
|
|
|
width: 684rpx; |
|
|
|
|
height: 100rpx; |
|
|
|
|
margin: auto; |
|
|
|
@ -440,32 +440,32 @@
|
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
} |
|
|
|
|
.tabchecklist .xz > view:nth-of-type(1) { |
|
|
|
|
.tabchecklist .xz > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
color: #D3832A !important; |
|
|
|
|
} |
|
|
|
|
.tabchecklist .xz > view:nth-of-type(2) { |
|
|
|
|
.tabchecklist .xz > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
background-color: #D3832A !important; |
|
|
|
|
} |
|
|
|
|
.tabchecklist > view { |
|
|
|
|
.tabchecklist > view.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
.tabchecklist > view > view:nth-of-type(1) { |
|
|
|
|
.tabchecklist > view > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
color: #020B18; |
|
|
|
|
transition: all 0.2s; |
|
|
|
|
} |
|
|
|
|
.tabchecklist > view > view:nth-of-type(2) { |
|
|
|
|
.tabchecklist > view > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
width: 96rpx; |
|
|
|
|
height: 8rpx; |
|
|
|
|
background-color: #D3832A00; |
|
|
|
|
border-radius: 4rpx; |
|
|
|
|
transition: all 0.2s; |
|
|
|
|
} |
|
|
|
|
.topviewbox { |
|
|
|
|
.topviewbox.data-v-6e763ec5 { |
|
|
|
|
width: 686rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 20rpx 20rpx 20rpx 20rpx; |
|
|
|
@ -475,7 +475,7 @@
|
|
|
|
|
margin: auto; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .oebox { |
|
|
|
|
.topviewbox > .oebox.data-v-6e763ec5 { |
|
|
|
|
padding: 20rpx 25rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
border-bottom: 4rpx solid #EEEEEE; |
|
|
|
@ -483,22 +483,22 @@
|
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .oebox > view { |
|
|
|
|
.topviewbox > .oebox > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .oebox > image { |
|
|
|
|
.topviewbox > .oebox > image.data-v-6e763ec5 { |
|
|
|
|
width: 32rpx; |
|
|
|
|
height: 32rpx; |
|
|
|
|
margin-right: 14rpx; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox { |
|
|
|
|
.topviewbox .numbox.data-v-6e763ec5 { |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox > view { |
|
|
|
|
.topviewbox .numbox > view.data-v-6e763ec5 { |
|
|
|
|
width: 640rpx; |
|
|
|
|
height: 160rpx; |
|
|
|
|
background: #F5F7FB; |
|
|
|
@ -508,44 +508,44 @@
|
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox > view > view { |
|
|
|
|
.topviewbox .numbox > view > view.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox > view > view:nth-of-type(1) > view:nth-of-type(2) { |
|
|
|
|
.topviewbox .numbox > view > view:nth-of-type(1) > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
color: #FF9545 !important; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox > view > view:nth-of-type(2) > view:nth-of-type(2) { |
|
|
|
|
.topviewbox .numbox > view > view:nth-of-type(2) > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
color: #178AF2 !important; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox > view > view > view:nth-of-type(1) { |
|
|
|
|
.topviewbox .numbox > view > view > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
margin-bottom: 18rpx; |
|
|
|
|
} |
|
|
|
|
.topviewbox .numbox > view > view > view:nth-of-type(2) { |
|
|
|
|
.topviewbox .numbox > view > view > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview { |
|
|
|
|
.topviewbox > .contview.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view { |
|
|
|
|
.topviewbox > .contview > view.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view:nth-last-child(1) { |
|
|
|
|
.topviewbox > .contview > view.data-v-6e763ec5:nth-last-child(1) { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view > view:nth-of-type(1) { |
|
|
|
|
.topviewbox > .contview > view > view.data-v-6e763ec5:nth-of-type(1) { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: flex-start; |
|
|
|
@ -556,25 +556,25 @@
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view > view:nth-of-type(1) > view { |
|
|
|
|
.topviewbox > .contview > view > view:nth-of-type(1) > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view > view:nth-of-type(2) { |
|
|
|
|
.topviewbox > .contview > view > view.data-v-6e763ec5:nth-of-type(2) { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #020B18; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view > view:nth-of-type(2) > input { |
|
|
|
|
.topviewbox > .contview > view > view:nth-of-type(2) > input.data-v-6e763ec5 { |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view .btm { |
|
|
|
|
.topviewbox > .contview > view .btm.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.topviewbox > .contview > view .btm > view { |
|
|
|
|
.topviewbox > .contview > view .btm > view.data-v-6e763ec5 { |
|
|
|
|
width: 120rpx; |
|
|
|
|
height: 60rpx; |
|
|
|
|
background: #D3832A; |
|
|
|
@ -588,25 +588,25 @@
|
|
|
|
|
color: #FFFFFF; |
|
|
|
|
margin-left: 20rpx; |
|
|
|
|
} |
|
|
|
|
.bgimg { |
|
|
|
|
.bgimg.data-v-6e763ec5 { |
|
|
|
|
position: absolute; |
|
|
|
|
left: 0; |
|
|
|
|
top: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.scanqcview { |
|
|
|
|
.scanqcview.data-v-6e763ec5 { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
position: relative; |
|
|
|
|
margin-top: 10rpx; |
|
|
|
|
} |
|
|
|
|
.scanqcview > image { |
|
|
|
|
.scanqcview > image.data-v-6e763ec5 { |
|
|
|
|
width: 72rpx; |
|
|
|
|
height: 72rpx; |
|
|
|
|
margin-right: 16rpx; |
|
|
|
|
} |
|
|
|
|
.scanqcview > view { |
|
|
|
|
.scanqcview > view.data-v-6e763ec5 { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|