@@ -200,7 +200,7 @@ page {
// background-image:linear-gradient(124deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
background-color: #D6D6D6;
box-sizing: border-box;
- z-index: 9;
+ z-index: 11;
font-family: "Verdana Bold";
font-weight: 700;
font-size: 30px;
@@ -327,4 +327,18 @@ page {
width: 40px;
height: 39px;
}
+}
+@media screen and (max-height: 750px){
+ .master-pic{
+ height:850px!important;
+ }
+ .bottom-view{
+ height: calc(100vh - 790px)!important;
+ .question{
+ bottom: 140px!important;
+ .bottom-btn{
+ bottom: 30px!important;
@@ -104,6 +104,11 @@ page {
.tab-content{
position: absolute;
+ .tab-content::-webkit-scrollbar {
+ width: 0;
+ height: 0;
+ color: transparent;
.tab-item{
// width:190px;
width:max-content;
@@ -279,4 +284,20 @@ page {
background: #0b0c0b;
color: #fff7eb;
+::-webkit-scrollbar {
+ margin-top: 102px!important;
+ bottom: 150px!important;
+ bottom: 38px!important;
@@ -103,11 +103,11 @@
</div>
<div class="bottom-view rows rows-between" v-else>
<div class="btn columns" @click="share">
- <i class="iconfont icon-Shared"></i>
+ <i class="iconfont icon-Shared rows"></i>
分享
<div class="btn columns" @click="conectUS">
- <i class="iconfont icon-Comment"></i>
+ <i class="iconfont icon-Comment rows"></i>
联系我们
<div class="btn1 btn-qw rows justify-center" style="margin-right: 0px;" @click="toIndex">
@@ -384,10 +384,16 @@ page {
position: fixed;
width: 100%;
padding: 0px 30px;
+ padding-top: 20px;
+ padding-bottom: 50px;
left: 0px;
- bottom: 50px;
+ bottom: 0px;
z-index: 3;
+ font-size: 0px;
+ background-image: url('https://dm.static.elab-plus.com/miniProgram/rxdz_btn_bg.png');
+ background-repeat: no-repeat;
+ background-size: cover;
.bottom-btn{
width: 290px;
height: 80px;