This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
yjyzz
Watch
7
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
edit font-size
master
chutingting
4 years ago
parent
03ef08a2cd
commit
8c3aa01892
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/fingerpost/fingerpost.vue
+4
-2
src/page/coursCeentre/course.vue
+ 1
- 0
src/components/fingerpost/fingerpost.vue
View File
@@ -34,6 +34,7 @@ export default {
.answer {
line-height: 20px;
padding: 10px 0;
font-size: 12px;
}
.answer:before {
font-weight: bolder;
+ 4
- 2
src/page/coursCeentre/course.vue
View File
@@ -35,11 +35,11 @@ export default {
float: left;
height: 100px;
width: 266px;
.courseTime {
overflow: hidden;
margin: 8px 0;
font-size: 1
8
px;
font-size: 1
4
px;
h3 {
float: left;
}
@@ -55,6 +55,8 @@ export default {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 12px;
}
}
}
Write
Preview
Loading…
Cancel
Save