This commit is contained in:
parent
f67ac5b73a
commit
4e16330877
|
|
@ -73,7 +73,7 @@ function back(){
|
||||||
</liu-drag-button>
|
</liu-drag-button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="headerBox" :style="{'padding-top':$systemInfo.statusBarHeight+'px'}">
|
<view class="headerBox" :style="{'padding-top':$systemInfo.statusBarHeight*2+'rpx'}">
|
||||||
<view class="header" >
|
<view class="header" >
|
||||||
<view class="left" @click="back()">
|
<view class="left" @click="back()">
|
||||||
<image src="/static/image/other/score/center/home.png" mode=""></image>
|
<image src="/static/image/other/score/center/home.png" mode=""></image>
|
||||||
|
|
@ -587,7 +587,7 @@ function back(){
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: -6rpx;
|
margin-bottom: -6rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 42rpx;
|
margin-left: 64rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
</liu-drag-button>
|
</liu-drag-button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="group_1" :style="{'padding-top':$systemInfo.statusBarHeight+'px'}">
|
<view class="group_1" :style="{'padding-top':$systemInfo.statusBarHeight*2+'rpx'}">
|
||||||
<view class="rectangle_273">
|
<view class="rectangle_273">
|
||||||
<image @click="back()" class="group_14010" src="/static/image/other/score/chongqing/close.png" />
|
<image @click="back()" class="group_14010" src="/static/image/other/score/chongqing/close.png" />
|
||||||
<view class="flexcontainer"><text class="text_1"> 重庆市教育考试招生查询系统 </text><text class="text_2"> gkcj.cqksy.cn
|
<view class="flexcontainer"><text class="text_1"> 重庆市教育考试招生查询系统 </text><text class="text_2"> gkcj.cqksy.cn
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
</liu-drag-button>
|
</liu-drag-button>
|
||||||
</view>
|
</view>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="headerBox" :style="{'padding-top':$systemInfo.statusBarHeight+'px'}">
|
<view class="headerBox" :style="{'padding-top':$systemInfo.statusBarHeight*2+'rpx'}">
|
||||||
<view class="header" >
|
<view class="header" >
|
||||||
<view class="left" @click="back()">
|
<view class="left" @click="back()">
|
||||||
<image src="/static/image/other/score/guandong/leftIcon.png" mode=""></image>
|
<image src="/static/image/other/score/guandong/leftIcon.png" mode=""></image>
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
||||||
</liu-drag-button>
|
</liu-drag-button>
|
||||||
</view>
|
</view>
|
||||||
<view class="group_1" :style="{'padding-top':$systemInfo.statusBarHeight+'px'}">
|
<view class="group_1" :style="{'padding-top':$systemInfo.statusBarHeight*2+'rpx'}">
|
||||||
<view class="rectangle_273">
|
<view class="rectangle_273">
|
||||||
<image @click="back()" class="group_14010" src="/static/image/other/score/chongqing/close.png" />
|
<image @click="back()" class="group_14010" src="/static/image/other/score/chongqing/close.png" />
|
||||||
<view class="flexcontainer"><text class="text_1"> 成绩查询-河北省普通高校招生考试 </text><text class="text_2"> xxcx.hebeea.edu.cn
|
<view class="flexcontainer"><text class="text_1"> 成绩查询-河北省普通高校招生考试 </text><text class="text_2"> xxcx.hebeea.edu.cn
|
||||||
|
|
@ -137,8 +137,8 @@
|
||||||
<view class="flexcontainer_1">
|
<view class="flexcontainer_1">
|
||||||
<view class="group_48370">
|
<view class="group_48370">
|
||||||
<text class="text_2"> 姓名:{{data.form.name}} </text>
|
<text class="text_2"> 姓名:{{data.form.name}} </text>
|
||||||
<text class="text_3"> 证件号:{{data.form.idNumber}} </text>
|
<text class="text_3"> 考生号:{{data.form.examNumber}} </text>
|
||||||
<text class="text_4"> 考生号:{{data.form.examNumber}} </text>
|
<text class="text_4"> 证件号:{{data.form.idNumber}} </text>
|
||||||
</view>
|
</view>
|
||||||
<view class="group_48369">
|
<view class="group_48369">
|
||||||
<view class="rectangle_23389">
|
<view class="rectangle_23389">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue