样式修改
This commit is contained in:
parent
b5cd18e351
commit
a3a932bd7e
|
|
@ -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 |
Loading…
Reference in New Issue