@ -1,68 +1,95 @@
< script setup >
< script setup >
import DraggableButton from "@/pages/components/goHome.vue" ;
import DraggableButton from "@/pages/components/goHome.vue" ;
/ * *
/ * *
* name :
* name :
* user : sa0ChunLuyu
* user : sa0ChunLuyu
* date : 2024 年9月11日 19 : 24 : 50
* date : 2024 年9月11日 19 : 24 : 50
* /
* /
import { ref } from "vue" ;
import {
import { $api , $response } from "@/api" ;
ref
import { onShow } from "@dcloudio/uni-app" ;
} from "vue" ;
import { useStore } from "@/store" ;
import {
const $store = useStore ( ) ;
$api ,
const $props = defineProps ( {
$response
} from "@/api" ;
import {
onShow
} from "@dcloudio/uni-app" ;
import {
useStore
} from "@/store" ;
const $store = useStore ( ) ;
const $props = defineProps ( {
id : {
id : {
type : String ,
type : String ,
default : "0" ,
default : "0" ,
} ,
} ,
} ) ;
clinic : {
type : String ,
default : "0" ,
} ,
} ) ;
let tabIndex = ref ( 0 ) ;
let tabIndex = ref ( 0 ) ;
const fenzhen _list = ref ( false ) ;
const fenzhen _time = ref ( false ) ;
const fenzhen _list = ref ( false ) ;
const getFenzhenList = async ( ) => {
uni . showLoading ( ) ;
const response = await $api ( "FenzhenList" , {
id : $props . id ,
} ) ;
uni . hideLoading ( ) ;
$response ( response , ( ) => {
fenzhen _time . value = response . data ;
getFenzhenInfo ( )
} ) ;
} ;
const getFenzhenInfo = async ( id ) => {
const getFenzhenInfo = async ( id ) => {
uni . showLoading ( ) ;
uni . showLoading ( ) ;
const response = await $api ( "FenzhenInfo" , {
const response = await $api ( "FenzhenInfo" , {
id : $props . id ,
id : $props . id ,
clinic : $props . clinic ,
} ) ;
} ) ;
uni . hideLoading ( ) ;
uni . hideLoading ( ) ;
$response ( response , ( ) => {
$response ( response , ( ) => {
fenzhen _list . value = response . data ;
fenzhen _list . value = response . data ;
} ) ;
} ) ;
} ;
} ;
const mountedAction = ( ) => {
const mountedAction = ( ) => {
getFenzhenInfo ( ) ;
getFenzhenList ( ) ;
} ;
} ;
const config _ref = ref ( null ) ;
const config _ref = ref ( null ) ;
const configRef = ( e ) => {
const configRef = ( e ) => {
if ( ! config _ref . value ) {
if ( ! config _ref . value ) {
config _ref . value = e ;
config _ref . value = e ;
mountedAction ( ) ;
mountedAction ( ) ;
}
}
} ;
} ;
const timeShow = ( time ) => {
const timeShow = ( time ) => {
let time _array = time . split ( ":" ) ;
let time _array = time . split ( ":" ) ;
return ` ${ time _array [ 0 ] } : ${ time _array [ 1 ] } ` ;
return ` ${ time _array [ 0 ] } : ${ time _array [ 1 ] } ` ;
} ;
} ;
const tip _show = ref ( false ) ;
const tip _show = ref ( false ) ;
const tip _content = ref ( "" ) ;
const tip _content = ref ( "" ) ;
const qijian = ( item ) => {
const qijian = ( item ) => {
uni . navigateTo ( {
uni . navigateTo ( {
url : ` /pages/user/fenzhen/qijian?id= ${ $props . id } &xmid= ${ item . id } ` ,
url : ` /pages/user/fenzhen/qijian?id= ${ $props . id } &xmid= ${ item . id } ` ,
} ) ;
} ) ;
} ;
} ;
onShow ( ( ) => {
onShow ( ( ) => {
if ( ! ! config _ref . value ) {
if ( ! ! config _ref . value ) {
mountedAction ( ) ;
mountedAction ( ) ;
}
}
} ) ;
} ) ;
< / script >
< / script >
< template >
< template >
< DraggableButton / >
< DraggableButton / >
@ -78,81 +105,66 @@ onShow(() => {
< view class = "tip_dialog_text_wrapper" v-html ="tip_content" > < / view >
< view class = "tip_dialog_text_wrapper" v-html ="tip_content" > < / view >
< / view >
< / view >
< / view > -- >
< / view > -- >
< view v-if ="!!fenzhen_list ">
< view v-if ="!!fenzhen_list && !!fenzhen_time ">
< view class = "order_info_wrapper" >
< view class = "order_info_wrapper" >
< view class = "person_name_wrapper" >
< view class = "person_name_wrapper" >
< view class = "person_name_text_wrapper" > { {
< view class = "person_name_text_wrapper" > { {
fenzhen _ lis t. info . name
fenzhen _ time . info . name
} } < / view >
} } < / view >
< view class = "person_sex_wrapper" > { {
< view class = "person_sex_wrapper" > { {
fenzhen _ lis t. info . sex === 1 ? "男士" : "女士"
fenzhen _ time . info . sex === 1 ? "男士" : "女士"
} } < / view >
} } < / view >
< / view >
< / view >
< view class = "info_box_wrapper" >
< view class = "info_box_wrapper" >
< view class = "info_wrapper" >
< view class = "info_wrapper" >
< view class = "info_title_wrapper" > 体检套餐 : < / view >
< view class = "info_title_wrapper" > 体检套餐 : < / view >
< view class = "info_text_wrapper" > { {
< view class = "info_text_wrapper" > { {
fenzhen _ lis t. info . combo _name
fenzhen _ time . info . combo _name
} } < / view >
} } < / view >
< / view >
< / view >
< view class = "info_wrapper info2_wrapper" >
< view class = "info_wrapper info2_wrapper" >
< view class = "info_title_wrapper" > 体检日期 : < / view >
< view class = "info_title_wrapper" > 体检日期 : < / view >
< view class = "info_text_wrapper" > { {
< view class = "info_text_wrapper" > { {
fenzhen _ lis t. info . check _date
fenzhen _ time . info . check _date
} } < / view >
} } < / view >
< / view >
< / view >
< view
< view class = "info_wrapper info2_wrapper" v-if ="fenzhen_time.info.code" >
class = "info_wrapper info2_wrapper"
v - if = "fenzhen_list.info.code"
>
< view class = "info_title_wrapper" > 体检号条码 : < / view >
< view class = "info_title_wrapper" > 体检号条码 : < / view >
< w -barcode
< w -barcode : options = " {
: options = " {
width : 500 ,
width : 500 ,
height : 100 ,
height : 100 ,
code : fenzhen _list . info . code ,
code : fenzhen _time . info . code ,
} "
} " > < / w - b a r c o d e >
> < / w - b a r c o d e >
< / view >
< / view >
< / view >
< / view >
< view class = "tip_wrapper" >
< view class = "tip_wrapper" >
< view class = "tip_time_wrapper" >
< view class = "tip_time_wrapper" >
< view class = "tip_time_text_wrapper" > 开始体检时间 < / view >
< view class = "tip_time_text_wrapper" > 开始体检时间 < / view >
< view class = "tip_time_value_wrapper" > { {
< view class = "tip_time_value_wrapper" > { {
timeShow ( fenzhen _ lis t. info . start _time )
timeShow ( fenzhen _ time . info . start _time )
} } < / view >
} } < / view >
< view class = "tip_time_text_wrapper" > — 预计结束时间 < / view >
< view class = "tip_time_text_wrapper" > — 预计结束时间 < / view >
< view class = "tip_time_value_wrapper" > { {
< view class = "tip_time_value_wrapper" > { {
timeShow ( fenzhen _ lis t. info . end _time )
timeShow ( fenzhen _ time . info . end _time )
} } < / view >
} } < / view >
< / view >
< / view >
< view class = "tip_box_wrapper" >
< view class = "tip_box_wrapper" >
< view class = "tip_icon_wrapper" >
< view class = "tip_icon_wrapper" >
< image src = "@/static/assets/fenzhen/tip@2x.png" > < / image >
< image src = "@/static/assets/fenzhen/tip@2x.png" > < / image >
< / view >
< / view >
< view class = "tip_text_wrapper"
< view class = "tip_text_wrapper" > 尊敬的客户 , 为了使您的体检流程更加顺畅 , 请按以下步骤提
> 尊敬的客户 , 为了使您的体检流程更加顺畅 , 请按以下步骤提
示顺序逐项完成体检 。 < / view >
示顺序逐项完成体检 。 < / v i e w
>
< / view >
< / view >
< / view >
< / view >
< / view >
< / view >
< view class = "time_line_wrapper py-40rpx px-10rpx" >
< view class = "time_line_wrapper py-40rpx px-10rpx" >
< view
< view class = "mb-20rpx flex rounded-8rpx w-428rpx h-66rpx ma b-0 b-1 b-solid b-#239EA3" >
class = "mb-20rpx flex rounded-8rpx w-428rpx h-66rpx ma b-0 b-1 b-solid b-#239EA3"
< view @ click = "tabIndex = 0" : class = "tabIndex == 0 ? 'ckjg_active' : ''"
>
class = "text-#239EA3 flex-1 text-#26rpx bg-#D9F3F2 flex flex-items-center flex-justify-center rounded-l-8rpx" >
< view
@ click = "tabIndex = 0"
: class = "tabIndex == 0 ? 'ckjg_active' : ''"
class = "text-#239EA3 flex-1 text-#26rpx bg-#D9F3F2 flex flex-items-center flex-justify-center rounded-l-8rpx"
>
未完成
未完成
< / view >
< / view >
< view
< view @ click = "tabIndex = 1" : class = "tabIndex == 1 ? 'ckjg_active' : ''"
@ click = "tabIndex = 1"
class = "text-#239EA3 flex-1 flex flex-items-center flex-justify-center bg-#D9F3F2 rounded-r-8rpx" > 已完成
: class = "tabIndex == 1 ? 'ckjg_active' : ''"
class = "text-#239EA3 flex-1 flex flex-items-center flex-justify-center bg-#D9F3F2 rounded-r-8rpx"
> 已完成
< / view >
< / view >
< / view >
< / view >
< view >
< view >
@ -160,20 +172,14 @@ onShow(() => {
< view class = "between h-90rpx b-0 b-b-1 b-solid b-#EAEAEA" v-if ="item.status == 1 && tabIndex == 0" >
< view class = "between h-90rpx b-0 b-b-1 b-solid b-#EAEAEA" v-if ="item.status == 1 && tabIndex == 0" >
< view class = "text-#000000 text-30rpx" > { { item . name } } < / view >
< view class = "text-#000000 text-30rpx" > { { item . name } } < / view >
< view class = "center" >
< view class = "center" >
< text
< text @click ="qijian(item)"
@ click = "qijian(item)"
class = "rounded-full text-28rpx center w-105rpx h-48rpx text-#E95515 bg-#FAECE6" > 弃检 < / text >
class = "rounded-full text-28rpx center w-105rpx h-48rpx text-#E95515 bg-#FAECE6"
> 弃检 < / t e x t
>
< / view >
< / view >
< / view >
< / view >
< view class = "between h-90rpx b-0 b-b-1 b-solid b-#EAEAEA" v-if ="item.status == 4 && tabIndex == 1" >
< view class = "between h-90rpx b-0 b-b-1 b-solid b-#EAEAEA" v-if ="item.status == 4 && tabIndex == 1" >
< view class = "text-#000000 text-30rpx" > { { item . name } } < / view >
< view class = "text-#000000 text-30rpx" > { { item . name } } < / view >
< view class = "center" >
< view class = "center" >
< text
< text class = "rounded-full text-28rpx center w-105rpx h-48rpx mr-30rpx text-#239EA3 bg-#E5F3F2" > 完成 < / text >
class = "rounded-full text-28rpx center w-105rpx h-48rpx mr-30rpx text-#239EA3 bg-#E5F3F2"
> 完成 < / t e x t
>
< text class = "text-#141414 text-28rpx" > { { item . time } } < / text >
< text class = "text-#141414 text-28rpx" > { { item . time } } < / text >
< / view >
< / view >
< / view >
< / view >
@ -184,12 +190,12 @@ onShow(() => {
< / view >
< / view >
< / template >
< / template >
< style scoped >
< style scoped >
. tip _dialog _text _wrapper {
. tip _dialog _text _wrapper {
max - height : calc ( 100 vh - 600 rpx ) ;
max - height : calc ( 100 vh - 600 rpx ) ;
overflow - y : auto ;
overflow - y : auto ;
}
}
. tip _dialog _wrapper {
. tip _dialog _wrapper {
position : fixed ;
position : fixed ;
top : 0 ;
top : 0 ;
bottom : 0 ;
bottom : 0 ;
@ -199,24 +205,24 @@ onShow(() => {
background : # 00000060 ;
background : # 00000060 ;
margin : 0 auto ;
margin : 0 auto ;
z - index : 9999 ;
z - index : 9999 ;
}
}
. tip _dialog _close _wrapper {
. tip _dialog _close _wrapper {
position : absolute ;
position : absolute ;
top : 30 rpx ;
top : 30 rpx ;
right : 40 rpx ;
right : 40 rpx ;
width : 26 rpx ;
width : 26 rpx ;
height : 26 rpx ;
height : 26 rpx ;
}
}
. tip _dialog _close _wrapper image {
. tip _dialog _close _wrapper image {
width : 26 rpx ;
width : 26 rpx ;
height : 26 rpx ;
height : 26 rpx ;
display : block ;
display : block ;
object - fit : contain ;
object - fit : contain ;
}
}
. tip _dialog _box _wrapper {
. tip _dialog _box _wrapper {
position : absolute ;
position : absolute ;
width : 610 rpx ;
width : 610 rpx ;
background : # ffffff ;
background : # ffffff ;
@ -228,33 +234,33 @@ onShow(() => {
left : 50 % ;
left : 50 % ;
top : 50 % ;
top : 50 % ;
transform : translate ( - 50 % , - 50 % ) ;
transform : translate ( - 50 % , - 50 % ) ;
}
}
. time _line _item _more _wrapper {
. time _line _item _more _wrapper {
font - size : 22 rpx ;
font - size : 22 rpx ;
color : # 239 ea3 ;
color : # 239 ea3 ;
line - height : 1 ;
line - height : 1 ;
text - decoration - line : underline ;
text - decoration - line : underline ;
margin - right : 19 rpx ;
margin - right : 19 rpx ;
}
}
. time _line _item _text _wrapper {
. time _line _item _text _wrapper {
font - weight : 500 ;
font - weight : 500 ;
font - size : 24 rpx ;
font - size : 24 rpx ;
color : # 6 e6e6e ;
color : # 6 e6e6e ;
line - height : 1 ;
line - height : 1 ;
margin - left : 42 rpx ;
margin - left : 42 rpx ;
}
}
. time _line _item _line _wrapper {
. time _line _item _line _wrapper {
width : 550 rpx ;
width : 550 rpx ;
height : 1 rpx ;
height : 1 rpx ;
background : # e8e8e8 ;
background : # e8e8e8 ;
border - radius : 1 rpx ;
border - radius : 1 rpx ;
margin : 13 rpx auto 5 rpx ;
margin : 13 rpx auto 5 rpx ;
}
}
. time _line _item _box _wrapper {
. time _line _item _box _wrapper {
width : 400 rpx ;
width : 400 rpx ;
height : 40 rpx ;
height : 40 rpx ;
background : # 5 a75ca30 ;
background : # 5 a75ca30 ;
@ -265,9 +271,9 @@ onShow(() => {
line - height : 40 rpx ;
line - height : 40 rpx ;
text - align : center ;
text - align : center ;
margin - right : 17 rpx ;
margin - right : 17 rpx ;
}
}
. time _line _item _title _wrapper {
. time _line _item _title _wrapper {
width : 140 rpx ;
width : 140 rpx ;
font - weight : bold ;
font - weight : bold ;
font - size : 28 rpx ;
font - size : 28 rpx ;
@ -275,16 +281,16 @@ onShow(() => {
line - height : 40 rpx ;
line - height : 40 rpx ;
height : 40 rpx ;
height : 40 rpx ;
margin - left : 22 rpx ;
margin - left : 22 rpx ;
}
}
. time _line _item _flex _wrapper {
. time _line _item _flex _wrapper {
margin - top : 15 rpx ;
margin - top : 15 rpx ;
display : flex ;
display : flex ;
align - items : center ;
align - items : center ;
justify - content : space - between ;
justify - content : space - between ;
}
}
. time _line _item _time _cover _wrapper {
. time _line _item _time _cover _wrapper {
position : absolute ;
position : absolute ;
width : 2 rpx ;
width : 2 rpx ;
top : - 36 rpx ;
top : - 36 rpx ;
@ -293,9 +299,9 @@ onShow(() => {
background : # ffffff ;
background : # ffffff ;
transform : translateX ( - 50 % ) ;
transform : translateX ( - 50 % ) ;
z - index : 99 ;
z - index : 99 ;
}
}
. time _line _item _time _line _wrapper {
. time _line _item _time _line _wrapper {
position : absolute ;
position : absolute ;
width : 2 rpx ;
width : 2 rpx ;
top : 0 ;
top : 0 ;
@ -303,9 +309,9 @@ onShow(() => {
left : 50 % ;
left : 50 % ;
background : # dedede ;
background : # dedede ;
transform : translateX ( - 50 % ) ;
transform : translateX ( - 50 % ) ;
}
}
. time _line _item _time _dot _wrapper {
. time _line _item _time _dot _wrapper {
position : absolute ;
position : absolute ;
width : 16 rpx ;
width : 16 rpx ;
height : 16 rpx ;
height : 16 rpx ;
@ -315,9 +321,9 @@ onShow(() => {
top : 50 % ;
top : 50 % ;
transform : translate ( - 50 % , calc ( - 50 % + 26 rpx ) ) ;
transform : translate ( - 50 % , calc ( - 50 % + 26 rpx ) ) ;
z - index : 999 ;
z - index : 999 ;
}
}
. time _line _item _time _dot _in _wrapper {
. time _line _item _time _dot _in _wrapper {
width : 8 rpx ;
width : 8 rpx ;
height : 8 rpx ;
height : 8 rpx ;
background : # cfcece ;
background : # cfcece ;
@ -326,13 +332,13 @@ onShow(() => {
left : 50 % ;
left : 50 % ;
top : 50 % ;
top : 50 % ;
transform : translate ( - 50 % , - 50 % ) ;
transform : translate ( - 50 % , - 50 % ) ;
}
}
. time _line _box _wrapper {
. time _line _box _wrapper {
margin - top : 28 rpx ;
margin - top : 28 rpx ;
}
}
. time _line _item _triangle _wrapper {
. time _line _item _triangle _wrapper {
width : 16 rpx ;
width : 16 rpx ;
height : 16 rpx ;
height : 16 rpx ;
border - left : 1 rpx # e8e8e8 solid ;
border - left : 1 rpx # e8e8e8 solid ;
@ -342,9 +348,9 @@ onShow(() => {
top : 50 % ;
top : 50 % ;
left : - 10 rpx ;
left : - 10 rpx ;
transform : rotate ( 45 deg ) ;
transform : rotate ( 45 deg ) ;
}
}
. time _line _item _content _wrapper {
. time _line _item _content _wrapper {
width : 590 rpx ;
width : 590 rpx ;
background : # f8f8f8 ;
background : # f8f8f8 ;
border - radius : 5 rpx ;
border - radius : 5 rpx ;
@ -353,9 +359,9 @@ onShow(() => {
border : 1 rpx # e8e8e8 solid ;
border : 1 rpx # e8e8e8 solid ;
margin - top : 36 rpx ;
margin - top : 36 rpx ;
padding - bottom : 15 rpx ;
padding - bottom : 15 rpx ;
}
}
. time _line _item _time _value _wrapper {
. time _line _item _time _value _wrapper {
width : 90 rpx ;
width : 90 rpx ;
height : 55 rpx ;
height : 55 rpx ;
background : # e4e4e4 ;
background : # e4e4e4 ;
@ -367,26 +373,26 @@ onShow(() => {
text - align : center ;
text - align : center ;
position : relative ;
position : relative ;
z - index : 99 ;
z - index : 99 ;
}
}
. time _line _item _time _wrapper {
. time _line _item _time _wrapper {
width : 90 rpx ;
width : 90 rpx ;
position : absolute ;
position : absolute ;
left : 6 rpx ;
left : 6 rpx ;
right : 0 ;
right : 0 ;
top : 0 ;
top : 0 ;
bottom : 0 ;
bottom : 0 ;
}
}
. time _line _item _wrapper {
. time _line _item _wrapper {
width : calc ( 90 rpx + 12 rpx + 590 rpx ) ;
width : calc ( 90 rpx + 12 rpx + 590 rpx ) ;
display : flex ;
display : flex ;
justify - content : end ;
justify - content : end ;
margin : 0 auto ;
margin : 0 auto ;
position : relative ;
position : relative ;
}
}
. time _line _title _wrapper {
. time _line _title _wrapper {
width : 180 rpx ;
width : 180 rpx ;
height : 60 rpx ;
height : 60 rpx ;
background : linear - gradient ( 90 deg , # edf6f5 0 % , # bbdfe1 99 % ) ;
background : linear - gradient ( 90 deg , # edf6f5 0 % , # bbdfe1 99 % ) ;
@ -398,9 +404,9 @@ onShow(() => {
line - height : 60 rpx ;
line - height : 60 rpx ;
margin - top : 26 rpx ;
margin - top : 26 rpx ;
overflow : hidden ;
overflow : hidden ;
}
}
. time _line _wrapper {
. time _line _wrapper {
width : 710 rpx ;
width : 710 rpx ;
background : # ffffff ;
background : # ffffff ;
box - shadow : 0 rpx 0 rpx 10 rpx 0 rpx rgba ( 0 , 0 , 0 , 0.04 ) ;
box - shadow : 0 rpx 0 rpx 10 rpx 0 rpx rgba ( 0 , 0 , 0 , 0.04 ) ;
@ -409,75 +415,75 @@ onShow(() => {
overflow : hidden ;
overflow : hidden ;
position : relative ;
position : relative ;
padding - bottom : 30 rpx ;
padding - bottom : 30 rpx ;
}
}
. tip _text _wrapper {
. tip _text _wrapper {
font - weight : 400 ;
font - weight : 400 ;
font - size : 22 rpx ;
font - size : 22 rpx ;
color : # e95515 ;
color : # e95515 ;
line - height : 36 rpx ;
line - height : 36 rpx ;
margin - left : 10 rpx ;
margin - left : 10 rpx ;
}
}
. tip _icon _wrapper {
. tip _icon _wrapper {
width : 24 rpx ;
width : 24 rpx ;
height : 24 rpx ;
height : 24 rpx ;
margin - top : 5 rpx ;
margin - top : 5 rpx ;
}
}
. tip _icon _wrapper image {
. tip _icon _wrapper image {
width : 24 rpx ;
width : 24 rpx ;
height : 24 rpx ;
height : 24 rpx ;
display : block ;
display : block ;
object - fit : contain ;
object - fit : contain ;
}
}
. tip _box _wrapper {
. tip _box _wrapper {
display : flex ;
display : flex ;
margin - top : 20 rpx ;
margin - top : 20 rpx ;
}
}
. tip _time _value _wrapper {
. tip _time _value _wrapper {
font - size : 36 rpx ;
font - size : 36 rpx ;
color : # 239 ea3 ;
color : # 239 ea3 ;
margin : 0 10 rpx ;
margin : 0 10 rpx ;
}
}
. tip _time _text _wrapper {
. tip _time _text _wrapper {
font - size : 22 rpx ;
font - size : 22 rpx ;
color : # 161616 ;
color : # 161616 ;
}
}
. tip _time _wrapper {
. tip _time _wrapper {
display : flex ;
display : flex ;
align - items : end ;
align - items : end ;
line - height : 1 ;
line - height : 1 ;
}
}
. tip _wrapper {
. tip _wrapper {
width : 100 % ;
width : 100 % ;
padding : 30 rpx ;
padding : 30 rpx ;
padding - bottom : 0 ;
padding - bottom : 0 ;
margin - top : 30 rpx ;
margin - top : 30 rpx ;
border - top : 1 rpx solid # e8e8e8 ;
border - top : 1 rpx solid # e8e8e8 ;
box - sizing : border - box ;
box - sizing : border - box ;
}
}
. info2 _wrapper {
. info2 _wrapper {
margin - top : 30 rpx ;
margin - top : 30 rpx ;
}
}
. info _box _wrapper {
. info _box _wrapper {
margin - top : 60 rpx ;
margin - top : 60 rpx ;
margin - left : 29 rpx ;
margin - left : 29 rpx ;
}
}
. button _wrapper {
. button _wrapper {
display : flex ;
display : flex ;
justify - content : end ;
justify - content : end ;
}
}
. desc _wrapper {
. desc _wrapper {
width : 160 rpx ;
width : 160 rpx ;
height : 48 rpx ;
height : 48 rpx ;
background : # 239 ea3 ;
background : # 239 ea3 ;
@ -488,26 +494,26 @@ onShow(() => {
text - align : center ;
text - align : center ;
margin - right : 29 rpx ;
margin - right : 29 rpx ;
margin - top : 24 rpx ;
margin - top : 24 rpx ;
}
}
. info _wrapper {
. info _wrapper {
display : flex ;
display : flex ;
align - items : center ;
align - items : center ;
}
}
. info _text _wrapper {
. info _text _wrapper {
font - size : 24 rpx ;
font - size : 24 rpx ;
color : # 0 f0f0f ;
color : # 0 f0f0f ;
line - height : 1 ;
line - height : 1 ;
}
}
. info _title _wrapper {
. info _title _wrapper {
font - size : 24 rpx ;
font - size : 24 rpx ;
color : # 8 b8b8b ;
color : # 8 b8b8b ;
line - height : 1 ;
line - height : 1 ;
}
}
. order _info _wrapper {
. order _info _wrapper {
width : 710 rpx ;
width : 710 rpx ;
/* height: 360rpx; */
/* height: 360rpx; */
background : # ffffff ;
background : # ffffff ;
@ -516,68 +522,68 @@ onShow(() => {
margin : 20 rpx auto 0 ;
margin : 20 rpx auto 0 ;
overflow : hidden ;
overflow : hidden ;
padding - bottom : 40 rpx ;
padding - bottom : 40 rpx ;
}
}
. person _name _wrapper {
. person _name _wrapper {
display : flex ;
display : flex ;
align - items : end ;
align - items : end ;
margin - top : 72 rpx ;
margin - top : 72 rpx ;
margin - left : 29 rpx ;
margin - left : 29 rpx ;
}
}
. person _name _text _wrapper {
. person _name _text _wrapper {
font - weight : bold ;
font - weight : bold ;
font - size : 34 rpx ;
font - size : 34 rpx ;
color : # 171717 ;
color : # 171717 ;
}
}
. person _sex _wrapper {
. person _sex _wrapper {
font - size : 24 rpx ;
font - size : 24 rpx ;
color : # 7 e7e7e ;
color : # 7 e7e7e ;
margin - left : 15 rpx ;
margin - left : 15 rpx ;
}
}
. time _line _item - 2 _wrapper . time _line _item _time _value _wrapper ,
. time _line _item - 2 _wrapper . time _line _item _time _value _wrapper ,
. time _line _item - 1 _wrapper . time _line _item _time _value _wrapper {
. time _line _item - 1 _wrapper . time _line _item _time _value _wrapper {
background : # 239 ea3 ;
background : # 239 ea3 ;
color : # f8f8f8 ;
color : # f8f8f8 ;
}
}
. time _line _item - 2 _wrapper . time _line _item _time _dot _wrapper ,
. time _line _item - 2 _wrapper . time _line _item _time _dot _wrapper ,
. time _line _item - 1 _wrapper . time _line _item _time _dot _wrapper {
. time _line _item - 1 _wrapper . time _line _item _time _dot _wrapper {
background : # 239 ea360 ;
background : # 239 ea360 ;
}
}
. time _line _item - 2 _wrapper . time _line _item _time _dot _in _wrapper ,
. time _line _item - 2 _wrapper . time _line _item _time _dot _in _wrapper ,
. time _line _item - 1 _wrapper . time _line _item _time _dot _in _wrapper {
. time _line _item - 1 _wrapper . time _line _item _time _dot _in _wrapper {
background : # 239 ea3 ;
background : # 239 ea3 ;
}
}
. time _line _item - 2 _wrapper . time _line _item _box _wrapper ,
. time _line _item - 2 _wrapper . time _line _item _box _wrapper ,
. time _line _item - 1 _wrapper . time _line _item _box _wrapper {
. time _line _item - 1 _wrapper . time _line _item _box _wrapper {
background : # 6 cafb230 ;
background : # 6 cafb230 ;
color : # 239 ea3 ;
color : # 239 ea3 ;
}
}
. time _line _item -- 1 _wrapper . time _line _item _time _value _wrapper {
. time _line _item -- 1 _wrapper . time _line _item _time _value _wrapper {
background : # 239 ea3 ;
background : # 239 ea3 ;
color : # f8f8f8 ;
color : # f8f8f8 ;
}
}
. time _line _item -- 1 _wrapper . time _line _item _time _dot _wrapper {
. time _line _item -- 1 _wrapper . time _line _item _time _dot _wrapper {
background : # 239 ea360 ;
background : # 239 ea360 ;
}
}
. time _line _item -- 1 _wrapper . time _line _item _time _dot _in _wrapper {
. time _line _item -- 1 _wrapper . time _line _item _time _dot _in _wrapper {
background : # 239 ea3 ;
background : # 239 ea3 ;
}
}
. time _line _item -- 1 _wrapper . time _line _item _box _wrapper {
. time _line _item -- 1 _wrapper . time _line _item _box _wrapper {
background : # e1af6830 ;
background : # e1af6830 ;
color : # cc913e ;
color : # cc913e ;
}
}
. table _wrapper {
. table _wrapper {
width : 100 % ;
width : 100 % ;
background : # ffffff ;
background : # ffffff ;
box - shadow : 0 px 1 rpx 1 rpx 0 px rgba ( 2 , 2 , 4 , 0.05 ) ;
box - shadow : 0 px 1 rpx 1 rpx 0 px rgba ( 2 , 2 , 4 , 0.05 ) ;
@ -585,10 +591,10 @@ onShow(() => {
margin - top : 15 rpx ;
margin - top : 15 rpx ;
overflow : hidden ;
overflow : hidden ;
padding - bottom : 34 rpx ;
padding - bottom : 34 rpx ;
}
}
. ckjg _active {
. ckjg _active {
background : # 239 ea3 ;
background : # 239 ea3 ;
color : # fff ;
color : # fff ;
}
}
< / style >
< / style >