add some icons
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2ac0198bf2
commit
26b74ab149
|
|
@ -34,6 +34,11 @@ import qrbilibili from "../picture/qr-bilibili.jpg";
|
||||||
import qrqq from "../picture/qr-qq.jpg";
|
import qrqq from "../picture/qr-qq.jpg";
|
||||||
import beian from "../picture/beian.png";
|
import beian from "../picture/beian.png";
|
||||||
|
|
||||||
|
import fivestars from "../picture/fivestars.png";
|
||||||
|
import shijia from "../picture/shijiashetuan.png";
|
||||||
|
import wujia from "../picture/wujiakecheng.png";
|
||||||
|
import gongyi from "../picture/gongyi.png";
|
||||||
|
import jingpinhuodong from "../picture/huodong.png";
|
||||||
const style_qrtest = {
|
const style_qrtest = {
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
|
|
@ -2242,8 +2247,7 @@ export const Feature31DataSource = {
|
||||||
children: {
|
children: {
|
||||||
icon: {
|
icon: {
|
||||||
className: "content3-icon",
|
className: "content3-icon",
|
||||||
children:
|
children: fivestars,
|
||||||
"https://zos.alipayobjects.com/rmsportal/ScHBSdwpTkAHZkJ.png",
|
|
||||||
},
|
},
|
||||||
textWrapper: { className: "content3-text" },
|
textWrapper: { className: "content3-text" },
|
||||||
title: {
|
title: {
|
||||||
|
|
@ -2280,8 +2284,7 @@ export const Feature31DataSource = {
|
||||||
children: {
|
children: {
|
||||||
icon: {
|
icon: {
|
||||||
className: "content3-icon",
|
className: "content3-icon",
|
||||||
children:
|
children: shijia,
|
||||||
"https://zos.alipayobjects.com/rmsportal/NKBELAOuuKbofDD.png",
|
|
||||||
},
|
},
|
||||||
textWrapper: { className: "content3-text" },
|
textWrapper: { className: "content3-text" },
|
||||||
title: {
|
title: {
|
||||||
|
|
@ -2313,8 +2316,7 @@ export const Feature31DataSource = {
|
||||||
children: {
|
children: {
|
||||||
icon: {
|
icon: {
|
||||||
className: "content3-icon",
|
className: "content3-icon",
|
||||||
children:
|
children: wujia,
|
||||||
"https://zos.alipayobjects.com/rmsportal/xMSBjgxBhKfyMWX.png",
|
|
||||||
},
|
},
|
||||||
textWrapper: { className: "content3-text" },
|
textWrapper: { className: "content3-text" },
|
||||||
title: {
|
title: {
|
||||||
|
|
@ -2348,8 +2350,7 @@ export const Feature31DataSource = {
|
||||||
children: {
|
children: {
|
||||||
icon: {
|
icon: {
|
||||||
className: "content3-icon",
|
className: "content3-icon",
|
||||||
children:
|
children: jingpinhuodong,
|
||||||
"https://zos.alipayobjects.com/rmsportal/MNdlBNhmDBLuzqp.png",
|
|
||||||
},
|
},
|
||||||
textWrapper: { className: "content3-text" },
|
textWrapper: { className: "content3-text" },
|
||||||
title: {
|
title: {
|
||||||
|
|
@ -2382,8 +2383,7 @@ export const Feature31DataSource = {
|
||||||
children: {
|
children: {
|
||||||
icon: {
|
icon: {
|
||||||
className: "content3-icon",
|
className: "content3-icon",
|
||||||
children:
|
children: gongyi,
|
||||||
"https://zos.alipayobjects.com/rmsportal/UsUmoBRyLvkIQeO.png",
|
|
||||||
},
|
},
|
||||||
textWrapper: { className: "content3-text" },
|
textWrapper: { className: "content3-text" },
|
||||||
title: {
|
title: {
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
& img {
|
& img {
|
||||||
border: 1px solid #000;
|
border: 1px solid gray;
|
||||||
-moz-box-shadow: 3px 3px 4px #000;
|
-moz-box-shadow: 3px 3px 4px #000;
|
||||||
-webkit-box-shadow: 3px 3px 4px #000;
|
-webkit-box-shadow: 3px 3px 4px #000;
|
||||||
box-shadow: 3px 3px 4px #000;
|
box-shadow: 3px 3px 4px gray;
|
||||||
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');
|
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');
|
||||||
}
|
}
|
||||||
.page-pro();
|
.page-pro();
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue