Commit 688e51cb authored by April's avatar April

344

parent cc234c72
......@@ -17,8 +17,8 @@
}
.el-progress-circle {
width: 75px !important;
height: 75px !important;
width: 50px !important;
height: 50px !important;
/* 自定义高度 */
}
</style>
\ No newline at end of file
......@@ -5,7 +5,7 @@ import ElementUI from "element-ui";
import VCalendar from "v-calendar";
import "element-ui/lib/theme-chalk/index.css";
import "./utils/fixle";
// import "./utils/fixle";
import VIscroll from "./utils/vIscroll";
......
......@@ -27,6 +27,7 @@ import Phone from "../views/sim/phone.vue";
import Choose from "../views/sim/choose.vue";
import Authentify2 from "../views/sim/authentify.vue";
import AuthSuccess2 from "../views/sim/authSuccess.vue";
import hotelIdcardPhotograph from "../views/hotels/real/photograph.vue"
Vue.use(VueRouter);
......@@ -127,6 +128,15 @@ const routes = [
index: 2,
},
},
{
path: "/hotel/identity/photograph",
name: "hotelIdcardPhotograph",
component: hotelIdcardPhotograph,
meta: {
title: "抓拍人脸",
index: 2,
},
},
{
path: "/hotel/identity/success",
name: "hotelIdentitySuccess",
......
......@@ -127,86 +127,86 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
border-radius: 14px;
}
.bookroom_top {
height: 132px;
height: 88px;
width: 100%;
}
.bookroom_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height:88px;
}
.bookroom_room {
height: 729px;
padding-top: 60px;
padding-left: 45px;
height: 486px;
padding-top: 40px;
padding-left: 30px;
overflow: hidden;
box-sizing: border-box;
background: white;
}
.room_single {
width: 368px;
height: 454px;
width: 245px;
height: 303px;
position: relative;
margin-right: 45px;
margin-right: 30px;
flex-grow: 0;
flex-shrink: 0;
border-radius: 15px 15px 15px 15px;
border: 3px solid #e0e0e0;
border-radius:10px;
border: 2px solid #e0e0e0;
}
.room_all {
display: flex;
width: 100%;
height: 460px;
height: 303px;
}
.room_img {
width: 100%;
height: 315px;
border-radius: 15px 15px 0 0;
height: 210px;
border-radius: 10px 10px 0 0;
}
.room_single_bottom {
display: flex;
width: 100%;
padding: 0 24px;
margin-top: 27px;
padding: 0 16px;
margin-top: 18px;
box-sizing: border-box;
align-items: flex-end;
justify-content: space-between;
}
.room_single_name {
font-size: 30px;
font-size: 20px;
color: #333333;
}
.room_single_people {
color: #999999;
margin-top: 5px;
font-size: 21px;
margin-top: 3px;
font-size: 14px;
}
.room_single_price {
font-size: 26px;
font-size: 17px;
color: #f29736;
}
.room_single_price span {
font-size: 48px;
font-size: 32px;
}
.bookroom_bto {
width: 198px;
width: 132px;
cursor: pointer;
height: 75px;
height: 50px;
text-align: center;
line-height: 75px;
font-size: 27px;
line-height: 50px;
font-size: 18px;
color: white;
background: #eb9c4e;
border-radius: 6px 6px 6px 6px;
margin: 69px auto 0;
border-radius: 4px;
margin: 46px auto 0;
}
.room_single_select {
border: 3px solid #5a8ff6 !important;
border: 2px solid #5a8ff6 !important;
}
.room_single_success {
position: absolute;
......
......@@ -103,14 +103,14 @@ export default {
this.decrease();
var type = this.$root.hotelType;
if (type == 0) {
this.step.splice(0, 1);
} else {
this.$router.replace({
name: "hotelOrderCheck",
});
}
// var type = this.$root.hotelType;
// if (type == 0) {
// this.step.splice(0, 1);
// } else {
// this.$router.replace({
// name: "hotelOrderCheck",
// });
// }
this.currentIndex = this.$route.meta.index;
},
......@@ -149,14 +149,13 @@ export default {
var that = this;
that.timer = setInterval(() => {
that.time--;
console.log(123)
// 计算进度百分比
that.percentage = (that.time / 120) * 100;
// 检查是否倒计时结束
if (that.time <= 0) {
that.gohome();
// that.gohome();
}
}, 1000); // 每1000毫秒(1秒)更新一次
},
......@@ -175,13 +174,12 @@ export default {
<style scoped>
.hotel_common {
width: 100%;
height: 100%;
padding-bottom: 69px;
height: 800px;
background: linear-gradient(to bottom, #07122f, #2e246d);
}
.hotel_header {
width: 100%;
background: #17204b;
background: #13182f;
display: flex;
cursor: pointer;
align-items: center;
......@@ -191,22 +189,22 @@ export default {
height: 70px;
}
.hotel_header_title {
font-size: 33px;
font-size: 22px;
color: white;
}
.hotel_header_time {
font-size: 27px;
font-size: 18px;
color: white;
}
.home {
width: 18px;
width: 19px;
height: 20px;
margin-right: 7px;
}
.go_home {
display: flex;
align-items: center;
font-size: 24px;
font-size: 16px;
color: white;
}
.hotel_step {
......@@ -216,7 +214,7 @@ export default {
align-items: center;
}
.hotel_step_index {
font-size: 23px;
font-size: 15px;
color: #797f90;
}
.hotel_step_single {
......@@ -224,28 +222,28 @@ export default {
align-items: center;
}
.hotel_step_num {
width: 24px;
height: 24px;
width: 16px;
height: 16px;
margin-right: 10px;
border-radius: 50%;
background: #797f90;
color: white;
font-size: 20px;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
}
.hotel_step_right {
width: 29x;
height: 7px;
width: 19x;
height: 4px;
margin: 0 21px;
}
.hotel_content {
width: 100%;
padding: 0 36px;
padding: 0 24px;
box-sizing: border-box;
border-radius: 21px;
height: 906px;
height: 604px;
}
.hotel_content_frame {
width: 100%;
......@@ -256,8 +254,8 @@ export default {
}
.hotel_content_frame_countdown {
position: absolute;
top: 36px;
right: 45px;
top: 24px;
right: 30px;
}
.hotel_step_index_s {
color: #f29736;
......
......@@ -45,55 +45,55 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
}
.order_top {
height: 132px;
width: 100%;
position: relative;
border-radius: 14px;
}
.goback {
width: 141px;
height: 51px;
width: 94px;
height: 34px;
position: absolute;
top: 45px;
top: 30px;
left: 0;
cursor: pointer;
font-size: 21px;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border: 2px solid #707070;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 51px;
line-height: 34px;
}
.order_top {
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
padding-top: 60px;
height: 486px;
padding-top: 40px;
box-sizing: border-box;
}
.price_title {
font-size: 24px;
font-size: 16px;
color: #666666;
text-align: center;
}
.price {
color: #333333;
font-size: 33px;
margin-top: 27px;
font-size: 22px;
margin-top: 18px;
text-align: center;
}
.price span {
font-size: 72px;
font-size: 48px;
}
.price_type {
display: flex;
......@@ -102,14 +102,14 @@ export default {
margin-top: 44px;
}
.price_img {
width: 342px;
height: 342px;
width: 196px;
height: 196px;
}
.price_wechat {
margin-right: 210px;
margin-right: 172px;
}
.price_tips {
font-size: 24px;
font-size: 16px;
color: #999999;
text-align: center;
}
......
......@@ -74,95 +74,95 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
}
.order_top {
height: 132px;
width: 100%;
position: relative;
border-radius: 14px;
}
.goback {
width: 141px;
height: 51px;
width: 94px;
height: 34px;
position: absolute;
top: 45px;
top: 30px;
left: 0;
cursor: pointer;
font-size: 21px;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border: 2px solid #707070;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 51px;
line-height: 34px;
}
.order_top {
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
height: 486px;
display: flex;
align-items: center;
box-sizing: border-box;
}
.roominfo {
width: 467px;
width: 311px;
height: 100%;
padding: 51px 0 0 53px;
padding: 34px 0 0 35px;
box-sizing: border-box;
background: url("~@/assets/hotel/room.png");
background-size: 100% 100%;
}
.roominfo_name {
font-size: 30px;
font-size: 20px;
color: #a28263;
}
.roominfo_num {
font-size: 90px;
font-size: 60px;
color: #7f5321;
margin: 12px 0 15px;
margin: 18px 0 10px;
}
.roominfo_type {
width: 141px;
height: 54px;
border-radius: 6px 6px 6px 6px;
width: 94px;
height: 36px;
border-radius: 4px;
text-align: center;
line-height: 54px;
line-height: 36px;
color: #7f5321;
font-size: 21px;
font-size: 14px;
border: 1px solid #7f5321;
}
.roomcheck {
width: 636px;
width: 424px;
height: 100%;
padding: 0 60px 0 45px;
padding: 0 40px 0 30px;
box-sizing: border-box;
}
.roomcheck_sin {
width: 531px;
height: 156px;
width: 354px;
height: 103px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #e0e0e0;
}
.roomcheck_sin_name {
font-size: 24px;
font-size: 16px;
color: #666666;
}
.roomcheck_sin_people {
font-size: 27px;
font-size: 18px;
color: #333333;
}
.roomcheck_sin_time {
font-size: 24px;
margin-top: 45px;
font-size:16px;
margin-top: 30px;
color: #000000;
}
.roomcheck_sin_bottom {
......@@ -176,7 +176,7 @@ export default {
.roomprice {
flex: 1;
height: 100%;
padding: 60px 77px 0;
padding: 40px 51px 0;
box-sizing: content-box;
}
.roomprice_tips {
......@@ -186,47 +186,47 @@ export default {
justify-content: space-between;
}
.heng {
width: 168px;
width: 112px;
height: 1px;
background: #e0e0e0;
}
.roomprice_title {
font-size: 24px;
font-size: 14px;
color: #666666;
text-align: center;
}
.roomprice_num {
color: #333333;
font-size: 33px;
font-size: 22px;
text-align: center;
margin: 27px 0 84px;
margin: 18px 0 56px;
}
.roomprice_num span {
font-size: 72px;
font-size: 48px;
}
.roomprice_specific {
display: flex;
margin-top: 42px;
margin-top: 24px;
justify-content: space-between;
}
.roomprice_specific_name {
font-size: 24px;
font-size: 16px;
color: #666666;
}
.roomprice_specific_num {
color: #000000;
font-size: 30px;
font-size: 20px;
}
.roomprice_bto {
width: 198px;
height: 75px;
width: 132px;
height: 50px;
text-align: center;
line-height: 75px;
font-size: 27px;
line-height: 50px;
font-size: 18px;
cursor: pointer;
color: #ffffff;
margin: 150px auto 0;
margin: 102px auto 0;
background: #eb9c4e;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
}
</style>
\ No newline at end of file
......@@ -38,24 +38,24 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
border-radius: 14px;
}
.order_top {
height: 132px;
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
height: 486px;
display: flex;
flex-direction: column;
justify-content: center;
......@@ -63,20 +63,20 @@ export default {
box-sizing: border-box;
}
.grant {
width: 168px;
height: 137px;
width: 112px;
height: 92px;
}
.waiting {
font-size: 39px;
font-size: 26px;
color: #333333;
margin: 80px 0 45px;
margin: 53px 0 30px;
}
.progress {
width: 827px;
margin-bottom: 26px;
width: 551px;
margin-bottom: 17px;
}
.progress_schedule {
font-size: 33px;
font-size: 22px;
color: #333333;
}
</style>
\ No newline at end of file
......@@ -35,24 +35,24 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
border-radius: 14px;
}
.order_top {
height: 132px;
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
height: 486px;
display: flex;
flex-direction: column;
justify-content: center;
......@@ -60,24 +60,24 @@ export default {
box-sizing: border-box;
}
.success_icon {
width: 119px;
height: 119px;
margin-bottom: 69px;
width: 79px;
height: 79px;
margin-bottom: 46px;
}
.success_text {
font-size: 39px;
font-size: 26px;
color: #333333;
}
.success_back {
width: 312px;
height: 105px;
width: 208px;
height: 70px;
background: #eb9c4e;
text-align: center;
line-height: 105px;
line-height: 70px;
color: white;
font-size: 36px;
font-size: 24px;
cursor: pointer;
border-radius: 6px 6px 6px 6px;
margin-top: 98px;
border-radius: 4px;
margin-top: 65px;
}
</style>
\ No newline at end of file
......@@ -73,9 +73,9 @@ export default {
<style scoped>
.reserved {
width: 100%;
padding-top: 150px;
padding-top: 106px;
background: #f6f7fb;
height: 906px;
height: 100%;
box-sizing: border-box;
}
......@@ -84,31 +84,19 @@ export default {
box-sizing: border-box;
}
.content_time {
width: 50px;
height: 50px;
background: #ffffff;
opacity: 1;
border: 3px solid #5a8ff6;
margin: 0 30px 0 auto;
border-radius: 50%;
text-align: center;
line-height: 50px;
}
.content_card {
display: flex;
padding: 0 105px;
padding: 0 70px;
box-sizing: border-box;
}
.card_tip {
font-size: 42px;
font-size: 28px;
color: #000000;
}
::v-deep .content_card .el-input__inner {
width: 377px;
width: 482px;
height: 78px;
background: none;
opacity: 1;
......@@ -118,10 +106,10 @@ export default {
}
::v-deep .content_card .el-input {
width: 723px;
height: 117px;
width: 482px;
height: 78px;
background: #ffffff;
border-radius: 10px 10px 10px 10px;
border-radius: 10px;
opacity: 1;
border: 1px solid #cbc7c7;
margin: 40px 0 120px 0;
......@@ -130,28 +118,28 @@ export default {
::v-deep .content_card .el-input-group__prepend {
background-color: white;
border: 0;
line-height: 117px;
line-height: 78px;
border-radius: 50%;
}
::v-deep .content_card .el-input.is-disabled .el-input__inner {
border-color: white;
height: 100%;
font-size: 36px;
font-size: 24px;
background-color: white;
border-radius: 10%;
border-radius: 10px !important;
cursor: default;
color: #000000;
}
.card_pre {
color: #000000;
font-size: 36px;
font-size: 24px;
}
.card_center {
width: 2px;
height: 117px;
height: 78px;
background: #d6d6d6;
margin-left: 30px;
}
......@@ -162,13 +150,13 @@ export default {
}
.card_right {
width: 674px;
height: 587px;
width: 449px;
height:391px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
padding: 45px;
padding: 30px;
background: white;
margin-right: 0;
margin-left: auto;
......@@ -176,38 +164,41 @@ export default {
}
::v-deep .card_right .el-button {
width: 170px;
height: 96px;
width: 113px;
height: 64px;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
margin-bottom: 45px;
border-radius: 6px;
margin-bottom: 25px;
border: 1px solid #cbc7c7;
font-weight: bold;
color: #000000;
font-size: 54px;
font-size: 24px;
}
.comfin {
background: #eb9c4e;
width: 312px;
height: 105px;
width: 208px;
height: 70px;
text-align: center;
line-height: 105px;
line-height: 70px;
color: white;
font-size: 36px;
font-size: 24px;
background: #eb9c4e;
cursor: pointer;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
}
.reset {
width: 312px;
height: 105px;
width: 208px;
height:70px;
text-align: center;
line-height: 105px;
line-height: 70px;
color: #717171;
font-size: 36px;
font-size: 24px;
background: #dcdcdc;
border-radius: 6px 6px 6px 6px;
margin-right: 60px;
border-radius: 4px;
margin-right: 40px;
cursor: pointer;
}
::v-deep .el-button+.el-button, .el-checkbox.is-bordered+.el-checkbox.is-bordered{
margin-left: 0;
}
</style>
\ No newline at end of file
......@@ -108,81 +108,81 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
}
.order_top {
height: 132px;
position: relative;
width: 100%;
border-radius: 14px;
}
.goback {
width: 141px;
height: 51px;
width: 94px;
height: 34px;
position: absolute;
top: 45px;
top: 30px;
left: 0;
cursor: pointer;
font-size: 21px;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border: 2px solid #707070;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 51px;
line-height: 34px;
}
.order_top {
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.order_info {
width: 100%;
height: 729px;
height: 486px;
background: white;
}
.order_info_head {
width: 100%;
height: 174px;
height: 116px;
display: flex;
padding: 45px 0 0 0;
padding: 30px 0 0 0;
box-sizing: border-box;
align-items: flex-start;
border-bottom: 2px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.order_info_head_left {
width: 50%;
padding-left: 60px;
padding-left: 40px;
box-sizing: border-box;
display: flex;
align-items: flex-start;
}
.order_info_tip {
font-size: 24px;
font-size: 16px;
color: #666666;
}
.order_info_text {
font-size: 33px;
font-size: 24px;
color: #333333;
margin-top: 24px;
margin-top: 16px;
}
.order_info_prompt {
font-size: 21px;
margin-top: 21px;
width: 672px;
font-size: 14px;
margin-top: 14px;
width: 448px;
color: #666666;
}
.order_info_head_phone {
margin-left: 195px;
margin-left: 130px;
}
.order_info_head_tips {
margin-left: 42px;
margin-left: 28px;
}
.order_info_room {
width: 100%;
height: 275px;
padding: 0 60px;
height: 183px;
padding: 0 30px;
box-sizing: border-box;
}
.order_info_room_conten {
......@@ -190,36 +190,36 @@ export default {
height: 100%;
display: flex;
align-items: center;
border-bottom: 2px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.order_info_room_img {
width: 251px;
height: 185px;
border-radius: 6px;
margin-right: 45px;
width: 167px;
height: 123px;
border-radius: 4px;
margin-right: 30px;
}
.order_info_room_conten_left {
width: 50%;
display: flex;
border-right: 2px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
align-items: flex-end;
}
.order_info_room_price {
color: #666666;
margin-top: 36px;
margin-top: 24px;
}
.order_info_room_price span {
font-size: 42px;
font-size: 28px;
line-height: 22px;
color: #000000;
}
.order_info_room_time {
font-size: 24px;
font-size: 16px;
color: #666666;
margin-top: 18px;
margin-top: 12px;
}
.order_info_room_name {
font-size: 33px;
font-size: 22px;
color: #333333;
}
.order_info_room_conten_right {
......@@ -228,51 +228,51 @@ export default {
box-sizing: border-box;
}
.order_people {
font-size: 24px;
font-size: 16px;
color: #666666;
}
.order_info_room_conten_people {
display: flex;
align-items: center;
margin-top: 23px;
margin-top: 15px;
}
.order_info_room_conten_people_li {
width: 123px;
height: 56px;
margin-right: 30px;
width: 82px;
height: 37px;
margin-right: 20px;
background: #eaeaea;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
text-align: center;
line-height: 56px;
line-height: 37px;
color: #717171;
cursor: pointer;
font-size: 24px;
font-size: 16px;
}
.order_info_room_conten_people_li_select {
background: #eb9c4e;
color: white;
}
.order_info_room_conten_bto {
width: 198px;
height: 75px;
width: 132px;
height: 50px;
background: #eb9c4e;
cursor: pointer;
text-align: center;
line-height: 75px;
line-height: 50px;
color: white;
font-size: 27px;
border-radius: 6px 6px 6px 6px;
font-size: 18px;
border-radius: 4px;
}
.order_info_checkin {
margin-left: 105px;
margin-left: 70px;
position: relative;
}
.order_info_room_conten_btotios {
position: absolute;
width: 140px;
bottom: -37px;
bottom: -25px;
left: 50%;
font-size: 20px;
font-size: 13px;
color: #666666;
transform: translateX(-50%);
text-align: center;
......
......@@ -28,7 +28,7 @@
</div>
</div>
</div>
<div style="margin-top: 70px">
<div style="margin-top: 30px">
<el-button type="primary" @click="verify">身份证</el-button>
<el-button type="primary">粤居码</el-button>
......@@ -80,7 +80,10 @@ export default {
this.$router.go(-1);
},
verify() {
this.$router.push({ name: "hotelIdentitySuccess" });
this.$router.push({
name: "hotelIdcardPhotograph",
});
// alert(JSON.stringify(res))
},
},
};
......@@ -89,59 +92,42 @@ export default {
.order {
width: 100%;
height: 100%;
padding: 0 45px;
padding: 0 30px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
border-radius: 14px;
}
.goback {
width: 141px;
height: 51px;
width: 94px;
height: 34px;
position: absolute;
top: 45px;
top: 30px;
left: 0;
cursor: pointer;
font-size: 21px;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border: 2px solid #707070;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 51px;
line-height: 34px;
}
.order_top {
height: 132px;
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
}
.auth_content {
width: 100%;
background: #ffffff;
border-radius: 14px;
height: 100%;
padding: 30px;
box-sizing: border-box;
}
.auth_top {
width: 100%;
display: flex;
height: 50px;
align-items: center;
justify-content: space-between !important;
height: 486px;
}
.auth_title {
......@@ -152,7 +138,7 @@ export default {
.auth_body {
width: 100%;
height: 100%;
padding-top: 36px;
padding-top: 24px;
box-sizing: border-box;
display: flex;
flex-direction: column;
......@@ -164,14 +150,14 @@ export default {
}
.auth_img {
width: 580px;
height: 431px;
width: 387px;
height: 287px;
}
.auth_center_right {
display: flex;
flex-direction: column;
margin-top: 60px;
margin-top: 30px;
}
.auth_img_left {
......@@ -183,17 +169,17 @@ export default {
.auth_right {
display: flex;
margin-bottom: 62px;
margin-bottom: 49px;
}
.auth_span {
font-size: 30px;
font-size: 20px;
}
.auth_span_a {
color: #666666;
font-size: 24px;
margin-top: 15px;
font-size: 16px;
margin-top: 10px;
}
.content_time {
......@@ -218,9 +204,9 @@ export default {
height: 50px;
}
.collection_title {
font-size: 27px;
font-size: 18px;
color: #666666;
margin-bottom: 69px;
margin-bottom: 46px;
}
.collection_title span {
color: #437ae5;
......
<template>
<div class="order">
<div class="order_top">
<div class="goback" @click="toBack">返回上一步</div>
<div class="order_title">抓拍人像</div>
</div>
<div class="collection">
<div class="auth_body">
<div class="camer"></div>
<div style="margin-top: 20px">
<el-button type="primary" @click="takephoto">拍照</el-button>
</div>
</div>
<!-- <el-button type="primary" @click="toNext">下一步</el-button> -->
</div>
</div>
</template>
<script>
export default {
data() {
return {
type: 1,
phone: "",
vform: {},
options: [
{
value: "选项1",
label: "黄金糕",
},
{
value: "选项2",
label: "双皮奶",
},
{
value: "选项3",
label: "蚵仔煎",
},
{
value: "选项4",
label: "龙须面",
},
{
value: "选项5",
label: "北京烤鸭",
},
],
};
},
created() {
AppInterface.readIdCard();
},
methods: {
toBack() {
this.$router.go(-1);
},
takephoto() {
AppInterface.openCamera(1);
},
},
};
</script>
<style scoped>
.order {
width: 100%;
height: 100%;
padding: 0 30px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 14px;
}
.goback {
width: 94px;
height: 34px;
position: absolute;
top: 30px;
left: 0;
cursor: pointer;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 34px;
}
.order_top {
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 486px;
}
.auth_title {
color: #666666;
font-size: 18px;
}
.auth_body {
width: 100%;
height: 100%;
padding-top: 24px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
.auth_center {
display: flex;
}
.auth_img {
width: 387px;
height: 287px;
}
.auth_center_right {
display: flex;
flex-direction: column;
margin-top: 30px;
}
.auth_img_left {
width: 64px;
height: 12px;
margin-right: 9px;
margin-top: 15px;
}
.auth_right {
display: flex;
margin-bottom: 49px;
}
.auth_span {
font-size: 20px;
}
.auth_span_a {
color: #666666;
font-size: 16px;
margin-top: 10px;
}
.content_time {
width: 50px;
height: 50px;
background: #ffffff;
opacity: 1;
border: 3px solid #5a8ff6;
border-radius: 50%;
text-align: center;
line-height: 50px;
}
::v-deep .el-button {
width: 94px;
height: 34px;
padding: 0;
font-size: 14px;
}
::v-deep .el-button--primary {
height: 50px;
}
.collection_title {
font-size: 18px;
color: #666666;
margin-bottom: 46px;
}
.collection_title span {
color: #437ae5;
}
.camer {
width: 500px;
height: 400px;
background: red;
}
</style>
\ No newline at end of file
......@@ -61,44 +61,44 @@ export default {
.order {
width: 100%;
height: 100%;
padding: 0 45px;
padding: 0 30px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
}
.order_top {
height: 132px;
width: 100%;
position: relative;
border-radius: 14px;
}
.goback {
width: 141px;
height: 51px;
width: 94px;
height: 34px;
position: absolute;
top: 45px;
top: 30px;
left: 0;
cursor: pointer;
font-size: 21px;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border: 2px solid #707070;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 51px;
line-height: 34px;
}
.order_top {
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
padding-top: 150px;
padding-top: 100px;
box-sizing: border-box;
height: 486px;
}
.collection_info {
display: flex;
......@@ -106,34 +106,34 @@ export default {
justify-content: center;
}
.collection_info_head {
width: 251px;
height: 291px;
margin-right: 60px;
width: 167px;
height: 194px;
margin-right: 40px;
}
.collection_info_single {
display: flex;
align-items: center;
margin-bottom: 18px;
margin-bottom: 12px;
}
.collection_info_single_title {
font-size: 30px;
font-size: 20px;
color: #333333;
margin-right: 10px;
}
.collection_info_single_text {
font-size: 30px;
font-size: 20px;
color: #666666;
}
.collection_bto {
width: 198px;
height: 75px;
width: 132px;
height: 50px;
background: #eb9c4e;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
text-align: center;
line-height: 75px;
line-height: 50px;
cursor: pointer;
font-size: 27px;
font-size: 18px;
color: white;
margin: 50px auto 0;
margin: 56px auto 0;
}
</style>
\ No newline at end of file
......@@ -35,8 +35,8 @@
v-for="item in peopleList"
:key="item.people"
>
<img :src="item.selectimg" v-if="select == item.people" />
<img :src="item.img" v-else />
<img :src="item.selectimg" v-if="select == item.people" class="rooom_left_people_sin_img"/>
<img :src="item.img" v-else class="rooom_left_people_sin_img"/>
<div class="rooom_left_people_sin_text">
{{ item.people }}
</div>
......@@ -145,39 +145,39 @@ export default {
padding: 0 45px;
box-sizing: border-box;
background: #f6f7fb;
border-radius: 21px;
border-radius: 14px;
}
.goback {
width: 141px;
height: 51px;
width: 94px;
height: 34px;
position: absolute;
top: 45px;
top: 30px;
left: 0;
cursor: pointer;
font-size: 21px;
font-size: 14px;
color: #666666;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border: 2px solid #707070;
border-radius: 4px;
border: 1px solid #707070;
text-align: center;
line-height: 51px;
line-height: 34px;
}
.order_top {
height: 132px;
height: 88px;
width: 100%;
position: relative;
}
.order_title {
font-size: 42px;
font-size: 28px;
color: #000000;
width: 100%;
text-align: center;
line-height: 132px;
line-height: 88px;
}
.collection {
width: 100%;
background: white;
height: 729px;
height: 486px;
}
.collection_top {
width: 100%;
......@@ -188,32 +188,32 @@ export default {
}
.rooom_left {
width: 50%;
height: 519px;
padding-left: 45px;
height: 346px;
padding-left: 30px;
box-sizing: border-box;
border-right: 1px solid #e0e0e0;
}
.rooom_right {
flex: 1;
padding: 0 55px;
padding: 0 40px;
box-sizing: border-box;
height: 519px;
height: 346px;
}
.rooom_left_title {
font-size: 24px;
font-size: 16px;
color: #666666;
margin-bottom: 25px;
margin-bottom: 18px;
}
.rooom_left_text {
width: 302px;
height: 75px;
width: 201px;
height: 50px;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
border: 1px solid #e0e0e0;
color: #000;
font-size: 27px;
padding-left: 24px;
line-height: 75px;
font-size: 18px;
padding-left: 16px;
line-height: 50px;
box-sizing: border-box;
}
.rooom_left_date {
......@@ -221,9 +221,9 @@ export default {
align-items: center;
}
.rooom_left_img {
width: 75px;
height: 17px;
margin: 0 35px;
width: 50px;
height: 11px;
margin: 0 25px;
}
.rooom_left_sing {
margin-bottom: 30px;
......@@ -233,20 +233,20 @@ export default {
align-items: center;
}
.rooom_left_people_sin {
width: 132px;
height: 132px;
width: 88px;
height: 88px;
display: flex;
margin-right: 60px;
margin-right: 40px;
flex-direction: column;
justify-content: center;
align-items: center;
background: #ffffff;
color: #999999;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
border: 1px solid #e0e0e0;
}
.rooom_left_people_sin_text {
font-size: 21px;
font-size: 14px;
margin-top: 10px;
}
.rooom_right_date {
......@@ -258,8 +258,7 @@ export default {
border: 2px solid #e0e0e0;
}
::v-deep .vc-day-box-center-center {
width: 107px;
height: 70px;
height: 50px;
}
.rooom_left_people_sin_select {
background: #eb9c4e;
......@@ -267,27 +266,31 @@ export default {
border: none;
}
.collection_bto {
margin: 45px auto 0;
width: 198px;
height: 75px;
margin: 30px auto 0;
width: 132px;
height: 50px;
background: #eb9c4e;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
text-align: center;
color: white;
line-height: 75px;
font-size: 27px;
line-height: 50px;
font-size: 18px;
cursor: pointer;
}
.rooom_left_text_plase {
font-size: 27px;
font-size: 18px;
color: #b7b7b7;
width: 302px;
height: 75px;
line-height: 75px;
padding-left: 24px;
width: 201px;
height:50px;
line-height: 50px;
padding-left: 16px;
box-sizing: border-box;
background: #ffffff;
border-radius: 6px 6px 6px 6px;
border-radius: 4px;
border: 1px solid #e0e0e0;
}
.rooom_left_people_sin_img{
width: 16px;
height: 37px;
}
</style>
\ No newline at end of file
......@@ -116,7 +116,7 @@ export default {
.hotel_left {
display: flex;
align-items: center;
font-size: 24px;
font-size: 16px;
color: white;
}
.hotel_right_l {
......@@ -127,15 +127,15 @@ export default {
margin: 0 16px 0 18px;
}
.hotel_right_date {
font-size: 20px;
font-size: 13px;
font-weight: 400;
}
.hotel_right_time {
font-size: 45px;
font-size: 30px;
font-weight: bold;
}
.hotel_welcome {
margin-top: 83px;
margin-top: 68px;
}
.hotel_welcome_tips1 {
font-size: 34px;
......@@ -190,7 +190,7 @@ export default {
bottom: 0;
}
.hotel_option_icon_h {
height: 111px;
height: 71px;
width: 260px;
object-fit: cover;
}
......
const { defineConfig } = require('@vue/cli-service')
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true
})
transpileDependencies: true,
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment