|
@@ -362,7 +362,7 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style>
|
|
|
+<style lang="scss">
|
|
|
@import url('@/plugin/emoji-awesome/css/tuoluojiang.css');
|
|
|
@import url('@/plugin/animate/animate.min.css');
|
|
|
@import 'static/css/base.css';
|
|
@@ -448,4 +448,17 @@ page {
|
|
|
/* align-content: center;
|
|
|
align-items: center; */
|
|
|
}
|
|
|
+::v-deep .u-number-box__minus,.u-number-box__input,.u-number-box__plus{
|
|
|
+ .u-icon__icon{
|
|
|
+ color: rgb(180,43,62) !important;
|
|
|
+ }
|
|
|
+ background: rgb(254,247,247) !important;
|
|
|
+ /* align-content: center;
|
|
|
+ align-items: center; */
|
|
|
+}
|
|
|
+::v-deep .u-number-box__minus--disabled{
|
|
|
+ opacity: .5 !important;
|
|
|
+ /* align-content: center;
|
|
|
+ align-items: center; */
|
|
|
+}
|
|
|
</style>
|