Browse Source

复测结束

chenzhen/feature-20251107115823-股票知识测评
chenzhen 2 months ago
parent
commit
b0effbcf35
  1. 14
      src/views/BuyView.vue
  2. 15
      src/views/HomeView.vue

14
src/views/BuyView.vue

@ -24,19 +24,19 @@ export default{
</script>
<style scoped>
.home{
position: relative;
width: 100%;
height: 100%;
background-image: url('@/assets/buy.jpg');
color: white;
padding: 20px;
}
.enter{
position: relative;
top: 45px;
left: 360px;
background-size: cover;
}
.img1{
width: 70px;
height: 60px;
position: absolute;
top: 6.5vh;
left: 39vh;
width: 8vh;
height: 7vh;
}
</style>

15
src/views/HomeView.vue

@ -23,9 +23,9 @@ export default {
// jwcode:90098891,//
// jwcode:90098892,//
// jwcode:90098893,//
jwcode:90098894,//
// jwcode:90098898,//
// jwcode:90098899,//
// jwcode:90098894,//
// jwcode:90098898,//
jwcode:90098899,//
// jwcode:90098900,//
// jwcode:90098901,//
// jwcode:90098902,//
@ -72,12 +72,11 @@ export default {
.image {
position: fixed;
width: 200px;
min-height: 160px;
max-height: 160px;
width: 21vh;
height: 18vh;
object-fit: contain;
bottom: 70px;
left: 682px;
top: 76%;
left: 35.57%;
/* left: 35.5%; */
}

Loading…
Cancel
Save