|
@@ -76,7 +76,7 @@ const index = (props) => {
|
76
|
76
|
position: 'relative',
|
77
|
77
|
top: '-24px',
|
78
|
78
|
left: '-24px',
|
79
|
|
- backgroundImage: `url('` + bgImg + `')`,
|
|
79
|
+ backgroundImage: 'url(https://njcj.oss-cn-shanghai.aliyuncs.com/images/picture.png)',
|
80
|
80
|
backgroundRepeat: 'no-repeat',
|
81
|
81
|
backgroundSize: '100% 100%',
|
82
|
82
|
}} >
|
|
@@ -100,7 +100,7 @@ const index = (props) => {
|
100
|
100
|
margin: '0 auto',
|
101
|
101
|
paddingBottom: '0.66rem',
|
102
|
102
|
position: 'relative',
|
103
|
|
- backgroundImage: `url('` + borderImg + `')`,
|
|
103
|
+ backgroundImage: 'url(https://njcj.oss-cn-shanghai.aliyuncs.com/images/border.png)',
|
104
|
104
|
backgroundRepeat: 'no-repeat',
|
105
|
105
|
backgroundSize: '100% 100%',
|
106
|
106
|
paddingTop: '0.12rem'
|