-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.bundle.css
67 lines (58 loc) · 1.3 KB
/
app.bundle.css
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
html, body, .sidebar, .main {
height: 100%; }
.sidebar {
position: fixed;
width: 240px;
float: left;
border-right: 1px solid #ccc; }
.sidebar .header {
padding: 20px; }
.sidebar .header .title {
text-align: center;
color: #0089FF;
font-size: 30px; }
.sidebar .menu {
list-style: none;
padding: 0;
margin: 0; }
.sidebar .menu li {
padding: 0 20px; }
.sidebar .menu li.active {
background-color: #F5F7FA; }
.sidebar .menu li.active a {
color: #0089FF; }
.sidebar .menu li a {
text-decoration: none;
color: #000;
padding: 17px;
display: block; }
.main {
margin-left: 240px;
padding: 50px; }
.page-index, .page-product {
height: 100%; }
.product-content h3 {
margin-top: 30px; }
.product-content h4 {
margin-top: 20px; }
.product-content img {
display: block; }
.product-content img.app {
width: 300px;
margin: 30px auto; }
.product-content img.pc {
width: 1000px;
margin: 30px auto; }
.product-content .clearfix:after {
content: ".";
display: block;
height: 0;
visibility: hidden;
clear: both; }
.product-content .line-imgs img {
float: left;
width: 250px; }
.product-content p {
line-height: 2;
color: #5e6166;
padding: 10px 20px 20px 0; }