Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_uniapp
Project
Project
Details
Activity
Releases
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
刘怀志
intel_promotion_uniapp
Commits
8d82aa90
Commit
8d82aa90
authored
Jan 14, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面样式
parent
638a7984
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
86 additions
and
76 deletions
+86
-76
detail.vue
pages/myArticle/detail.vue
+23
-13
index.vue
pages/myArticle/index.vue
+9
-9
index.vue
pages/myVedio/index.vue
+6
-6
index.vue
pages/shop/index.vue
+7
-7
index.vue
pages/sort/index.vue
+35
-35
index.vue
pages/spokesman/index.vue
+1
-1
profile.vue
pages/user/profile.vue
+3
-3
setting.vue
setting/setting/setting.vue
+2
-2
No files found.
pages/myArticle/detail.vue
View file @
8d82aa90
<
template
>
<
template
>
<view
class=
"top"
>
<view
class=
"top"
>
<view
class=
"title"
>
{{
articleInfo
.
title
}}
</view>
<view
class=
"cont"
>
<view
style=
"display: flex; align-items: center;justify-content: space-between"
>
<view
class=
"title"
>
{{
articleInfo
.
title
}}
</view>
<view
style=
"display: flex; align-items: center"
>
<view
style=
"display: flex; align-items: center;justify-content: space-between"
>
<image
class=
"leftimage"
src=
"../../static/img/image/detail_eye.png"
></image>
<view
style=
"display: flex; align-items: center"
>
<view
style=
"margin-left: 10rpx;margin-bottom: 15rpx;color: rgb(202, 202, 202);"
>
{{
articleInfo
.
readCount
}}
</view>
<image
class=
"leftimage"
src=
"../../static/img/image/detail_eye.png"
></image>
<view
style=
"margin-left: 10rpx;margin-bottom: 15rpx;color: rgb(202, 202, 202);"
>
{{
articleInfo
.
readCount
}}
</view>
</view>
<view
class=
"date"
>
{{
articleInfo
.
releaseDate
}}
</view>
</view>
<view
class=
"detail"
>
<view
v-html=
"articleInfo.details"
></view>
</view>
</view>
<view
class=
"date"
>
{{
articleInfo
.
releaseDate
}}
</view>
</view>
</view>
<view
class=
"detail"
>
<view
v-html=
"articleInfo.details"
></view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -42,7 +44,7 @@
...
@@ -42,7 +44,7 @@
<
style
>
<
style
>
.top
{
.top
{
background-color
:
#F6F6F6
;
background-color
:
rgb
(
249
,
249
,
249
)
;
min-height
:
100vh
;
min-height
:
100vh
;
padding
:
26
rpx
;
padding
:
26
rpx
;
}
}
...
@@ -58,11 +60,19 @@
...
@@ -58,11 +60,19 @@
margin-bottom
:
30
rpx
;
margin-bottom
:
30
rpx
;
}
}
.detail
{
.detail
{
margin-top
:
20
rpx
;
font-size
:
30
rpx
;
font-weight
:
400
;
color
:
rgb
(
51
,
51
,
51
);
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
}
}
.leftimage
{
.leftimage
{
width
:
5
0
rpx
;
width
:
4
0
rpx
;
height
:
5
0
rpx
;
height
:
4
0
rpx
;
margin-bottom
:
20
rpx
;
margin-bottom
:
20
rpx
;
}
}
.cont
{
background-color
:
#ffffff
;
padding
:
30
rpx
;
}
</
style
>
</
style
>
\ No newline at end of file
pages/myArticle/index.vue
View file @
8d82aa90
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
style=
"color: rgb(191, 191, 191)"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
<view
style=
"color: rgb(191, 191, 191)
;font-size: 13px;
"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
</view>
</view>
</view>
</view>
<u-loadmore
:status=
"articleStatus"
/>
<u-loadmore
:status=
"articleStatus"
/>
...
@@ -117,21 +117,21 @@
...
@@ -117,21 +117,21 @@
padding
:
22
rpx
;
padding
:
22
rpx
;
}
}
.cardimage
{
.cardimage
{
width
:
2
6
0
rpx
!important
;
width
:
2
2
0
rpx
!important
;
height
:
1
8
0
rpx
!important
;
height
:
1
5
0
rpx
!important
;
border-radius
:
8px
8px
8px
8px
;
border-radius
:
8px
8px
8px
8px
;
margin-right
:
25
rpx
;
margin-right
:
25
rpx
;
/* margin: 22rpx; */
/* margin: 22rpx; */
}
}
.cardtitle
{
.cardtitle
{
width
:
414
rpx
;
width
:
414
rpx
;
}
}
.cardtitle1
{
.cardtitle1
{
font-size
:
16px
;
font-size
:
16px
;
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
margin-bottom
:
2
0
rpx
;
margin-bottom
:
1
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
@@ -139,11 +139,11 @@
...
@@ -139,11 +139,11 @@
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
}
}
.cardtitle2
{
.cardtitle2
{
font-size
:
1
4
px
;
font-size
:
1
3
px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgb
(
191
,
191
,
191
);
color
:
rgb
(
191
,
191
,
191
);
margin-bottom
:
4
0
rpx
;
margin-bottom
:
3
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
pages/myVedio/index.vue
View file @
8d82aa90
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<image
:src=
"item.path"
class=
"cardimage"
@
click=
"toDetail(item.businessId)"
></image>
<image
:src=
"item.path"
class=
"cardimage"
@
click=
"toDetail(item.businessId)"
></image>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
videoTitle
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
videoTitle
}}
</view>
<view
style=
"color: rgb(191, 191, 191);padding-top:
8
0rpx"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
<view
style=
"color: rgb(191, 191, 191);padding-top:
6
0rpx"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
</view>
</view>
</view>
</view>
<u-loadmore
:status=
"status"
/>
<u-loadmore
:status=
"status"
/>
...
@@ -123,8 +123,8 @@
...
@@ -123,8 +123,8 @@
padding
:
22
rpx
;
padding
:
22
rpx
;
}
}
.cardimage
{
.cardimage
{
width
:
2
6
0
rpx
!important
;
width
:
2
2
0
rpx
!important
;
height
:
1
8
0
rpx
!important
;
height
:
1
5
0
rpx
!important
;
border-radius
:
8px
8px
8px
8px
;
border-radius
:
8px
8px
8px
8px
;
margin-right
:
25
rpx
;
margin-right
:
25
rpx
;
/* margin: 22rpx; */
/* margin: 22rpx; */
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
margin-bottom
:
2
0
rpx
;
margin-bottom
:
1
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
@@ -145,11 +145,11 @@
...
@@ -145,11 +145,11 @@
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
}
}
.cardtitle2
{
.cardtitle2
{
font-size
:
1
4
px
;
font-size
:
1
3
px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgb
(
191
,
191
,
191
);
color
:
rgb
(
191
,
191
,
191
);
margin-bottom
:
4
0
rpx
;
margin-bottom
:
3
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
pages/shop/index.vue
View file @
8d82aa90
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
style=
"color: rgb(191, 191, 191)"
>
推广量:
{{
formatReadNum
(
item
)
}}
</view>
<view
style=
"color: rgb(191, 191, 191)
;font-size: 13px;
"
>
推广量:
{{
formatReadNum
(
item
)
}}
</view>
</view>
</view>
</view>
</view>
<u-loadmore
:status=
"articleStatus"
/>
<u-loadmore
:status=
"articleStatus"
/>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<image
:src=
"item.defaultUrl"
class=
"cardimage"
@
click=
"toDetail(item.businessId)"
></image>
<image
:src=
"item.defaultUrl"
class=
"cardimage"
@
click=
"toDetail(item.businessId)"
></image>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
videoTitle
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
videoTitle
}}
</view>
<view
style=
"color: rgb(191, 191, 191);padding-top:
8
0rpx"
>
推广量:
{{
formatReadNum
(
item
)
}}
</view>
<view
style=
"color: rgb(191, 191, 191);padding-top:
6
0rpx"
>
推广量:
{{
formatReadNum
(
item
)
}}
</view>
</view>
</view>
</view>
</view>
<u-loadmore
:status=
"videoStatus"
/>
<u-loadmore
:status=
"videoStatus"
/>
...
@@ -297,8 +297,8 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
...
@@ -297,8 +297,8 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
padding
:
22
rpx
;
padding
:
22
rpx
;
}
}
.cardimage
{
.cardimage
{
width
:
2
6
0
rpx
!important
;
width
:
2
2
0
rpx
!important
;
height
:
1
8
0
rpx
!important
;
height
:
1
5
0
rpx
!important
;
border-radius
:
8px
8px
8px
8px
;
border-radius
:
8px
8px
8px
8px
;
margin-right
:
25
rpx
;
margin-right
:
25
rpx
;
/* margin: 22rpx; */
/* margin: 22rpx; */
...
@@ -311,7 +311,7 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
...
@@ -311,7 +311,7 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
margin-bottom
:
2
0
rpx
;
margin-bottom
:
1
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
@@ -319,11 +319,11 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
...
@@ -319,11 +319,11 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
}
}
.cardtitle2
{
.cardtitle2
{
font-size
:
1
4
px
;
font-size
:
1
3
px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgb
(
191
,
191
,
191
);
color
:
rgb
(
191
,
191
,
191
);
margin-bottom
:
4
0
rpx
;
margin-bottom
:
3
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
pages/sort/index.vue
View file @
8d82aa90
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
style=
"color: rgb(191, 191, 191)"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
<view
style=
"color: rgb(191, 191, 191)
;font-size: 13px;
"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
</view>
</view>
</view>
</view>
<u-loadmore
:status=
"videoStatus"
/>
<u-loadmore
:status=
"videoStatus"
/>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<image
class=
"cardimage"
:src=
"item.path"
@
click=
"toDetail(item.businessId)"
></image>
<image
class=
"cardimage"
:src=
"item.path"
@
click=
"toDetail(item.businessId)"
></image>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
videoTitle
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
videoTitle
}}
</view>
<view
style=
"color: rgb(191, 191, 191);padding-top:
8
0rpx"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
<view
style=
"color: rgb(191, 191, 191);padding-top:
6
0rpx"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
</view>
</view>
</view>
</view>
<u-loadmore
:status=
"videoStatus"
/>
<u-loadmore
:status=
"videoStatus"
/>
...
@@ -202,40 +202,40 @@
...
@@ -202,40 +202,40 @@
/* margin-bottom: 22rpx; */
/* margin-bottom: 22rpx; */
padding
:
22
rpx
;
padding
:
22
rpx
;
}
}
.cardimage
{
.cardimage
{
width
:
26
0
rpx
!important
;
width
:
22
0
rpx
!important
;
height
:
18
0
rpx
!important
;
height
:
15
0
rpx
!important
;
border-radius
:
8px
8px
8px
8px
;
border-radius
:
8px
8px
8px
8px
;
margin-right
:
25
rpx
;
margin-right
:
25
rpx
;
/* margin: 22rpx; */
/* margin: 22rpx; */
}
}
.cardtitle
{
.cardtitle
{
width
:
414
rpx
;
width
:
414
rpx
;
}
}
.cardtitle1
{
.cardtitle1
{
font-size
:
16px
;
font-size
:
16px
;
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Medium
,
Source
Han
Sans
CN
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
margin-bottom
:
2
0
rpx
;
margin-bottom
:
1
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
}
}
.cardtitle2
{
.cardtitle2
{
font-size
:
14
px
;
font-size
:
13
px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgb
(
191
,
191
,
191
);
color
:
rgb
(
191
,
191
,
191
);
margin-bottom
:
4
0
rpx
;
margin-bottom
:
3
0
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
}
}
.tabs-container
{
.tabs-container
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
...
...
pages/spokesman/index.vue
View file @
8d82aa90
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<view
class=
"cardtitle"
>
<view
class=
"cardtitle"
>
<u-row
gutter=
"8"
>
<u-row
gutter=
"8"
>
<u-col
:span=
"6"
><view
class=
"nameRow"
>
{{
item
.
name
||
'-'
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"nameRow"
>
{{
item
.
name
||
'-'
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
{{
item
.
username
||
'-'
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
style=
"font-weight: bold"
>
{{
item
.
username
||
'-'
}}
</view></u-col>
</u-row>
</u-row>
<view
class=
"divider"
></view>
<view
class=
"divider"
></view>
<u-row
class=
"expressRow"
gutter=
"8"
>
<u-row
class=
"expressRow"
gutter=
"8"
>
...
...
pages/user/profile.vue
View file @
8d82aa90
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<image
v-else
class=
"topimageurlTwo"
src=
"../../static/img/image/wode_pic_bg1.png"
></image>
<image
v-else
class=
"topimageurlTwo"
src=
"../../static/img/image/wode_pic_bg1.png"
></image>
</view>
</view>
<view
class=
"bottomcard"
:style=
"
{top: -(topHeight) + 'px','height':' calc(100vh - 40rpx - '+statusBarHeight + 'px'+' - '+topHeight+'px'+')'}">
<view
class=
"bottomcard"
:style=
"
{top: -(topHeight) + 'px','height':' calc(100vh - 40rpx - '+statusBarHeight + 'px'+' - '+topHeight+'px'+')'}">
<view
class=
"profile-container"
style=
"display: flex; align-items: center; margin-top: 1
0
vh;"
>
<view
class=
"profile-container"
style=
"display: flex; align-items: center; margin-top: 1
3
vh;"
>
<view
class=
"avatar-container u-m-l-50"
>
<view
class=
"avatar-container u-m-l-50"
>
<image
<image
:src=
"showType === 'HZY' ? '../../static/img/image/wode_logo_default@2x.png' : '../../static/img/image/wode_logo_default.png'"
:src=
"showType === 'HZY' ? '../../static/img/image/wode_logo_default@2x.png' : '../../static/img/image/wode_logo_default.png'"
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<!--
</view>
-->
<!--
</view>
-->
<!--
<image
src=
"../../static/img/image/wode_icon_jiantou@2x.png"
class=
"rightimage"
></image>
-->
<!--
<image
src=
"../../static/img/image/wode_icon_jiantou@2x.png"
class=
"rightimage"
></image>
-->
<!--
</view>
-->
<!--
</view>
-->
<view
style=
"margin-top: 1
0
vh;"
>
<view
style=
"margin-top: 1
5
vh;"
>
<u-row>
<u-row>
<u-col
span=
"4"
>
<u-col
span=
"4"
>
<view
class=
"card"
@
click=
"openPage('/pages/myArticle/index')"
>
<view
class=
"card"
@
click=
"openPage('/pages/myArticle/index')"
>
...
@@ -380,7 +380,7 @@ import UCol from "../../uview-ui/components/u-col/u-col.vue";
...
@@ -380,7 +380,7 @@ import UCol from "../../uview-ui/components/u-col/u-col.vue";
font-family
:
Source
Han
Sans
CN-Bold
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Bold
,
Source
Han
Sans
CN
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
margin-bottom
:
32
rpx
;
margin-bottom
:
15
rpx
;
}
}
.toptitlelist2
{
.toptitlelist2
{
font-size
:
14px
;
font-size
:
14px
;
...
...
setting/setting/setting.vue
View file @
8d82aa90
...
@@ -271,7 +271,7 @@ import projectName from "../../common/projectName";
...
@@ -271,7 +271,7 @@ import projectName from "../../common/projectName";
font-size
:
16px
;
font-size
:
16px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
666666
;
color
:
#
0e0d0d
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-line-clamp
:
1
;
-webkit-line-clamp
:
1
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
@@ -325,7 +325,7 @@ import projectName from "../../common/projectName";
...
@@ -325,7 +325,7 @@ import projectName from "../../common/projectName";
font-size
:
16px
;
font-size
:
16px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
666666
;
color
:
#
0e0d0d
;
}
}
.settingrightimage
{
.settingrightimage
{
width
:
48rpx
;
width
:
48rpx
;
...
...
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