|
|
@@ -118,10 +118,12 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
.mine {
|
|
|
- height: calc(100vh - 50px);
|
|
|
+ min-height: calc(100vh - 30px);
|
|
|
margin: 50px 0 0;
|
|
|
background: url('~@/assets/images/index/fl.jpg') no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-color: #181324;
|
|
|
+
|
|
|
.head {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
@@ -152,19 +154,19 @@ export default {
|
|
|
font-size: 22px;
|
|
|
font-weight: 600;
|
|
|
text-shadow: 1.5px 1.5px 0px #5b58e7;
|
|
|
- padding: 34% 0 14%;
|
|
|
+ padding: 36% 0 15%;
|
|
|
}
|
|
|
.sp {
|
|
|
letter-spacing: 4px;
|
|
|
}
|
|
|
.t1 {
|
|
|
- padding: 22% 60px 17% 0;
|
|
|
+ padding: 29% 60px 20% 0;
|
|
|
}
|
|
|
.tip {
|
|
|
font-size: 10px;
|
|
|
letter-spacing: 1.1px;
|
|
|
text-align: center;
|
|
|
- padding-top: 20px;
|
|
|
+ padding: 20px 0 20px;
|
|
|
.tt {
|
|
|
font-size: 12px;
|
|
|
font-weight: bold;
|
|
|
@@ -289,4 +291,7 @@ export default {
|
|
|
align-items: center;
|
|
|
}
|
|
|
}
|
|
|
+.size {
|
|
|
+ // background-size: 100% 100%;
|
|
|
+}
|
|
|
</style>
|