xujing 5 anos atrás
pai
commit
71ac5b4f56
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/pages/Index.jsx

+ 2
- 2
src/pages/Index.jsx Ver arquivo

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