|
@@ -190,6 +190,8 @@ const inputType = ref('password')
|
|
|
<!-- 移动端顶部栏:悬浮在上方,深色文字 -->
|
|
<!-- 移动端顶部栏:悬浮在上方,深色文字 -->
|
|
|
<cwg-match-media :max-width="991">
|
|
<cwg-match-media :max-width="991">
|
|
|
<view class="mobile-header-bar">
|
|
<view class="mobile-header-bar">
|
|
|
|
|
+<!-- <view class="fixed"/>-->
|
|
|
|
|
+
|
|
|
<LoginHeaderGroup text-color="#141d22" icon-color="#141d22" />
|
|
<LoginHeaderGroup text-color="#141d22" icon-color="#141d22" />
|
|
|
</view>
|
|
</view>
|
|
|
</cwg-match-media>
|
|
</cwg-match-media>
|
|
@@ -351,12 +353,13 @@ const inputType = ref('password')
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.mobile-header-bar {
|
|
.mobile-header-bar {
|
|
|
- position: absolute;
|
|
|
|
|
- top: px2rpx(20);
|
|
|
|
|
- right: px2rpx(20);
|
|
|
|
|
|
|
+ //position: absolute;
|
|
|
|
|
+ //top: px2rpx(20);
|
|
|
|
|
+ //right: px2rpx(20);
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ background-color: var(--color-white);
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
}
|
|
}
|
|
|
|
|
|