样式修改

This commit is contained in:
978184212@qq.com 2025-11-21 19:16:01 +08:00
parent b5cd18e351
commit a3a932bd7e
2 changed files with 9 additions and 3 deletions

View File

@ -8,11 +8,11 @@
</view> </view>
<view class="loginpage"> <view class="loginpage">
<view class="hydl"> <view class="hydl">
欢迎登录 <image class="hydlimg" src="../../static/login_fxmywr_icon_hi.png" mode=""></image>欢迎登录
</view> </view>
<view class="wel"> <!-- <view class="wel">
Welcome to login Welcome to login
</view> </view> -->
<view class="pages"> <view class="pages">
<view class="cu-form-group margin-top" :class="[shape=='round'?'round':'']"> <view class="cu-form-group margin-top" :class="[shape=='round'?'round':'']">
<text class="cuIcon-people margin-right-xs" style="color: #3e8eff;"></text> <text class="cuIcon-people margin-right-xs" style="color: #3e8eff;"></text>
@ -302,6 +302,12 @@ page {
margin-bottom: 30rpx; margin-bottom: 30rpx;
font-weight: bold; font-weight: bold;
} }
.hydlimg{
width: 49rpx;
height: 49rpx;
float: left;
margin-right: 20rpx;
}
.wel { .wel {
color: #7e7e80; color: #7e7e80;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 73 KiB