/* components/addCarNumber/index.wxss */ /* 容器样式 */ .container { padding: 12rpx 12rpx 0rpx 12rpx ; display: flex; justify-content: center; flex-wrap: wrap; z-index: 999 !important; } /* 中文字母字符样式 */ .box { flex: 1; display: inline-block; color: #000; background-color: white; border: 1px solid rgb(211, 207, 207); text-align: center; margin: 10rpx; border-radius: 10rpx; } .box-chinese { padding: 15rpx; } .box-number { padding: 15rpx 18rpx; } .box-active:active { background-color: rgb(185, 185, 185); color: white; } /* 删除按钮 */ .box-max { flex: 10000; border: none !important; } .bg-red { background-color: rgb(202, 80, 76); color: white; } .bg-blue { background-color: rgb(58, 116, 224); color: white; } .transparent{ color: transparent; }