Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
get-up-early
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baihong
get-up-early
Commits
68207f8f
Commit
68207f8f
authored
Apr 21, 2021
by
baihong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:签到活动详情页
parent
ccd14264
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
184 additions
and
118 deletions
+184
-118
upload.vue
pages/upload/upload.vue
+143
-116
ic_shu@2x.png
static/imgs/ic_shu@2x.png
+0
-0
u-swiper.vue
uview-ui/components/u-swiper/u-swiper.vue
+41
-2
No files found.
pages/upload/upload.vue
View file @
68207f8f
...
@@ -43,8 +43,11 @@
...
@@ -43,8 +43,11 @@
<text>
day1
</text>
<text>
day1
</text>
</view>
</view>
</view>
</view>
<view
class=
"wrap"
>
<u-swiper
:list=
"list"
indicator-pos=
"topRight"
height=
'800'
></u-swiper>
</view>
<view
class=
"main"
>
<view
class=
"main"
>
<view
class=
"img-box"
>
<view
class=
"img-box"
v-if=
"false"
>
<image
src=
"../../static/imgs/ic_upload@2x.png"
mode=
""
></image>
<image
src=
"../../static/imgs/ic_upload@2x.png"
mode=
""
></image>
<text>
上传图标
</text>
<text>
上传图标
</text>
</view>
</view>
...
@@ -58,126 +61,150 @@
...
@@ -58,126 +61,150 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
active
:
false
,
list
:
[{
image
:
'https://cdn.uviewui.com/uview/swiper/1.jpg'
,
title
:
'昨夜星辰昨夜风,画楼西畔桂堂东'
},
{
image
:
'https://cdn.uviewui.com/uview/swiper/2.jpg'
,
title
:
'身无彩凤双飞翼,心有灵犀一点通'
},
{
image
:
'https://cdn.uviewui.com/uview/swiper/3.jpg'
,
title
:
'谁念西风独自凉,萧萧黄叶闭疏窗,沉思往事立残阳'
}
],
};
};
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app
{
.app
{
.main
{
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
.btns{
width
:
590
rpx
;
height
:
74
rpx
;
border-radius
:
8
rpx
;
border
:
1
rpx
solid
#555555
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#000000
;
line-height
:
40
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.yellow
{
border
:
none
;
background-color
:
#FFC915
;
margin-top
:
30
rpx
;
}
.img-box
{
width
:
660
rpx
;
height
:
345
rpx
;
margin-top
:
33
rpx
;
margin-bottom
:
70
rpx
;
background
:
#F4F4F4
;
border-radius
:
9
rpx
;
border
:
1
rpx
dashed
#999999
;
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
image{
width
:
121
rpx
;
height
:
94
rpx
;
margin-bottom
:
21
rpx
;
margin-top
:
99
rpx
;
}
text
{
font-size
:
24
rpx
;
font-weight
:
400
;
color
:
#999999
;
line-height
:
33
rpx
;
}
}
}
.days
{
display
:
flex
;
padding
:
42
rpx
;
margin-bottom
:
20
rpx
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
.line
{
.wrap
{
width
:
60
rpx
;
padding
:
40
rpx
;
height
:
3
rpx
;
}
background
:
#DCDCDC
;
.main
{
margin-top
:
30
rpx
;
display
:
flex
;
}
align-items
:
center
;
flex-direction
:
column
;
.day-box
{
display
:
flex
;
.btns
{
flex-direction
:
column
;
width
:
590
rpx
;
align-items
:
center
;
height
:
74
rpx
;
position
:
relative
;
border-radius
:
8
rpx
;
min-height
:
74
rpx
;
border
:
1
rpx
solid
#555555
;
justify-content
:
flex-end
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
.cor
{
font-weight
:
600
;
width
:
40
rpx
;
color
:
#000000
;
height
:
40
rpx
;
line-height
:
40
rpx
;
background
:
#FFFFFF
;
display
:
flex
;
border
:
1
rpx
solid
#FF1130
;
align-items
:
center
;
font-size
:
18
rpx
;
justify-content
:
center
;
font-family
:
OpenSans
;
}
color
:
#FF1130
;
line-height
:
24
rpx
;
.yellow
{
border-radius
:
50%
;
border
:
none
;
display
:
flex
;
background-color
:
#FFC915
;
align-items
:
center
;
margin-top
:
30
rpx
;
justify-content
:
center
;
}
position
:
absolute
;
right
:
-16
rpx
;
.img-box
{
top
:
-36
rpx
;
width
:
660
rpx
;
}
height
:
345
rpx
;
margin-top
:
33
rpx
;
.tip
{
margin-bottom
:
70
rpx
;
width
:
71
rpx
;
background
:
#F4F4F4
;
height
:
48
rpx
;
border-radius
:
9
rpx
;
font-size
:
22
rpx
;
border
:
1
rpx
dashed
#999999
;
font-family
:
OpenSans
;
display
:
flex
;
color
:
#333333
;
align-items
:
center
;
background-image
:
url(../../static/imgs/ic_number_01@2x.png)
;
flex-direction
:
column
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
image
{
display
:
flex
;
width
:
121
rpx
;
align-items
:
center
;
height
:
94
rpx
;
justify-content
:
center
;
margin-bottom
:
21
rpx
;
}
margin-top
:
99
rpx
;
}
image
{
width
:
54
rpx
;
text
{
height
:
54
rpx
;
font-size
:
24
rpx
;
}
font-weight
:
400
;
color
:
#999999
;
text
{
line-height
:
33
rpx
;
font-size
:
24
rpx
;
}
font-family
:
OpenSans
;
}
color
:
#555555
;
}
line-height
:
33
rpx
;
}
.days
{
}
display
:
flex
;
}
padding
:
42
rpx
;
}
margin-bottom
:
20
rpx
;
background-color
:
#FFFFFF
;
.line
{
width
:
60
rpx
;
height
:
3
rpx
;
background
:
#DCDCDC
;
margin-top
:
30
rpx
;
}
.day-box
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
position
:
relative
;
min-height
:
74
rpx
;
justify-content
:
flex-end
;
.cor
{
width
:
40
rpx
;
height
:
40
rpx
;
background
:
#FFFFFF
;
border
:
1
rpx
solid
#FF1130
;
font-size
:
18
rpx
;
font-family
:
OpenSans
;
color
:
#FF1130
;
line-height
:
24
rpx
;
border-radius
:
50%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
position
:
absolute
;
right
:
-16
rpx
;
top
:
-36
rpx
;
}
.tip
{
width
:
71
rpx
;
height
:
48
rpx
;
font-size
:
22
rpx
;
font-family
:
OpenSans
;
color
:
#333333
;
background-image
:
url(../../static/imgs/ic_number_01@2x.png)
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
image
{
width
:
54
rpx
;
height
:
54
rpx
;
}
text
{
font-size
:
24
rpx
;
font-family
:
OpenSans
;
color
:
#555555
;
line-height
:
33
rpx
;
}
}
}
}
</
style
>
</
style
>
static/imgs/ic_shu@2x.png
0 → 100644
View file @
68207f8f
1.4 KB
uview-ui/components/u-swiper/u-swiper.vue
View file @
68207f8f
...
@@ -20,6 +20,18 @@
...
@@ -20,6 +20,18 @@
}, titleStyle]">
}, titleStyle]">
{{
item
.
title
}}
{{
item
.
title
}}
</view>
</view>
<view
class=
"tips"
>
I,will smith ,want to stick to the idea of seven days of smiling life.Witness for me!
</view>
<view
class=
"btns"
>
<view
class=
"item"
>
<image
src=
"../../../static/imgs/ic_shu@2x.png"
mode=
""
></image>
<text>
233
</text>
</view>
<view
class=
"item"
style=
"margin-right: 0;"
>
<image
style=
"width: 27rpx;height: 27rpx;"
src=
"../../../static/imgs/ic_good@2x.png"
mode=
""
></image>
<text>
233
</text>
</view>
</view>
</view>
</view>
</swiper-item>
</swiper-item>
</swiper>
</swiper>
...
@@ -232,7 +244,33 @@
...
@@ -232,7 +244,33 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
"../../libs/css/style.components.scss"
;
@import
"../../libs/css/style.components.scss"
;
.btns
{
display
:
flex
;
justify-content
:
flex-end
;
.item{
display
:
flex
;
align-items
:
center
;
margin-right
:
67
rpx
;
image{
width
:
30
rpx
;
height
:
23
rpx
;
margin-right
:
10
rpx
;
}
text
{
font-size
:
26
rpx
;
font-family
:
OpenSans
;
color
:
#555555
;
line-height
:
36
rpx
;
}
}
}
.tips
{
font-size
:
24
rpx
;
font-family
:
OpenSans
;
color
:
#333333
;
line-height
:
36
rpx
;
margin
:
10
rpx
0
28
rpx
0
;
}
.u-swiper-wrap
{
.u-swiper-wrap
{
position
:
relative
;
position
:
relative
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -242,7 +280,7 @@
...
@@ -242,7 +280,7 @@
.u-swiper-image
{
.u-swiper-image
{
width
:
100%
;
width
:
100%
;
will-change
:
transform
;
will-change
:
transform
;
height
:
10
0%
;
height
:
8
0%
;
/* #ifndef APP-NVUE */
/* #ifndef APP-NVUE */
display
:
block
;
display
:
block
;
/* #endif */
/* #endif */
...
@@ -319,6 +357,7 @@
...
@@ -319,6 +357,7 @@
overflow
:
hidden
;
overflow
:
hidden
;
box-sizing
:
content-box
;
box-sizing
:
content-box
;
position
:
relative
;
position
:
relative
;
background-color
:
#FFFFFF
;
}
}
.u-swiper-title
{
.u-swiper-title
{
...
...
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