在线签约
This commit is contained in:
parent
61db444ef3
commit
80750ad014
58
pages.json
58
pages.json
@ -347,14 +347,20 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
|
||||
// {
|
||||
// "path": "Filinginformation/Filinginformation",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "查看建档信息",
|
||||
// "enablePullDownRefresh": false
|
||||
// }
|
||||
// },
|
||||
{
|
||||
"path": "Signingagency/Signingagency",
|
||||
"style": {
|
||||
"navigationBarTitleText": "在线签约",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "Filinginformation/Filinginformation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "查看建档信息"
|
||||
// "enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "Onlinesigning/Onlinesigning",
|
||||
"style": {
|
||||
@ -393,38 +399,36 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "servicerecord/servicerecord",
|
||||
"style": {
|
||||
"navigationBarTitleText": "服务记录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
"path": "servicerecord/servicerecord",
|
||||
"style": {
|
||||
"navigationBarTitleText": "服务记录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
,{
|
||||
"path" : "Myappointment/Myappointment",
|
||||
}, {
|
||||
"path": "Myappointment/Myappointment",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的预约",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "healthtest/healthtest",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "我的预约",
|
||||
"navigationBarTitleText": "健康自评",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "healthtest/healthtest",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "健康自评",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "Physicalexamination/Physicalexamination",
|
||||
"style" :
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "体征检测",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
]
|
||||
}],
|
||||
|
||||
@ -3,18 +3,15 @@
|
||||
<view class="content">
|
||||
<view class="name">
|
||||
姓名
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入姓名" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;" />
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入姓名" />
|
||||
</view>
|
||||
<view class="name">
|
||||
身份证号
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;" />
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" />
|
||||
</view>
|
||||
<view class="name">
|
||||
手机号码
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入手机号码" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;" />
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入手机号码" />
|
||||
</view>
|
||||
<view class="name">
|
||||
现任区县
|
||||
@ -29,8 +26,6 @@
|
||||
<text>请选择乡镇</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
<!-- <u-input v-model="value" :type="type" :border="border" placeholder="请选择乡镇" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;" /> -->
|
||||
</view>
|
||||
<view class="name">
|
||||
村/社区
|
||||
@ -42,8 +37,8 @@
|
||||
</view>
|
||||
<view class="name">
|
||||
详细地址
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;" />
|
||||
<!-- <u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;" /> -->
|
||||
</view>
|
||||
<view class="cancelitem">
|
||||
<view class="cancel">
|
||||
@ -53,7 +48,7 @@
|
||||
提交申请
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@ -98,6 +93,27 @@
|
||||
border-radius: 5rpx;
|
||||
margin: 15rpx auto;
|
||||
position: relative;
|
||||
::v-deep .u-input {
|
||||
width: 636rpx;
|
||||
height: 63rpx;
|
||||
background: #F6F6F6;
|
||||
// border: 1rpx solid red;
|
||||
margin: 12rpx auto;
|
||||
border: none;
|
||||
border-radius: 5rpx;
|
||||
|
||||
}
|
||||
::v-deep .u-input__input.data-v-fdbb9fe6{
|
||||
font-size: 20rpx;
|
||||
// font-size: 20px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
}
|
||||
::v-deep.uni-input-placeholder{
|
||||
color: #8E8E8E !important;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
.cancelitem{
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
@ -145,7 +161,7 @@
|
||||
height: 63rpx;
|
||||
background: #F6F6F6;
|
||||
margin: 12rpx auto;
|
||||
// border: 1rpx solid #F6F6F6;
|
||||
// border: 1rpx solid #F6F6F6;
|
||||
border-radius: 5rpx;
|
||||
display: flex;
|
||||
position: relative;
|
||||
@ -173,4 +189,4 @@
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -8,8 +8,10 @@
|
||||
</view>
|
||||
<view class="item">
|
||||
</view>
|
||||
<view class="numbertwo">
|
||||
2
|
||||
<view class="number">
|
||||
<view class="numbertwo">
|
||||
2
|
||||
</view>
|
||||
<view class="information">
|
||||
选择签约机构
|
||||
</view>
|
||||
@ -17,18 +19,16 @@
|
||||
<view class="contentbottom">
|
||||
<view class="name">
|
||||
姓名
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入姓名" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;padding-left:20rpx" />
|
||||
<u-input v-model="value" :border="border" placeholder="请输入姓名" />
|
||||
|
||||
</view>
|
||||
<view class="name">
|
||||
身份证号
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;padding-left:20rpx" />
|
||||
<u-input v-model="value" :border="border" placeholder="请输入身份证号" />
|
||||
</view>
|
||||
<view class="name">
|
||||
手机号码
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入手机号码" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;padding-left:20rpx" />
|
||||
<u-input v-model="value" :border="border" placeholder="请输入手机号码" />
|
||||
</view>
|
||||
<view class="name">
|
||||
现任区县
|
||||
@ -53,17 +53,13 @@
|
||||
</view>
|
||||
<view class="name">
|
||||
详细地址
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址" placeholder-style="font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;font-weight: 400;color: #8E8E8E;padding-left:20rpx;" />
|
||||
<u-input v-model="value" :border="border" placeholder="请输入详细地址" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="nextpage">
|
||||
下一步
|
||||
</view>
|
||||
<view class="nextpage" @tap="gonextstep">
|
||||
下一步
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@ -72,43 +68,57 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
value: '',
|
||||
type: 'text',
|
||||
border: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
gonextstep() {
|
||||
uni.navigateTo({
|
||||
url: '/pagesC/Signingagency/Signingagency'
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.app {
|
||||
// height: 100vh;
|
||||
height: 100vh;
|
||||
background-color: #F7F5F5;
|
||||
padding: 30rpx 0 0 0;
|
||||
|
||||
.content {
|
||||
width: 95%;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
overflow: scroll;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||
border-radius: 5rpx;
|
||||
margin: 15rpx auto;
|
||||
position: relative;
|
||||
.nextpage{
|
||||
width: 496rpx;
|
||||
height: 61rpx;
|
||||
background: #26A888;
|
||||
border-radius: 5rpx;
|
||||
line-height: 61rpx;
|
||||
color: white;
|
||||
text-align: center;
|
||||
// position: absolute;
|
||||
// bottom: 0;
|
||||
}
|
||||
|
||||
.nextpage {
|
||||
width: 496rpx;
|
||||
height: 61rpx;
|
||||
background: #26A888;
|
||||
border-radius: 5rpx;
|
||||
line-height: 61rpx;
|
||||
color: white;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 23%;
|
||||
}
|
||||
|
||||
.contentbottom {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
top: 20%;
|
||||
}
|
||||
|
||||
.name {
|
||||
padding: 25rpx 30rpx 0 30rpx;
|
||||
padding: 10rpx 30rpx 0 7%;
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
@ -122,6 +132,20 @@
|
||||
margin: 12rpx auto;
|
||||
border: none;
|
||||
border-radius: 5rpx;
|
||||
|
||||
}
|
||||
|
||||
::v-deep.uni-input-placeholder {
|
||||
color: #8E8E8E !important;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
::v-deep .u-input__input.data-v-fdbb9fe6{
|
||||
font-size: 20rpx;
|
||||
// font-size: 20px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
|
||||
}
|
||||
|
||||
.select {
|
||||
@ -129,7 +153,6 @@
|
||||
height: 63rpx;
|
||||
background: #F6F6F6;
|
||||
margin: 12rpx auto;
|
||||
// border: 1rpx solid #F6F6F6;
|
||||
border-radius: 5rpx;
|
||||
display: flex;
|
||||
position: relative;
|
||||
@ -172,9 +195,7 @@
|
||||
|
||||
.information {
|
||||
width: 160rpx;
|
||||
// margin: 5px 0 0 0;
|
||||
margin: 11px 4px 4px -10px;
|
||||
// padding-top: 30rpx;
|
||||
font-size: 26rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
@ -183,45 +204,65 @@
|
||||
}
|
||||
}
|
||||
|
||||
.numbertwo {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
.number {
|
||||
.numbertwo:hover {
|
||||
background-color: #26A888;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.information:hover {
|
||||
color: #26A888;
|
||||
}
|
||||
}
|
||||
|
||||
// ::v-deep .uni-input-input {
|
||||
// left: 20rpx;
|
||||
// }
|
||||
|
||||
.number {
|
||||
width: 180rpx;
|
||||
height: 150rpx;
|
||||
position: absolute;
|
||||
top: 6%;
|
||||
left: 65%;
|
||||
background: #F0F1F6;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
font-size: 50rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
|
||||
.numbertwo {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
left: 50%;
|
||||
transform: translateX(50%);
|
||||
background: #F0F1F6;
|
||||
border-radius: 50%;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
font-size: 50rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
// border: 1rpx solid #A6C8C0;
|
||||
color: #A6C8C0;
|
||||
|
||||
}
|
||||
|
||||
.information {
|
||||
width: 160rpx;
|
||||
margin: 11px 4px 4px -11px;
|
||||
|
||||
padding-top: 20rpx;
|
||||
font-size: 26rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
line-height: 38rpx;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.item {
|
||||
position: absolute;
|
||||
width: 202rpx;
|
||||
height: 1rpx;
|
||||
top: 10%;
|
||||
left: 31%;
|
||||
left: 34%;
|
||||
background: linear-gradient(-90deg, #E6E6E6, #26A888);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
349
pagesC/Signingagency/Signingagency.vue
Normal file
349
pagesC/Signingagency/Signingagency.vue
Normal file
@ -0,0 +1,349 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="content">
|
||||
<view class="numberone">1
|
||||
<view class="information">
|
||||
填写个人信息
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
</view>
|
||||
<view class="number">
|
||||
<view class="numbertwo">
|
||||
2
|
||||
</view>
|
||||
<view class="information">
|
||||
选择签约机构
|
||||
</view>
|
||||
</view>
|
||||
<view class="contentbottom">
|
||||
<view class="name">
|
||||
社区
|
||||
<view class="select">
|
||||
<text>请选择社区卫生服务中心</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="name">
|
||||
医生
|
||||
<view class="select">
|
||||
<text>请选择乡镇</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="signing">
|
||||
<view class="agency">
|
||||
签约提醒:
|
||||
|
||||
</view>
|
||||
<view class="word">
|
||||
1.已根据您的地址智能配对签约机构,点击可修改
|
||||
</view>
|
||||
<view class="word">
|
||||
2.意向签约医生仅供参考,最终签约结果已签约医院确认信 息为准
|
||||
</view>
|
||||
</view>
|
||||
<view class="radio-content">
|
||||
<view class="radio-right" @tap="changeRadio">
|
||||
<view class="radio" :class="radio == 2 ? 'radio-default':''">
|
||||
<view :class="radio == 2 ? 'radio-active':''"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="agreement">同意并签署<text @tap='maskshow=true'
|
||||
style="color: #26A888;">《东营市家庭医生签约服务协议》</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="submititem">
|
||||
<view class="laststep">
|
||||
上一步
|
||||
</view>
|
||||
<view class="submit">
|
||||
提交
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
value: '',
|
||||
type: 'text',
|
||||
border: true,
|
||||
radio: '',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
changeRadio() {
|
||||
if (this.radio == 1) {
|
||||
this.radio = 2;
|
||||
} else {
|
||||
this.radio = 1;
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.app {
|
||||
height: 100vh;
|
||||
background-color: #F7F5F5;
|
||||
padding: 30rpx 0 0 0;
|
||||
|
||||
.content {
|
||||
width: 95%;
|
||||
height: 100%;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||
border-radius: 5rpx;
|
||||
margin: 15rpx auto;
|
||||
position: relative;
|
||||
|
||||
.contentbottom {
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
|
||||
.name {
|
||||
padding: 10rpx 30rpx 0 30rpx;
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
|
||||
::v-deep .u-input {
|
||||
width: 636rpx;
|
||||
height: 63rpx;
|
||||
background: #F6F6F6;
|
||||
margin: 12rpx auto;
|
||||
border: none;
|
||||
border-radius: 5rpx;
|
||||
}
|
||||
|
||||
.select {
|
||||
width: 636rpx;
|
||||
height: 63rpx;
|
||||
background: #F6F6F6;
|
||||
margin: 12rpx auto;
|
||||
border-radius: 5rpx;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
text {
|
||||
padding-left: 20rpx;
|
||||
line-height: 63rpx;
|
||||
font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
}
|
||||
|
||||
image {
|
||||
width: 9rpx;
|
||||
height: 17rpx;
|
||||
position: absolute;
|
||||
right: 40rpx;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.signing {
|
||||
width: 637rpx;
|
||||
height: 198rpx;
|
||||
background: #FFFFFF;
|
||||
border: 1rpx solid #26A888;
|
||||
opacity: 0.8;
|
||||
border-radius: 5rpx;
|
||||
margin: 50rpx auto;
|
||||
|
||||
.agency {
|
||||
// width: 96rpx;
|
||||
padding: 22rpx 30rpx 6rpx 30rpx;
|
||||
// height: 21rpx;
|
||||
font-size: 22rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 500;
|
||||
color: #EE8F15;
|
||||
line-height: 38rpx;
|
||||
}
|
||||
|
||||
.word {
|
||||
font-size: 22rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
line-height: 38rpx;
|
||||
padding: 0 30rpx 0 30rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.submititem {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
margin: 47rpx 0px 20rpx 0px;
|
||||
|
||||
.submit {
|
||||
width: 289rpx;
|
||||
height: 61rpx;
|
||||
background: #26A888;
|
||||
border-radius: 5rpx;
|
||||
line-height: 62rpx;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.laststep {
|
||||
width: 290rpx;
|
||||
height: 62rpx;
|
||||
background: #FFFFFF;
|
||||
border: 1rpx solid #26A888;
|
||||
border-radius: 5rpx;
|
||||
line-height: 62rpx;
|
||||
text-align: center;
|
||||
color: #26A888;
|
||||
}
|
||||
}
|
||||
|
||||
.radio-content {
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
font-size: 18rpx;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
.agreement {
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
|
||||
.radio-right {
|
||||
height: 100rpx;
|
||||
|
||||
.radio {
|
||||
display: inline-block;
|
||||
width: 22rpx;
|
||||
height: 22rpx;
|
||||
border-radius: 70%;
|
||||
border: 2rpx solid #26A888;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: -9%;
|
||||
transform: translateY(-50%);
|
||||
|
||||
.radio-active {
|
||||
width: 10rpx;
|
||||
height: 10rpx;
|
||||
border-radius: 50%;
|
||||
background-color: #178ffb;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.numberone {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
position: absolute;
|
||||
top: 6%;
|
||||
left: 15%;
|
||||
background: #F0F1F6;
|
||||
border: 1rpx solid #A6C8C0;
|
||||
border-radius: 50%;
|
||||
color: #A6C8C0;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
font-size: 50rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
|
||||
.information {
|
||||
width: 160rpx;
|
||||
margin: 11px 4px 4px -10px;
|
||||
font-size: 26rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
line-height: 38rpx;
|
||||
}
|
||||
}
|
||||
|
||||
// .number {
|
||||
.numberone:hover {
|
||||
background-color: #26A888;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.information:hover {
|
||||
color: #26A888;
|
||||
}
|
||||
|
||||
|
||||
::v-deep .uni-input-input {
|
||||
left: 20rpx;
|
||||
}
|
||||
|
||||
.number {
|
||||
width: 180rpx;
|
||||
height: 150rpx;
|
||||
position: absolute;
|
||||
top: 6%;
|
||||
left: 65%;
|
||||
|
||||
.numbertwo {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
left: 50%;
|
||||
transform: translateX(50%);
|
||||
background: #F0F1F6;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
font-size: 50rpx;
|
||||
background-color: #26A888;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.information {
|
||||
padding-top: 20rpx;
|
||||
font-size: 26rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #26A888;
|
||||
line-height: 38rpx;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.item {
|
||||
position: absolute;
|
||||
width: 202rpx;
|
||||
height: 1rpx;
|
||||
top: 10%;
|
||||
left: 34%;
|
||||
background: linear-gradient(-90deg, #E6E6E6, #26A888);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user