Skip to content

Commit d3a66ca

Browse files
authored
Add files via upload
1 parent aa26309 commit d3a66ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1372
-0
lines changed

css/7day.css

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
.pre7 {
2+
margin-top: 15px;
3+
width: 100%;
4+
flex-wrap: nowrap;
5+
white-space: nowrap;
6+
overflow-x: scroll;
7+
margin-bottom: 30px;
8+
padding-bottom: 10px;
9+
border-bottom: 1px solid #f4f4f4;
10+
overflow-x: scroll
11+
/* background-color: red; */
12+
}
13+
.pre7::-webkit-scrollbar {
14+
display: none;
15+
}
16+
.pre7u::-webkit-scrollbar {
17+
display: none;
18+
}
19+
.pre7d::-webkit-scrollbar {
20+
display: none;
21+
}
22+
.pre7 .pre7u {
23+
display: flex;
24+
height: 100px;
25+
flex-wrap: nowrap;
26+
white-space: nowrap;
27+
margin-bottom: 30px;
28+
border-bottom: 1px solid #f4f4f4;
29+
overflow-y: hidden;
30+
}
31+
.pre7 .pre7u .pre7u_innder {
32+
display: flex;
33+
flex-shrink: 0;
34+
width: 60px;
35+
height: 100px;
36+
flex-wrap: wrap;
37+
background-color: #f4f4f4;
38+
justify-content: center;
39+
align-items: center;
40+
}
41+
.pre7 .pre7u .pre7u_innder ._7inner1u{
42+
display: flex;
43+
align-items: center;
44+
justify-content: center;
45+
font-size: 12px;
46+
color: #b2b2b2;
47+
width: 60px;
48+
}
49+
.pre7 .pre7u .pre7u_innder ._7inner2u{
50+
display: flex;
51+
align-items: center;
52+
justify-content: center;
53+
width: 60px;
54+
}
55+
.pre7 .pre7u .pre7u_innder ._7inner2u img{
56+
width: 24px;
57+
}
58+
.pre7 .pre7u .pre7u_innder ._7inner3u{
59+
display: flex;
60+
align-items: center;
61+
justify-content: center;
62+
font-size: 14px;
63+
color: #b2b2b2;
64+
width: 60px;
65+
}
66+
67+
68+
69+
70+
.pre7 .pre7d {
71+
display: flex;
72+
height: 100px;
73+
flex-wrap: nowrap;
74+
white-space: nowrap;
75+
margin-bottom: 30px;
76+
margin-top: -20px;
77+
border-bottom: 1px solid #f4f4f4;
78+
overflow-y: hidden;
79+
}
80+
.pre7 .pre7d .pre7d_innder {
81+
display: flex;
82+
flex-shrink: 0;
83+
width: 60px;
84+
height: 100px;
85+
flex-wrap: wrap;
86+
background-color: #f4f4f4;
87+
justify-content: center;
88+
align-items: center;
89+
}
90+
.pre7 .pre7d .pre7d_innder ._7inner1d{
91+
display: flex;
92+
align-items: center;
93+
justify-content: center;
94+
font-size: 12px;
95+
color: #b2b2b2;
96+
width: 60px;
97+
}
98+
.pre7 .pre7d .pre7d_innder ._7inner2d{
99+
display: flex;
100+
align-items: center;
101+
justify-content: center;
102+
width: 60px;
103+
}
104+
.pre7 .pre7d .pre7d_innder ._7inner2d img{
105+
width: 24px;
106+
}
107+
.pre7 .pre7d .pre7d_innder ._7inner3d{
108+
display: flex;
109+
align-items: center;
110+
justify-content: center;
111+
font-size: 14px;
112+
color: #b2b2b2;
113+
width: 60px;
114+
}

css/backbox.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.backbox {
2+
position: relative;
3+
}
4+
.backbox .bb1 {
5+
position: absolute;
6+
margin-top: 25px;
7+
z-index: -1;
8+
}
9+
.backbox .bb2 {
10+
position: absolute;
11+
margin-top: 25px;
12+
z-index: -1;
13+
}
14+
.backbox .bb3 {
15+
position: absolute;
16+
margin-top: 24px;
17+
z-index: -2;
18+
}
19+
.backbox .bb4 {
20+
position: absolute;
21+
margin-top: -144px;
22+
z-index: -3;
23+
}

css/bottom.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.bottom {
2+
height: 190px;
3+
margin-top: -25px;
4+
width: 100%;
5+
display: flex;
6+
flex-direction: column;
7+
flex-wrap: wrap;
8+
overflow-x: scroll;
9+
}
10+
.bottom::-webkit-scrollbar {
11+
display: none;
12+
}
13+
.botli {
14+
display: flex;
15+
height: 94px;
16+
width: 25%;
17+
flex-wrap: wrap;
18+
align-items: center;
19+
justify-content: center;
20+
border-right: 1px solid #e6e6e6;
21+
border-bottom: 1px solid #e6e6e6;
22+
}
23+
.botli div {
24+
display: flex;
25+
width: 100%;
26+
font-size: 12px;
27+
color: #999;
28+
align-items: center;
29+
justify-content: center;
30+
}
31+
.botli img {
32+
margin-top: 15px;
33+
width: 24px;
34+
}
35+
.botli .advice {
36+
font-size: 14px;
37+
margin-top: 5px;
38+
margin-bottom: -5px;
39+
color: #434343;
40+
}

