From ef955236912a45fa33b715b8e4866eff1e74436c Mon Sep 17 00:00:00 2001 From: "SD-20230427NBFT\\Administrator" <609306725@qq.com> Date: Tue, 30 Jul 2024 19:22:40 +0800 Subject: [PATCH] 111111 --- pagesA/merge/face_1.vue | 352 ++++++++++++++++++++++++++++++++++++++- pagesA/merge/this.scss | 233 ++++++++++++++++++++++++++ pagesA/photo/photo_1.vue | 11 +- 3 files changed, 588 insertions(+), 8 deletions(-) create mode 100644 pagesA/merge/this.scss diff --git a/pagesA/merge/face_1.vue b/pagesA/merge/face_1.vue index e3cde39..a304408 100644 --- a/pagesA/merge/face_1.vue +++ b/pagesA/merge/face_1.vue @@ -1,22 +1,366 @@ - + image { + border-top-right-radius: 20rpx; + } + } + + .this_class_5 { + border-bottom-left-radius: 20rpx; + + image { + border-bottom-left-radius: 20rpx; + } + } + + .this_class_9 { + border-bottom-right-radius: 20rpx; + + image { + border-bottom-right-radius: 20rpx; + } + } + \ No newline at end of file diff --git a/pagesA/merge/this.scss b/pagesA/merge/this.scss new file mode 100644 index 0000000..75cc17b --- /dev/null +++ b/pagesA/merge/this.scss @@ -0,0 +1,233 @@ +.photo_main{ + //background-color: #E3E8FE; + + width: 702rpx; + margin-left: 24rpx; + top: 0; + left: 0; + color: #000; + 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; + min-height: 100vh; + width: 100%; + top: 0; + left: 0; + height: 100%; + overflow: hidden; + } + +image{ + width: 100%; + height: 100%; +} + + + +// ----------------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; + } + + + + +} + +.show_readme_div{ + width: 600rpx; + height: 560rpx; + border-radius: 24rpx; + background: linear-gradient(to bottom, #D2DCFF 0%, #fff 20%); + overflow: hidden; + .show_readme_div_1{ + color: #333333; + font-size: 30rpx; + font-weight: bold; + width: 100%; + display: flex; + justify-content: center; + margin-top: 48rpx; + } + .show_readme_div_2{ + margin-top: 30rpx; + color: #555555; + font-size: 24rpx; + width: 480rpx; + overflow: hidden; + margin-left:60rpx; + line-height: 50rpx; + } + + .show_readme_div_2_1{ + display: flex; + justify-content: space-between; + width: 100%; + + } + + .show_readme_div_2_1_one{ + width: 170rpx; + display: flex; + align-items: flex-end; + .show_readme_div_2_1_one_1{ + width: 150rpx; + height: 150rpx; + border-radius: 24rpx; + flex-shrink: 0; + image{ + border-radius: 24rpx; + } + } + + .show_readme_div_2_1_one_2{ + width: 40rpx; + height: 34rpx; + flex-shrink: 0; + position: relative; + right: 32rpx ; + } + } + + .show_readme_div_line{ + width: 480rpx; + + margin-left:60rpx; + + display: flex; + justify-content: space-between; + align-items: center; + + } + + .show_readme_div_3{ + width: 478rpx; + height: 80rpx; + margin-top: 44rpx; + margin-left: 60rpx; + border-radius: 48rpx; + display: flex; + justify-content: center; + align-items: center; + color:#fff; + background: linear-gradient(to right, #4F93FF 0%, #9877FF 80%); + } + + .show_readme_div_4{ + width: 478rpx; + height: 80rpx; + margin-top: 44rpx; + border: 2rpx solid #5093FF; + color: #5093FF; + border-radius: 48rpx; + display: flex; + justify-content: center; + align-items: center; + background-color: #fff; + } + + + +} \ No newline at end of file diff --git a/pagesA/photo/photo_1.vue b/pagesA/photo/photo_1.vue index 4fea045..289fca7 100644 --- a/pagesA/photo/photo_1.vue +++ b/pagesA/photo/photo_1.vue @@ -91,8 +91,13 @@ mounted() { //this.getScreenSize(); - //initListHeight(); + //initListHeight(), ; }, + + onLoad(){ + this.getList(); + }, + methods: { lower(){ console.log('this is lower') @@ -128,9 +133,7 @@ },1000) }, - onLoad(){ - this.getList(); - }, + getListData(){ let list = [];