From eab46f3108682c5f3837f7e8bc2947cc49804037 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Mon, 4 Sep 2023 11:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=8E=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 0 -> 10244 bytes manifest.json | 4 +- pages/index/index.vue | 1198 +++++++++++++++++++------------------- pages/work/generate.vue | 2 +- pages/work/index.vue | 1220 +++++++++++++++++++++------------------ 5 files changed, 1274 insertions(+), 1150 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..77d9ba4f098ce40e7c30ca5924ea683de66b885e GIT binary patch literal 10244 zcmeHN&ubGw6n>k=khVGW=0#x-9<-uZ5qj~kmIys4f)xZo`y&adw#n8eq4gl9Jt>H& zHxWeqfqD}JK?Ey;ClN%^n+MPS310l(%w+dXvYUDkDL4bOZ#(aM^S*rZBg~{k~(ls~*oB~b(r+`zyDX>)(z;`y6 z{IIs}=@f7ZI0YgFcz^Iw*#^e8wN+aO9_k1Hn?xSl`&d*tWLtpm;hIR)>1# zh~epQwEG4Z7~9rXhm&UxAD+qVnG=eqvZH@r!O07>bx)^&Q=nG?KD%dWKUL{GHLdge z+V!u}R||{9xy5h}ZTTOS^`F7``y;l$+}FP}FYX4e`3R*U!5c9FqK2UT+3n zL!T0bR738N>QJXn&2A2-csoqQNj{&)j(<1fm4c1AZHBdY(kJGb$JouIR%su&&eA1Y zr(=^z7|E}G;?B-Jd)0jE=}V4XKb*~LhIwT$W;L5jmbs{QnSb?kl;8MbJ-U5%9`$XL zqYKoaY1A?;*!gz($Y=Rw-Y4gxyj_?$e;UT-aR6zkfEg01bu^7x!*4CDtBO5myjv&F z_QOhkZ(hB)H>$@awQo5-e}b31Gl%ap?`>+&8}@i%dF=p)EZUV%=BJe? zzwpO%C&{0XH;2BPShr2Amy-4Qmp4Y$=NEpNfAZ;r`14zsm_r)I;<54^X)q7Cj}W6# zu~^W+727L0e0dph5b<&Zk`Y#Zt^Y9QKph(NSv{0{JPs}?NXhHh#-ollspwdx&CwR$ zp_{DNpyJCrZiyD~#0rwS6)qk+lZ=u)KR$f6{h(gs3H?bO`y(a4!t1xp&lRVDQ@| - - - - - - 公告 - - - 更多 - - - - - - - - - - 协商调解咨询类 - - - - {{item.title}} - - - - - - - {{item.title}} - {{item.price}}定金 - - - - - - - 法律咨询类 - - - - - - {{item.title}} - {{item.price}} /{{item.limit}} - - - - - - - - - - - - - 自动关闭{{ timeData.seconds }}S - - - - - - - - - + + + + + + 公告 + + + 更多 + + + + + + + + + + + 协商调解咨询类 + + + + {{item.title}} + + + + + + + {{item.title}} + {{item.price}}定金 + + + + + + + + 法律咨询类 + + + + + + {{item.title}} + {{item.price}} /{{item.limit}} + + + + + + + + 诉讼委托类 + + + + + + + {{item.title}} + ¥{{item.price}}{{item.limit}} + + + + + + + + + 增收赋能咨询类 + + + + + 巅峰销售思维 + 2980 + + + + 团队系统思维 + 3980 + + + + 领袖演说思维 + 4980 + + + + 卓越领袖能量思维 + 5980 + + + + 激发内在无限潜能 + 9980 + + + + 其他赋能培训会议 + 价格另议 + + + + + + + + + + 自动关闭{{ timeData.seconds }}S + + + + + + + + + - + // ad弹窗广告 + .ad-lay { + width: 70vw; + position: relative; + + .ad-down { + position: absolute; + top: 20rpx; + right: 20rpx; + z-index: 1; + background: rgba(0, 0, 0, .5); + font-size: 20rpx; + padding: 10rpx 20rpx; + line-height: 30rpx; + border-radius: 24rpx; + color: white; + + .ad-down-u { + display: inline-block; + line-height: 30rpx; + } + } + + .ad-img { + width: 70vw; + border-radius: 20rpx; + } + + .ad-btn { + text-align: center; + margin-top: 30rpx; + + .ad-btn-icon { + display: inline-block; + } + } + } + + // 轮播图 + .banner { + position: relative; + width: 100%; + padding-top: 43%; + + .banner-swiper { + position: absolute; + top: 0; + left: 0; + width: 100%; + } + } + + // 公告 + .notice { + background: white; + padding: $padding; + display: flex; + flex-direction: row; + align-items: center; + + .notice-title { + background-color: #ececec; + color: #000; + height: 60rpx; + line-height: 60rpx; + width: 130rpx; + text-align: center; + font-size: 26rpx; + font-weight: bold; + border-radius: 20rpx; + + .notice-icon { + width: 32rpx; + vertical-align: middle; + margin-bottom: 8rpx; + margin-right: 10rpx; + display: inline-block; + } + } + + .notice-more { + font-size: 24rpx; + height: 50rpx; + border-radius: 25rpx; + box-sizing: border-box; + line-height: 50rpx; + text-align: center; + color: #999999; + + .more-icon { + display: inline-block; + } + } + } + + // 自由服务包 + .free { + padding: $padding $padding $padding - 10 $padding ; + + .free-img { + width: 100%; + } + } + + // 增收赋能类 + .closed { + background: white; + margin: 0 $margin; + border-radius: 35rpx; + padding-bottom: 10rpx; + + .closed-item { + display: flex; + margin-bottom: 20rpx; + padding-bottom: 20rpx; + border-bottom: solid 1rpx #f8f8f8; + + &:last-child { + margin-bottom: 0; + border-bottom: none; + } + + .closed-cover { + width: 168rpx; + height: 168rpx; + background-size: cover; + background-position: center; + border-radius: 10rpx; + } + + .closed-text { + width: calc(100% - 168rpx); + padding-left: 30rpx; + box-sizing: border-box; + + .closed-title { + font-size: 32rpx; + font-weight: bold; + line-height: 50rpx; + } + + .closed-subtitle { + color: gray; + font-size: 28rpx; + line-height: 40rpx; + } + + .closed-price { + color: #d51959; + font-size: 34rpx; + line-height: 40rpx; + margin-top: 30rpx; + font-weight: bold; + } + } + } + } + + // 诉讼委托类 + .lawsuit { + padding: 0 20rpx $padding; + display: flex; + justify-content: space-between; + + &-item { + background: #F6F6F6; + border-radius: 10rpx; + display: flex; + justify-content: space-between; + align-items: center; + overflow: hidden; + width: calc(50% - 20rpx); + margin: 0 10rpx; + } + + &-cover { + width: 138rpx; + height: 138rpx; + background-size: cover; + background-position: center; + } + + &-text { + width: calc(100% - 138rpx); + padding: 0 20rpx; + box-sizing: border-box; + } + + &-title { + font-size: 30rpx; + margin-bottom: 20rpx; + } + + &-price { + font-size: 32rpx; + color: #d51959; + font-weight: bold; + } + } + + // 经法 + .the-tabs { + background: #ececec; + margin: 0 $margin; + height: 60rpx; + border-radius: 35rpx; + display: flex; + position: relative; + white-space: nowrap; + width: calc(100% - 60rpx); + + &-item { + position: relative; + z-index: 2; + width: 25%; + line-height: 60rpx; + text-align: center; + font-size: 26rpx; + color: #454545; + transition: all .4s; + display: inline-block; + + &.active { + color: white; + } + } + + &-acitve-block { + display: inline-block; + width: 25%; + height: 60rpx; + background: linear-gradient(to right, #d51959, #ec7247); + border-radius: 35rpx; + position: absolute; + left: 0; + transition: all .4s; + } + } + + .the-flex { + padding: $padding 20rpx; + box-sizing: border-box; + white-space: nowrap; + + &-item { + width: calc(33% - 20rpx); + margin: 0 10rpx; + display: inline-block; + + &:last-child { + margin-right: 20rpx; + } + + .cover { + width: 100%; + padding-top: 100%; + background-position: center; + background-size: cover; + background-position: center; + border-radius: 10rpx; + } + + .title { + font-size: 30rpx; + color: #111111; + padding: 10rpx 0; + line-height: 40rpx; + } + + .price { + line-height: 40rpx; + font-weight: bold; + color: #d51959; + font-size: 32rpx; + + text { + font-size: 80%; + } + + .ding { + font-size: 64%; + margin-left: 4rpx; + position: relative; + bottom: 2rpx; + } + } + } + } + + // 模块 + .block { + background-color: white; + border-radius: $radius; + margin: 0 $margin $margin; + + .block-title { + padding: 0 $padding; + height: 100rpx; + display: flex; + justify-content: space-between; + align-items: center; + + .title { + font-weight: bold; + color: #111111; + font-size: 36rpx; + } + + .more { + background-color: #ececec; + font-size: 28rpx; + height: 50rpx; + border-radius: 25rpx; + width: 120rpx; + padding-left: 10rpx; + box-sizing: border-box; + line-height: 50rpx; + text-align: center; + color: #454545; + + .more-icon { + display: inline-block; + } + } + } + } + \ No newline at end of file diff --git a/pages/work/generate.vue b/pages/work/generate.vue index 02dd1ab..d878d99 100644 --- a/pages/work/generate.vue +++ b/pages/work/generate.vue @@ -3,7 +3,7 @@ - {{item.title}}111 + {{item.title}} 移出 diff --git a/pages/work/index.vue b/pages/work/index.vue index 64e427d..19b2bba 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -1,566 +1,654 @@ - - - - - + + + + + \ No newline at end of file