@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .uni-numbox.data-v-75f95e3f { /* position:absolute; */ /* left: 30rpx; */ /* bottom: 0; */ display: flex; justify-content: flex-start; align-items: center; width: 180rpx; height: 52rpx; background: #f5f5f5; /* border: 1px solid #C7C7C7; */ /* border-radius: 4rpx 4rpx 4rpx 4rpx; */ /* z-index: 999; */ } .uni-numbox-minus.data-v-75f95e3f, .uni-numbox-plus.data-v-75f95e3f { border: 1px solid #C7C7C7; margin: 0; background-color: #f5f5f5; width: 60rpx; height: 52rpx; line-height: 52rpx; text-align: center; position: relative; } .uni-numbox-minus .yticon.data-v-75f95e3f, .uni-numbox-plus .yticon.data-v-75f95e3f { font-size: 36rpx; color: #555; } .uni-numbox-minus.data-v-75f95e3f { border-right: none; border-top-left-radius: 4rpx; border-bottom-left-radius: 4rpx; } .uni-numbox-plus.data-v-75f95e3f { border-left: none; border-top-right-radius: 4rpx; border-bottom-right-radius: 4rpx; } .uni-numbox-value.data-v-75f95e3f { position: relative; background-color: #f5f5f5; width: 60rpx; height: 52rpx; text-align: center; padding: 0; font-size: 30rpx; border: 1px solid #C7C7C7; } .uni-numbox-disabled.data-v-75f95e3f { color: #d6d6d6 !important; }