在线签约

This commit is contained in:
闫晓茹 2023-10-09 10:40:10 +08:00
parent 4e171bb456
commit b5fd1cef93
4 changed files with 30 additions and 26 deletions

View File

@ -65,9 +65,9 @@
this.getHeathHousing(); this.getHeathHousing();
}, },
methods: { methods: {
goAppointmentscreening() { goAppointmentscreening(){
uni.navigateTo({ uni.navigateTo({
url: '/pagesB/ProductList/ProductList' url: '/pagesB/screenorder/screenorder'
}) })
}, },
//item //item
@ -93,7 +93,7 @@
gomaterialbenefits() { gomaterialbenefits() {
// //
// this.$store.dispatch("openPopup"); // this.$store.dispatch("openPopup");
this.openPopup(); // this.openPopup();
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ uni.navigateTo({
url: '/pagesB/materialbenefits/materialbenefits' url: '/pagesB/materialbenefits/materialbenefits'
@ -102,7 +102,7 @@
}, },
// //
gosite() { gosite() {
this.openPopup(); // this.openPopup();
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ uni.navigateTo({
url: '/pagesB/site/site' url: '/pagesB/site/site'
@ -117,19 +117,15 @@
}, },
// //
result(){ result(){
uni.navigateTo({ uni.navigateTo({
url: '/pagesB/SelectItem/SelectItem' url: '/pagesB/screeningResult/screeningResult'
}) })
// uni.navigateTo({
// url: '/pagesB/screeningResult/screeningResult'
// })
}, },
// //
goshopping() { goshopping() {
this.openPopup(); // this.openPopup();
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ uni.navigateTo({
url: '/pagesB/shopping/shopping' url: '/pagesB/shopping/shopping'

View File

@ -7,7 +7,7 @@
</view> </view>
<view class="name"> <view class="name">
身份证号 身份证号
<u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" /> <u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" />
</view> </view>
<view class="name"> <view class="name">
手机号码 手机号码
@ -37,7 +37,8 @@
</view> </view>
<view class="name"> <view class="name">
详细地址 详细地址
<u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址" placeholder-style="color:#8E8E8E" /> <u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址"
placeholder-style="color:#8E8E8E" />
</view> </view>
<view class="cancelitem"> <view class="cancelitem">
<view class="cancel"> <view class="cancel">
@ -92,42 +93,48 @@
border-radius: 5rpx; border-radius: 5rpx;
margin: 15rpx auto; margin: 15rpx auto;
position: relative; position: relative;
::v-deep .u-input { ::v-deep .u-input {
width: 636rpx; width: 636rpx;
height: 63rpx; height: 63rpx;
background: #F6F6F6; background: #F6F6F6;
// color: #8E8E8E;
// border: 1rpx solid red;
margin: 12rpx auto; margin: 12rpx auto;
border: none; border: none;
border-radius: 5rpx; border-radius: 5rpx;
} }
::v-deep.input-placeholder{ ::v-deep .u-input__input.data-v-fdbb9fe6 {
font-size: 26rpx !important;
}
::v-deep.input-placeholder {
color: #8E8E8E !important; color: #8E8E8E !important;
font-size: 20rpx; font-size: 20rpx;
} }
.cancelitem{
.cancelitem {
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
padding-top: 60rpx; padding-top: 60rpx;
.cancel{
.cancel {
width: 290rpx; width: 290rpx;
height: 62rpx; height: 62rpx;
background: #FFFFFF; background: #FFFFFF;
border: 1rpx solid #26A888; border: 1rpx solid #26A888;
border-radius: 5rpx; border-radius: 5rpx;
line-height:62rpx; line-height: 62rpx;
color: #26A888; color: #26A888;
text-align: center; text-align: center;
} }
.submit{
.submit {
width: 290rpx; width: 290rpx;
height: 62rpx; height: 62rpx;
background: #26A888; background: #26A888;
border-radius: 5rpx; border-radius: 5rpx;
line-height:62rpx; line-height: 62rpx;
color: #fff; color: #fff;
text-align: center; text-align: center;
} }
@ -183,4 +190,4 @@
} }
} }
</style> </style>

View File

@ -139,6 +139,9 @@
color: #8E8E8E !important; color: #8E8E8E !important;
font-size: 20rpx; font-size: 20rpx;
} }
::v-deep .u-input__input.data-v-fdbb9fe6 {
font-size: 26rpx !important;
}
::v-deep.input-placeholder{ ::v-deep.input-placeholder{
color: #8E8E8E !important; color: #8E8E8E !important;
font-size: 20rpx; font-size: 20rpx;

View File

@ -11,8 +11,6 @@
.u-navbar { .u-navbar {
display: block; display: block;
// height: 200rpx;
image { image {
margin: 0 4% 0 4%; margin: 0 4% 0 4%;
width: 20rpx; width: 20rpx;