forked from iamxjb/winxin-app-watch-life.net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.wxss
114 lines (96 loc) · 1.85 KB
/
app.wxss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/*
*
* WordPres版微信小程序
* author: jianbo
* organization: 守望轩 www.watch-life.net
* github: https://github.com/iamxjb/winxin-app-watch-life.net
* 技术支持微信号:iamxjb
* Copyright (c) 2017 https://www.watch-life.net All rights reserved.
*
*/
.container {
padding: 0 25rpx;
background-color: #fff;
font-family:Microsoft YaHei,Helvetica, Arial, sans-serif;
}
.header {
padding: 50rpx 0;
text-align: center;
font-weight: normal;
font-size: 30rpx;
line-height: 40rpx;
color: #757575;
border-bottom: 2rpx solid #ededed;
margin-bottom:48rpx;
}
.header_img {
padding: 50rpx 0;
}
.content-article {
margin-bottom: 1.142857143rem ;
border-bottom: 2rpx solid #ededed;
}
.content-article-detail {
border-bottom: 2rpx solid #ededed;
margin-top: 40rpx;
}
.entry-title {
font-size: 50rpx;
line-height: 1.2;
font-weight:normal;
outline: none;
color: #21759b;
margin-bottom:25rpx;
}
.entry-date {
font-size: 25rpx;
line-height: 1.2;
font-weight:normal;
outline: none;
color: #21759b;
margin-bottom:30rpx;
}
.entry-summary{
font-size: 35rpx;
line-height:1.8rem
}
.top-bar {
height: 70rpx;
width:100%;
top:10rps;
z-index:1;
}
.top-bar-item {
display:inline-block;
width: 20%;
color: #21759b;
text-align: center;
line-height: 36px;
font-size: 14px;
}
/** wxss **/
/** 修改默认的navigator点击态 **/
.navigator-hover {
color:blue;
}
/** 自定义其他点击态样式类 **/
.other-navigator-hover {
color:red;
}
.wxParse-p
{
margin: 0 0 1.714285714rem;
}
.more{
margin-top: 30rpx;
text-align: center;
margin-bottom: 30rpx
}
.more-button {
font-size: 0.785714286rem;
font-weight: normal;
color: #fff;
background-color: #21759b;
background-repeat: repeat-x;
margin-top: 30rpx;
}