You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.8 KiB
113 lines
2.8 KiB
|
|
.license-number .item {
|
|
width: 64rpx;
|
|
height: 72rpx;
|
|
line-height: 72rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #999590;
|
|
border-radius: 8rpx;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.license-number .item.item-new-energy {
|
|
line-height: 1em;
|
|
display: flex;
|
|
align-items: center;
|
|
border: 1rpx dashed #999590;
|
|
}
|
|
.license-number .item.item-new-energy .ico {
|
|
line-height: 1em;
|
|
font-size: 36rpx;
|
|
margin-bottom: -5rpx;
|
|
color: #777;
|
|
}
|
|
.license-number .item.item-new-energy .tit {
|
|
font-size: 12px;
|
|
transform: scale(0.7);
|
|
color: #777;
|
|
}
|
|
|
|
.license-number .item.active {
|
|
border: 1rpx solid #008AFF;
|
|
color:#008AFF;
|
|
}
|
|
|
|
.license-number .item.item-dot {
|
|
border: none;
|
|
width: auto;
|
|
padding: 0 6rpx;
|
|
}
|
|
.license-number .item.item-dot .dot {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background: #a09c96;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.kb-keyboard {
|
|
padding: 6rpx;
|
|
position: relative;
|
|
}
|
|
.flex-brick {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
.kb-keyboard-action {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
bottom: 6rpx;
|
|
right: 6rpx;
|
|
}
|
|
.kb-keyboard_td {
|
|
color: #1e1e1e;
|
|
box-shadow: 1rpx 1rpx 1rpx #919191;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: calc((100vw - 12rpx) / 10 - 12rpx);
|
|
font-size: 18px;
|
|
height: 48px;
|
|
margin: 6rpx;
|
|
border-radius:5px;
|
|
}
|
|
|
|
.kb-keyboard_td.disabled {
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.kb-keyboard_td:active {
|
|
background: #f2f2f2;
|
|
}
|
|
.kb-keyboard__del {
|
|
align-self: flex-end;
|
|
width: calc(((100vw - 12rpx) / 10 - 12rpx) * 1.8);
|
|
height: 48px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-right: 1rpx;
|
|
}
|
|
.kb-keyboard__del .ico-del {
|
|
width: 44rpx;
|
|
height: 30rpx;
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAclBMVEUAAAAwMDAxMTEMDAwpKSkpKSkwMDAqKioxMTExMTEpKSkqKiokJCQpKSkpKSkqKioqKioqKioqKioqKiopKSkoKCgoKCgnJycqKioqKioqKioqKioqKioqKioqKiorKysrKysoKCgqKioAAAAlJSUqKipvWYGQAAAAJXRSTlMA/lcC+OyZhmk+lioH8OXd1MlOPzQZDCDcvr2ysaWjajsTEgEiwq/YugAAAM9JREFUOMud1McWgyAQBdABKxp7S+/v/38xDUPAY/DwNs7iLoQZhoycCswkiFY69RL8SaTbA/yaZnJGQD9Z7ZA1NBuAVPoNgpaW4UuFPKVluCuxHmgZHgqUnTxmHAqSEWHsTXCao7rKOmaM8U/Jn2Vs4jbAtieZkL30aFlo4CbDXrVHsLeWlgkd1z6O3teOiMsPaZj7SG5EE62swqkvm25qZRWOkNAkfLTu2P4bzge0X51rU+ztdh0kmbtlRC3D7/Cs3B+s6yqwLxnX9WVfjA8P3SLCPZZ7QgAAAABJRU5ErkJggg==);
|
|
background-size: 100% 100%;
|
|
}
|
|
.kb-keyboard__finished {
|
|
width: calc(((100vw - 12rpx) / 10 - 12rpx) * 1.8);
|
|
}
|
|
|
|
|
|
@keyframes breath {
|
|
from {
|
|
border-color:rgba(11, 245, 183, 0.3);
|
|
}
|
|
40% { border-color: #0bf5b7c2; }
|
|
60% { border-color: #0bf5b7c2; }
|
|
to { border-color: rgba(11, 245, 183, 0.3); }
|
|
}
|