Logo white

BJ_web_developers / wxgzh

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wxgzh
  • src
  • views
  • service
  • development.vue
  • 黄石周边服务
    ef88324f
    刘淇 authored
    2022-04-07 09:40:21 +0800  
    Browse Code »
development.vue 330 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<template>

    <div class="developmentBg"></div>



</template>

<script>
export default {
  name: "development"
};
</script>

<style scoped>
.developmentBg{
  width: 100%;
  height: 100%;
  background:#fff url("../../assets/images/service/development.jpeg") no-repeat center center;
  background-size: 332px  338px ;
}
</style>