纸通宝小程序
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.
 

78 lines
1.3 KiB

.box{
display: flex;
align-items: center;
justify-content: space-between;
height: 100rpx;
width: 100%;
top: 0;
left: 0;
z-index: 99;
/* padding: 0 20rpx; */
}
.inputStyle{
position: relative;
display: flex;
align-items: center;
justify-items: center;
background: #f5f5f5;
line-height: 32px;
height: 64rpx;
font-size: 24rpx;
color: #333333;
flex: 1;
overflow: hidden;
margin: 0 30rpx;
}
.inputStyles{
position: relative;
display: flex;
align-items: center;
justify-items: center;
/* background: #f5f5f5; */
line-height: 32px;
border: 2rpx solid #dcdfe6;
height: 64rpx;
font-size: 24rpx;
color: #333333;
flex: 1;
overflow: hidden;
margin: 0 30rpx;
}
.disabled{
background-color: #f5f7fa;
border-color: #e4e7ed;
color: #c0c4cc;
cursor: not-allowed;
}
.iconStyle{
display: flex;
align-items: center;
justify-content: center;
}
.slot{
display: flex;
align-items: center;
}
.input{
flex: 1;
padding:0 30rpx 0 0.5em;
height: 64rpx;
line-height: 64rpx;
font-size: 26rpx;
background-color: transparent;
}
.deleStyle{
display: flex;
align-items: center;
justify-content: center;
/* background:#e1e1e1; */
width: 26rpx;
height: 26rpx;
margin: 0 20rpx;
/* border: 2rpx solid rgb(139, 138, 138); */
border-radius: 50%;
}
.extreaBtn{
text-align: center;
margin-right: 30rpx;
}