java-mall-app/unpackage/dist/dev/mp-weixin/member/member/cwx-keyboard/cwx-keyboard.wxss
2025-12-12 17:04:03 +08:00

98 lines
1.8 KiB
Plaintext

.cell_b.data-v-72894ab1 {
border-right: 1px solid #d5d5d6;
border-bottom: 1px solid #d5d5d6;
}
.key-container.data-v-72894ab1 {
width: 100%;
display: flex;
flex-direction: column;
}
.keyboard.data-v-72894ab1 {
flex: 1;
position: fixed;
bottom: 0;
left: 0;
height: 40vh;
width: 100%;
background: #FFFFFF;
}
.keyboard .key-row.data-v-72894ab1 {
display: flex;
display: -webkit-flex;
position: relative;
height: 10vh;
line-height: 10vh;
}
.keyboard .key-cell.data-v-72894ab1 {
flex: 1;
-webkit-box-flex: 1;
font-size: 60rpx;
display: flex;
justify-content: center;
align-items: center;
}
.keyboard .key-confirm.data-v-72894ab1 {
position: absolute;
text-align: center;
height: 30vh;
width: 25%;
line-height: 30vh;
color: #FFFFFF;
z-index: 5;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
.keyboard .key-confirm2.data-v-72894ab1 {
position: absolute;
height: 10vh;
width: 25%;
line-height: 10vh;
z-index: 9999;
right: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.key-zero-and-point.data-v-72894ab1 {
display: flex;
height: 10vh;
justify-content: center;
align-items: center;
width: 75%;
font-size: 60rpx;
}
.key-zero-and-point .zero.data-v-72894ab1 {
display: flex;
justify-content: center;
align-items: center;
width: 66.66%;
font-size: 60rpx;
text-align: center;
height: 100%;
}
.key-zero-and-point .point.data-v-72894ab1 {
display: flex;
justify-content: center;
align-items: center;
width: 33.33%;
font-size: 60rpx;
text-align: center;
height: 100%;
}
.key-cell.data-v-72894ab1:active {
color: white;
background: black;
opacity: 0.1;
}
.a.data-v-72894ab1:active,
.key-confirm2.data-v-72894ab1:active {
color: white;
background: black;
opacity: 0.1;
}