Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
abfc01ed
authored
May 31, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
b2f8f2c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
12 deletions
assets/css/mine/download.scss
pages/mine/about.vue
pages/mine/dome.vue
pages/mine/download.vue
assets/css/mine/download.scss
View file @
abfc01ed
...
...
@@ -11,7 +11,6 @@
height
:
88rpx
;
z-index
:
9999
;
background
:
linear-gradient
(
200deg
,
#d6e8ff
0%
,
#f5f5f7
277px
);
.icon-arrleft
{
font-size
:
44rpx
;
color
:
#919399
;
...
...
pages/mine/about.vue
View file @
abfc01ed
...
...
@@ -178,7 +178,7 @@
<view
class=
"t2"
>
HONOR
</view>
</view>
<view
class=
"uni-swipe-box"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
:interval=
"interval"
:duration=
"duration
"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9
"
>
<swiper-item
v-for=
"(item, index) in data.h5_about_honor_certificate"
:key=
"index"
>
<image
mode=
"aspectFill"
:src=
"item.images"
lazy-load=
"true"
class=
"pic"
></image>
<view
class=
"text row rowCenter verCenter"
>
{{ item.title }}
</view>
...
...
@@ -190,7 +190,7 @@
<view
class=
"t2"
>
QUALIFICATIONS
</view>
</view>
<view
class=
"uni-swipe-box"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
:interval=
"interval"
:duration=
"duration
"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9
"
>
<swiper-item
v-for=
"(item, index) in data.h5_about_quality_certificate"
:key=
"index"
>
<image
mode=
"aspectFill"
:src=
"item.images"
lazy-load=
"true"
class=
"pic"
></image>
<view
class=
"text row rowCenter verCenter"
>
{{ item.title }}
</view>
...
...
@@ -288,8 +288,6 @@ export default {
more
:
false
,
indicatorDots
:
true
,
autoplay
:
true
,
interval
:
2000
,
duration
:
500
,
data
:
{}
};
},
...
...
pages/mine/dome.vue
View file @
abfc01ed
...
...
@@ -12,7 +12,7 @@
<view
class=
"section"
>
<view
class=
"brand"
>
<view
class=
"uni-swiper-wrap"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
:interval=
"interval"
:duration=
"duration
"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9
"
>
<swiper-item
v-for=
"(item, index) in detail.h5_domestic_cooperate_brand"
:key=
"index"
>
<view
class=
"head-box row bothSide verCenter"
>
<view
class=
"left row verCenter"
>
...
...
@@ -46,7 +46,7 @@
<view
class=
"title row rowCenter verCenter"
>
战略合作
</view>
<view
class=
"cooperation"
>
<view
class=
"uni-swiper-wrap"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
:interval=
"interval"
:duration=
"duration
"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9
"
>
<swiper-item
v-for=
"(item, index) in detail.h5_domestic_strategic_partner"
:key=
"index"
>
<view
class=
"box row avarage"
><image
mode=
"aspectFill"
v-for=
"(v, i) in item"
:key=
"i"
:src=
"v.images"
lazy-load=
"true"
class=
"pic"
></image></view>
</swiper-item>
...
...
@@ -93,8 +93,6 @@ export default {
searchParams
:
{},
indicatorDots
:
true
,
autoplay
:
true
,
interval
:
20000
,
duration
:
500
,
detail
:
{}
};
},
...
...
pages/mine/download.vue
View file @
abfc01ed
...
...
@@ -11,7 +11,7 @@
<view
class=
"btn"
@
click=
"handleInput()"
>
搜索
</view>
</view>
<view
class=
"uni-swiper-wrap"
v-if=
"ad.length > 0"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
:interval=
"interval"
:duration=
"duration
"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9
"
>
<swiper-item
v-for=
"(item, index) in ad"
:key=
"index"
><image
mode=
"aspectFill"
:src=
"item.images"
lazy-load=
"true"
></image></swiper-item>
</swiper>
</view>
...
...
@@ -126,8 +126,6 @@ export default {
curr
:
0
,
indicatorDots
:
true
,
autoplay
:
true
,
interval
:
2000
,
duration
:
500
,
ad
:
[],
//广告
show_class
:
[],
//资料类目
list
:
[],
//下载list数据
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment