@@ -256,13 +256,15 @@ export default {
<style lang="scss">
#material_child1 {
- width: 1270px;
- height: 750px;
+ width: 1920px;
+ height: 1080px;
+ background-image: url('../../../assets/materialImg/materialBack.png');
+ background-size: cover;
.material_title {
position: absolute;
top: 31px;
- left: 50%
+ left: 860px
}
.material_btn {
@@ -249,13 +249,15 @@ export default {