jiangping
2024-10-21 1ae471941bbdf9dde5dba668d33acf415fc6ec07
h5/App.vue
@@ -29,7 +29,18 @@
  max-width: 800rpx;
  overflow-y: auto;
}
.empty_wrap{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: #666666;
   min-height: 600rpx;
   image{
      width: 300rpx;
      height: 300rpx;
   }
}
.doumee-container .ivu-tabs-nav {
  width: 100%;
}
@@ -122,8 +133,11 @@
}
.placeholder9 {
  color: #999999;
  color: #999999 !important;
  font-size: 28rpx;
}
.red{
   color: red !important;
}
//设置圆角
@@ -197,7 +211,6 @@
  width: 64rpx;
  height: 64rpx;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20rpx;
  display: flex;
  justify-content: center;
@@ -226,6 +239,9 @@
.ml12 {
  margin-left: 12rpx;
}
.ml6 {
  margin-left: 6rpx;
}
.mt6 {
  margin-top: 6rpx;
}