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 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 = {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
|
|
@ -2242,8 +2247,7 @@ export const Feature31DataSource = {
|
|||
children: {
|
||||
icon: {
|
||||
className: "content3-icon",
|
||||
children:
|
||||
"https://zos.alipayobjects.com/rmsportal/ScHBSdwpTkAHZkJ.png",
|
||||
children: fivestars,
|
||||
},
|
||||
textWrapper: { className: "content3-text" },
|
||||
title: {
|
||||
|
|
@ -2280,8 +2284,7 @@ export const Feature31DataSource = {
|
|||
children: {
|
||||
icon: {
|
||||
className: "content3-icon",
|
||||
children:
|
||||
"https://zos.alipayobjects.com/rmsportal/NKBELAOuuKbofDD.png",
|
||||
children: shijia,
|
||||
},
|
||||
textWrapper: { className: "content3-text" },
|
||||
title: {
|
||||
|
|
@ -2313,8 +2316,7 @@ export const Feature31DataSource = {
|
|||
children: {
|
||||
icon: {
|
||||
className: "content3-icon",
|
||||
children:
|
||||
"https://zos.alipayobjects.com/rmsportal/xMSBjgxBhKfyMWX.png",
|
||||
children: wujia,
|
||||
},
|
||||
textWrapper: { className: "content3-text" },
|
||||
title: {
|
||||
|
|
@ -2348,8 +2350,7 @@ export const Feature31DataSource = {
|
|||
children: {
|
||||
icon: {
|
||||
className: "content3-icon",
|
||||
children:
|
||||
"https://zos.alipayobjects.com/rmsportal/MNdlBNhmDBLuzqp.png",
|
||||
children: jingpinhuodong,
|
||||
},
|
||||
textWrapper: { className: "content3-text" },
|
||||
title: {
|
||||
|
|
@ -2382,8 +2383,7 @@ export const Feature31DataSource = {
|
|||
children: {
|
||||
icon: {
|
||||
className: "content3-icon",
|
||||
children:
|
||||
"https://zos.alipayobjects.com/rmsportal/UsUmoBRyLvkIQeO.png",
|
||||
children: gongyi,
|
||||
},
|
||||
textWrapper: { className: "content3-text" },
|
||||
title: {
|
||||
|
|
|
|||
|
|
@ -21,10 +21,10 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
& img {
|
||||
border: 1px solid #000;
|
||||
border: 1px solid gray;
|
||||
-moz-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');
|
||||
}
|
||||
.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