|
@@ -21,10 +21,11 @@ page{
|
|
}
|
|
}
|
|
.inner_icon{
|
|
.inner_icon{
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ padding-left: 5px;
|
|
line-height: calc(50rpx + var(--padding) + var(--padding) + 10rpx);
|
|
line-height: calc(50rpx + var(--padding) + var(--padding) + 10rpx);
|
|
/* line-height: 50rpx; */
|
|
/* line-height: 50rpx; */
|
|
text-align: center;
|
|
text-align: center;
|
|
- width:60rpx;
|
|
|
|
|
|
+ width:50rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
right:0rpx;
|
|
right:0rpx;
|
|
top: 0rpx;
|
|
top: 0rpx;
|
|
@@ -34,6 +35,7 @@ page{
|
|
|
|
|
|
.input_type:empty + .default {
|
|
.input_type:empty + .default {
|
|
display: block;
|
|
display: block;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.input_type:empty{
|
|
.input_type:empty{
|
|
display: none;
|
|
display: none;
|