+ :src="require('../static/cer-bg.jpg')">
mode=
@@ -32,19 +32,22 @@
-
-
-
+
+
+
请点击右上角将它发送给指定朋友或分享到朋友圈
-
-
+
+
-
+
+
+ x
+
@@ -110,7 +113,7 @@
console.log(w,h)
var lw = 176 * .3
var lh = 450 * .3
- ctx.drawImage('../static/cer-bg.png', 0, 0,w, h);
+ ctx.drawImage('../static/cer-bg.jpg', 0, 0,w, h);
ctx.drawImage('../static/cer-logo.png', w-lw-20, 20, lw, lh);
ctx.font = "13rpx bold";
ctx.fillStyle = "#fff";
@@ -342,7 +345,8 @@
width: 60%;
margin: 400rpx auto;
text-align: center;
- line-height: 40px;
+ line-height: 40px;
+ white-space: pre-wrap;
}
@@ -351,7 +355,8 @@
right: 0;
top: 0;
width: 300rpx;
- height: 400rpx;
+ height: 400rpx;
+ z-index: 1000001;
}
}
@@ -359,7 +364,7 @@
min-height: 100vh;
overflow-y: scroll;
- padding: 278rpx 0;
+ // padding: 278rpx 0;
z-index: 2;
position: fixed;
top: 0;
@@ -385,17 +390,30 @@
top: 50%;
left: 50%;
right: 0;
- width:100%;
+ width:100%;
+ padding-top: 40rpx;
&>image {
width: 520rpx;
height: auto;
display: block;
border: 6rpx solid #F8E3CF;
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(19, 1, 2, 0.71);
-
margin: auto;
}
-
+ &__close{
+ color: #fff;
+ width: 80rpx;
+ height: 80rpx;
+ border-radius: 80rpx;
+ line-height: 70rpx;
+ text-align: center;
+ border: 1px solid #fff;
+ position: absolute;
+ top: 0rpx;
+ left: 0rpx;
+ font-size: 50rpx;
+ z-index: 10;
+ }
&__btn {
display: flex;
justify-content: center;
diff --git a/packages/detail/detail.vue b/packages/detail/detail.vue
index 5424fbc..856a8c8 100644
--- a/packages/detail/detail.vue
+++ b/packages/detail/detail.vue
@@ -90,12 +90,26 @@
去预约
-
+
+
-
-
+
+
+
+
+
+
+
+
+ {{vrInfo[0].name}}
+
+
+
+
+
-
@@ -483,7 +496,7 @@
border-radius: 10rpx;
margin-top: 30rpx;
padding-right: 0;
-
+ padding-bottom: 25rpx;
&-title {
image {
width: 122rpx;
@@ -495,7 +508,7 @@
// display: flex;
// overflow: auto;
min-height: 530rpx;
-
+ position: relative;
&-item {
padding: 25rpx;
margin: 20rpx;
diff --git a/packages/question/question.vue b/packages/question/question.vue
index d2ecd7d..158830c 100644
--- a/packages/question/question.vue
+++ b/packages/question/question.vue
@@ -60,9 +60,9 @@