You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.2 KiB
Plaintext

9 months ago
.cy-passwd-back {
position: absolute;
z-index: 9999;
width: 750rpx;
height: 380rpx;
bottom: 520rpx;
background-color: #eee;
}
.cy-passwd-title {
width: 750rpx;
height: 100rpx;
border-bottom: 1px solid gainsboro;
font-size: 16px;
background-color: white;
}
.cy-consume-money {
width: 750rpx;
height: 100rpx;
font-size: 20px;
font-weight: 450;
background-color: white;
}
.cy-passwd-content{
width: 100%;
height: 150rpx;
background-color: white;
}
.cy-passwd-num {
margin-left: 15rpx;
width: 720rpx;
height: 100rpx;
border-radius: 8rpx;
border: 1px solid gainsboro;
background-color: white;
}
.cy-passwd {
width: 120rpx;
height: 100%;
float: left;
font-size: 16px;
font-weight: bolder;
}
.cy-right-border {
box-sizing: border-box;
border-right: 1px solid gainsboro;
}
.cy-passwd-keyboard {
position: fixed;
width: 100%;
height: 520rpx;
bottom: 0rpx;
z-index: 9999;
background-color: gainsboro;
}
.cy-keyboard {
width: 250rpx;
height: 130rpx;
float: left;
border-right: 1px solid gainsboro;
border-bottom: 1px solid gainsboro;
box-sizing: border-box;
font-size: 20px;
font-weight: 45rpx;
background-color: white;
}