微信小程序端登录和头像调整
This commit is contained in:
@@ -47,16 +47,20 @@
|
||||
color: var(--color-heritage-red);
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.redeem-input-placeholder {
|
||||
color: var(--color-subtle-gray);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* 小程序原生 input:text-align 需落到组件自身与内部节点 */
|
||||
.redeem-input,
|
||||
.redeem-input input,
|
||||
.redeem-input .taro-input,
|
||||
.redeem-input .weui-input {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
height: 52px !important;
|
||||
min-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
@@ -65,8 +69,8 @@
|
||||
box-sizing: border-box !important;
|
||||
font-size: 24px !important;
|
||||
font-weight: 700 !important;
|
||||
line-height: normal !important;
|
||||
color: inherit;
|
||||
line-height: 52px !important;
|
||||
color: var(--color-heritage-red);
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user