Skip to content

Commit a6bf81f

Browse files
committed
add theme4
1 parent b1bcaa6 commit a6bf81f

File tree

3 files changed

+49
-28
lines changed

3 files changed

+49
-28
lines changed

public/static/img/theme4.jpg

474 KB
Loading

src/assets/css/themes.styl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,13 @@ $t3-base-color = #6e7786;
2121
background-color: #fff;
2222
margin: 0 auto 20px auto;
2323
padding: 10px 0;
24+
}
25+
26+
.theme4 {
27+
position: relative;
28+
width: 92%;
29+
background-color: #fff;
30+
margin: -50px auto 20px auto;
31+
padding: 10px 0;
32+
box-shadow: 5px 5px 10px 0 rgba(116, 116, 116, 0.6), -5px 5px 10px 0 rgba(116, 116, 116, 0.6);
2433
}

src/assets/json/page-config.json

Lines changed: 40 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,42 @@
11
{
2-
"pageConfig": {
3-
"title": "云忆网络",
4-
"background": "#fff",
5-
"theme": null,
6-
"countId": null
7-
},
8-
"themes": [{
9-
"value": "theme1",
10-
"name": "主题1",
11-
"banner": "static/img/theme1.jpg",
12-
"background": "#4a9bed",
13-
"contentWidth": "100%",
14-
"borderRadius": false
15-
}, {
16-
"value": "theme2",
17-
"name": "主题2",
18-
"banner": "static/img/theme2.jpg",
19-
"background": "#fe7c01",
20-
"contentWidth": "90%",
21-
"borderRadius": true
22-
}, {
23-
"value": "theme3",
24-
"name": "主题3",
25-
"banner": "static/img/theme3.jpg",
26-
"background": "#707988",
27-
"contentWidth": "80%",
28-
"borderRadius": true
29-
}]
2+
"pageConfig": {
3+
"title": "云忆网络",
4+
"background": "#fff",
5+
"theme": null,
6+
"countId": null
7+
},
8+
"themes": [
9+
{
10+
"value": "theme1",
11+
"name": "主题1",
12+
"banner": "static/img/theme1.jpg",
13+
"background": "#4a9bed",
14+
"contentWidth": "100%",
15+
"borderRadius": false
16+
},
17+
{
18+
"value": "theme2",
19+
"name": "主题2",
20+
"banner": "static/img/theme2.jpg",
21+
"background": "#fe7c01",
22+
"contentWidth": "90%",
23+
"borderRadius": true
24+
},
25+
{
26+
"value": "theme3",
27+
"name": "主题3",
28+
"banner": "static/img/theme3.jpg",
29+
"background": "#707988",
30+
"contentWidth": "80%",
31+
"borderRadius": true
32+
},
33+
{
34+
"value": "theme4",
35+
"name": "主题4",
36+
"banner": "static/img/theme4.jpg",
37+
"background": "#ffffff",
38+
"contentWidth": "90%",
39+
"borderRadius": true
40+
}
41+
]
3042
}

0 commit comments

Comments
 (0)