登录页面添加客服电话
This commit is contained in:
parent
f8db549bcf
commit
08a80eaa8d
|
|
@ -110,6 +110,9 @@
|
|||
:loading="showDownload"
|
||||
color="#000"
|
||||
:loading-text="`下载中,请稍后...${percent}%`"></u-loading-page>
|
||||
<view class="phoneType">
|
||||
{{"客服电话:055162573713"}}
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
@ -453,6 +456,14 @@
|
|||
color: #3c87f3;
|
||||
}
|
||||
}
|
||||
.phoneType {
|
||||
position: absolute;
|
||||
top: 650px; /* 距离页面顶部100像素的位置 */
|
||||
left: 140px;
|
||||
font-weight: bold;
|
||||
color:blueviolet;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.switch-log {
|
||||
width: 80%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue