diff --git a/pagesA/photo/components/photo_header.vue b/pagesA/photo/components/photo_header.vue
index 4685b1f..668ea47 100644
--- a/pagesA/photo/components/photo_header.vue
+++ b/pagesA/photo/components/photo_header.vue
@@ -86,7 +86,7 @@ export default {
},
getNavHeight() {
const info = uni.getSystemInfoSync();
-
+ console.log('statusBarHeight=',info.statusBarHeight);
this.$emit('getNavHeight', info.statusBarHeight);
},
diff --git a/pagesA/photo/face.vue b/pagesA/photo/face.vue
new file mode 100644
index 0000000..ccdf7d8
--- /dev/null
+++ b/pagesA/photo/face.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+ 上传5-10张,有效照片越多,生成效果越好
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传照片
+
+
+
+ 提交制作 0/30
+
+
+ 以下照片不合格,请重新上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pagesA/photo/this.scss b/pagesA/photo/this.scss
index 402f436..8ad7c53 100644
--- a/pagesA/photo/this.scss
+++ b/pagesA/photo/this.scss
@@ -9,6 +9,19 @@
overflow: hidden;
}
+.photo_full_blue_btn{
+ background: linear-gradient(to right, #4F93FF, #9976FF);
+ border-radius: 80rpx;
+ color: #fff;
+ font-size: 30rpx;
+ font-weight: 500;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ overflow: hidden;
+}
+
+
.photo_back {
background-color: #E3E8FE;
@@ -199,4 +212,100 @@ image{
justify-content: center;
overflow: hidden;
margin-bottom: 40rpx;
-}
\ No newline at end of file
+}
+
+
+// ----------------face
+.photo_main_face{
+ margin-top: -40px;
+ background-color: #fff;
+ min-height: 100vh;
+ width: 100%;
+ top: 0;
+ left: 0;
+ height: 100%;
+ overflow: hidden;
+
+ .photo_main_face_head{
+ height: 400rpx;
+ width: 100%;
+ background: linear-gradient( 180deg, #D1DAFF 0%, rgba(209,218,255,0.6) 46%, rgba(254,254,255,0) 100%);
+ }
+
+ .photo_main_face_1{
+ width: 554rpx;
+ height: 82rpx;
+ margin: 40rpx auto;
+ margin-top: -180rpx;
+ }
+
+ .photo_main_face_2{
+ width: 510rpx;
+ margin: 20rpx auto;
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+ .photo_main_face_2_1{
+ color: #999999;
+ font-size: 24rpx;
+ }
+
+ .photo_main_face_2_2{
+ width: 26rpx;
+ height: 26rpx;
+ margin-top: -13rpx;
+ }
+ }
+
+ .photo_main_face_3{
+ width: 702rpx;
+ margin: 30rpx auto;
+ display: flex;
+ flex-wrap: wrap;
+ // justify-content: space-around;
+
+
+ .photo_main_face_3_one{
+ width: 136rpx;
+ height: 136rpx;
+ // border-radius: 18rpx;
+ border: solid 2rpx #EAE7F9;
+ background-color: #F5F6FB;
+ .photo_main_face_3_one_icon{
+ width: 26rpx;
+ height: 26rpx;
+ margin-top: -140rpx;
+ margin-left: 100rpx;
+ image{
+ border-radius: 0;
+ }
+ }
+ }
+
+
+ }
+
+ .photo_main_face_4{
+ width:702rpx;
+ height: 80rpx;
+ margin: 40rpx auto;
+
+ }
+
+ .photo_main_face_5{
+ width: 702rpx;
+ font-size: 28rpx;
+ color: #333333;
+ margin: 0rpx auto;
+ font-weight: 400;
+ }
+
+ .photo_main_face_6{
+ width: 702rpx;
+ height: 514rpx;
+ margin: 80rpx auto;
+ }
+
+
+}
+
diff --git a/static/img/common/common_21.png b/static/img/common/common_21.png
new file mode 100644
index 0000000..4ca2cff
Binary files /dev/null and b/static/img/common/common_21.png differ
diff --git a/static/img/common/common_22.png b/static/img/common/common_22.png
new file mode 100644
index 0000000..f34b6e5
Binary files /dev/null and b/static/img/common/common_22.png differ
diff --git a/static/img/photo/face_1.png b/static/img/photo/face_1.png
new file mode 100644
index 0000000..7e37965
Binary files /dev/null and b/static/img/photo/face_1.png differ
diff --git a/static/img/photo/face_5.png b/static/img/photo/face_5.png
new file mode 100644
index 0000000..48761be
Binary files /dev/null and b/static/img/photo/face_5.png differ
diff --git a/static/img/photo/face_6.png b/static/img/photo/face_6.png
new file mode 100644
index 0000000..0093c55
Binary files /dev/null and b/static/img/photo/face_6.png differ
diff --git a/static/img/photo/face_7.png b/static/img/photo/face_7.png
new file mode 100644
index 0000000..2e721e1
Binary files /dev/null and b/static/img/photo/face_7.png differ