|
@@ -12,7 +12,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="bottomLogo"></view>
|
|
<view class="bottomLogo"></view>
|
|
|
</view>
|
|
</view>
|
|
|
- <text class="bottomText">彩图奔跑定向APP</text>
|
|
|
|
|
|
|
+ <text class="bottomText">© 彩图奔跑 All Rights Reserved.</text>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -87,8 +87,8 @@
|
|
|
width: 100vw;
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
background: url("/static/bg_login.png") no-repeat;
|
|
background: url("/static/bg_login.png") no-repeat;
|
|
|
- background-size: contain;
|
|
|
|
|
- /* background-size: 100% 100%; */
|
|
|
|
|
|
|
+ /* background-size: contain; */
|
|
|
|
|
+ background-size: 100% auto;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -107,6 +107,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
.title {
|
|
|
|
|
+ margin: 10px 0px;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
@@ -150,6 +151,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bottomLogo {
|
|
.bottomLogo {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
width: 232px;
|
|
width: 232px;
|
|
|
height: 36px;
|
|
height: 36px;
|
|
|
background: url("/static/ctbp.png") no-repeat;
|
|
background: url("/static/ctbp.png") no-repeat;
|