修改首页样式和手动绑定字段名
This commit is contained in:
@@ -41,10 +41,24 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.loginBtn {
|
||||
.loginBtn, .company {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
.company {
|
||||
font-size: 32rpx;
|
||||
|
||||
display: flex;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.companyName {
|
||||
max-width:300rpx;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.rechargeWrapper {
|
||||
background: linear-gradient(to bottom, var(--middle-green), #fff );
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user