|
|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<div :class="action != 1 ? 'meta_domain_nameOne' : 'meta_domain_nameTwo'" class="meta_domain_name">
|
|
|
- <van-sticky ref="top" :offset-top="action == 1 ? '' : '0'">
|
|
|
+ <van-sticky ref="top" :offset-top="action == 1 ? '' : '0'" :class=" action == 3 ?'learn_more_bg':''">
|
|
|
<div
|
|
|
- :class="action != 1 ? 'meta_domain_name_tops' : ''"
|
|
|
+ :class=" action == 3 ?'meta_domain_name_tops':''"
|
|
|
class="meta_domain_name_top"
|
|
|
:style="{ height: heightNumber }"
|
|
|
>
|
|
|
@@ -569,7 +569,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.learn_more_img {
|
|
|
- margin-top: 20px;
|
|
|
+ // margin-top: 20px;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
@@ -687,7 +687,8 @@ export default {
|
|
|
position: relative;
|
|
|
|
|
|
.meta_domain_name_tops {
|
|
|
- background: #030001;
|
|
|
+ // background: #030001;
|
|
|
+ padding-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.meta_domain_name_top {
|
|
|
@@ -1156,4 +1157,7 @@ export default {
|
|
|
/deep/.van-sticky--fixed {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
+/deep/ .learn_more_bg{
|
|
|
+ background: linear-gradient(90deg, #1B0222 0%, #23042E 100%, #23042E 100%) !important;
|
|
|
+}
|
|
|
</style>
|