学习首页

main
xy 2 weeks ago
parent 0842ad527e
commit fb96ac2e27
  1. 21
      src/layout/spacePage.vue
  2. 5
      src/layout/studyPage.vue

@ -123,13 +123,14 @@ const handlePasswordClick = () => {
height: 600px; height: 600px;
background: url("../assets/images/space1.png") no-repeat; background: url("../assets/images/space1.png") no-repeat;
transform: skewX(-5deg); transform: skewX(-5deg);
margin-right: -80px; margin-right: -150px;
// flex-direction: column; // flex-direction: column;
background-size: 98%;
h2 { h2 {
position: absolute; position: absolute;
top: 5px; top: 6px;
left: 58%; left: 60%;
transform: translateX(-50%); transform: translateX(-50%);
color: #ededd8; color: #ededd8;
font-size: 16px; font-size: 16px;
@ -141,8 +142,8 @@ const handlePasswordClick = () => {
p { p {
position: absolute; position: absolute;
top: 26%; top: 28%;
left: 52%; left: 55%;
transform: translateX(-50%); transform: translateX(-50%);
color: #fdeda0; color: #fdeda0;
font-size: 20px; font-size: 20px;
@ -157,7 +158,7 @@ const handlePasswordClick = () => {
width: 200px; width: 200px;
height: 55px; height: 55px;
background-color: #e9ddab; background-color: #e9ddab;
margin: 10px auto; margin: 25px auto;
border: none; border: none;
border-radius: 5px; border-radius: 5px;
color: #333; color: #333;
@ -169,17 +170,17 @@ const handlePasswordClick = () => {
.btn1 { .btn1 {
position: absolute; position: absolute;
top: 268px; top: 268px;
left: 28%; left: 31%;
} }
.btn2 { .btn2 {
position: absolute; position: absolute;
left: 24%; left: 26%;
top: 360px; top: 360px;
} }
.btn3 { .btn3 {
position: absolute; position: absolute;
left: 20%; left: 22%;
top: 453px; top: 453px;
} }
} }
@ -200,6 +201,7 @@ const handlePasswordClick = () => {
flex: 1; flex: 1;
background-color: lightgreen; background-color: lightgreen;
background: url("../assets/images/space2.png") no-repeat; background: url("../assets/images/space2.png") no-repeat;
background-size: 98%;
// display: flex; // display: flex;
// justify-content: center; // justify-content: center;
// align-items: center; // align-items: center;
@ -213,6 +215,7 @@ const handlePasswordClick = () => {
// height: 200px; // height: 200px;
background-color: lightcoral; background-color: lightcoral;
background: url("../assets/images/space3.png") no-repeat; background: url("../assets/images/space3.png") no-repeat;
background-size: 98%;
// display: flex; // display: flex;
// justify-content: center; // justify-content: center;
// align-items: center; // align-items: center;

@ -14,7 +14,7 @@
<div class="box" :style="{ backgroundImage: isBox2Clicked ? `url(${btn1})` : `url(${btn2})` }" <div class="box" :style="{ backgroundImage: isBox2Clicked ? `url(${btn1})` : `url(${btn2})` }"
@click="handleBoxClick(2)">学习</div> @click="handleBoxClick(2)">学习</div>
<div class="box" :style="{ backgroundImage: isBox3Clicked ? `url(${btn1})` : `url(${btn2})` }" <div class="box" :style="{ backgroundImage: isBox3Clicked ? `url(${btn1})` : `url(${btn2})` }"
@click="handleBoxClick(3)">仿真实验</div> style="margin-bottom: 80px;" @click="handleBoxClick(3)">仿真实验</div>
</div> </div>
</div> </div>
</template> </template>
@ -125,12 +125,13 @@ const handleBoxClick = (boxNumber) => {
flex-direction: column; flex-direction: column;
.box { .box {
width: 520px; width: 520px;
height: 162px; height: 162px;
// background-color: #007BFF; // background-color: #007BFF;
// background: url("../assets/images/btn2.png") no-repeat; // background: url("../assets/images/btn2.png") no-repeat;
background-repeat: no-repeat; background-repeat: no-repeat;
margin: 10px; margin: 30px 0 0 25px;
cursor: pointer; cursor: pointer;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;

Loading…
Cancel
Save