css/header.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
.main {
2+
padding-top: 6px;
3+
height: 465px;
4+
background-color: #69cbf3;
5+
opacity:0.8;
6+
}
7+
.header{
8+
display: flex;
9+
align-items: center;
10+
height: 40px;
11+
width: 100%;
12+
}
13+
.h_return {
14+
display: flex;
15+
flex: 1;
16+
align-items: center;
17+
height: 40px;
18+
}
19+
.h_position {
20+
display: flex;
21+
align-items: center;
22+
justify-content: space-between;
23+
flex: 3;
24+
height: 40px;
25+
}
26+
.h_position .h_inner{
27+
display: flex;
28+
align-items: center;
29+
}
30+
.h_position .h_inner img {
31+
margin-top: 5px;
32+
width: 17px;
33+
}
34+
.h_position .h_inner div {
35+
margin-left: 75px;
36+
}
37+
.h_position .h_inner span {
38+
color: aliceblue;
39+
margin-left: 10px;
40+
font-size: 17px;
41+
}
42+
.h_share {
43+
display: flex;
44+
align-items: center;
45+
flex: 1;
46+
height: 40px;
47+
}
48+
.header .h_return img {
49+
width: 28px;
50+
margin-left: 2px;
51+
}
52+
.header .h_share img {
53+
width: 28px;
54+
margin-left: 38px;
55+
}

css/pre24.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.pre24{
2+
display: flex;
3+
margin-top: 125px;
4+
height: 100px;
5+
width: 100%;
6+
flex-wrap: nowrap;
7+
white-space: nowrap;
8+
overflow-x: scroll;
9+
margin-bottom: 30px;
10+
padding-bottom: 10px;
11+
border-bottom: 1px solid #f4f4f4;
12+
}
13+
.pre24::-webkit-scrollbar {
14+
display: none;
15+
}
16+
.pre24 .pre24_innder {
17+
display: flex;
18+
flex-shrink: 0;
19+
width: 56px;
20+
height: 100px;
21+
flex-wrap: wrap;
22+
background-color: #f4f4f4;
23+
justify-content: center;
24+
align-items: center;
25+
}
26+
.pre24 .pre24_innder div {
27+
display: flex;
28+
width: 56px;
29+
flex-wrap: wrap;
30+
justify-content: center;
31+
align-items: center;
32+
}
33+
.pre24 .pre24_innder div img{
34+
width: 24px;
35+
}
36+
.pre24 .pre24_innder ._24inner1 {
37+
font-size: 12px;
38+
color: #999;
39+
}
40+
41+
.pre24 .pre24_innder ._24inner3 {
42+
font-size: 14px;
43+
color: #999;
44+
}

css/report.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.report {
2+
display: flex;
3+
position: relative;
4+
top:148px;
5+
width: 100%;
6+
height: 90px;
7+
font-size: 13px;
8+
align-items: center;
9+
border-bottom: 1px solid #e4e4e4
10+
}
11+
.report ._rtoday {
12+
flex: 1;
13+
height: 100%;
14+
padding: 25px;
15+
}
16+
.report ._rtoday .tdu {
17+
display: flex;
18+
align-items: center;
19+
margin-bottom: 25px;
20+
justify-content: space-between;
21+
}
22+
.report ._rtoday .tdd {
23+
display: flex;
24+
align-items: center;
25+
justify-content: space-between;
26+
}
27+
.report ._rtoday .tdd img {
28+
width: 22px;
29+
}
30+
.report ._rtomor {
31+
flex: 1;
32+
height: 100%;
33+
padding: 25px;
34+
}
35+
.report ._rtomor .tdu {
36+
display: flex;
37+
align-items: center;
38+
margin-bottom: 25px;
39+
justify-content: space-between;
40+
}
41+
.report ._rtomor .tdd {
42+
display: flex;
43+
align-items: center;
44+
justify-content: space-between;
45+
}
46+
.report ._rtomor .tdd img {
47+
width: 22px;
48+
}

css/reset.css

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/* CSS Reset */
2+
3+
/* 基本样式重置 */
4+
html,
5+
body,
6+
ul,
7+
ol {
8+
margin: 0;
9+
padding: 0;
10+
}
11+
12+
body {
13+
line-height: 1.5;
14+
font-family: Arial, sans-serif;
15+
background-color: #F4F4F4;
16+
}
17+
18+
/* 列表样式重置 */
19+
ul,
20+
ol {
21+
list-style: none;
22+
}
23+
24+
/* 链接样式重置 */
25+
a {
26+
text-decoration: none;
27+
color: inherit;
28+
}
29+
30+
/* 表格样式重置 */
31+
table {
32+
border-collapse: collapse;
33+
border-spacing: 0;
34+
}
35+
36+
/* 图像样式重置 */
37+
img {
38+
max-width: 100%;
39+
height: auto;
40+
}
41+
42+
/* 输入框样式重置 */
43+
input,
44+
textarea,
45+
button {
46+
border: none;
47+
outline: none;
48+
background: none;
49+
}
50+
51+
/* 按钮样式重置 */
52+
button {
53+
cursor: pointer;
54+
}
55+
56+
/* 添加其他自定义的重置样式 */
57+
canvas {
58+
overflow-x: scroll !important;
59+
}
60+
#canvasOuter::-webkit-scrollbar {
61+
display: none;
62+
}

0 commit comments

Comments
 (0)