zf
litian
2024-09-27 1ebf13fcff1d64f0ab9f1981cd60ad3194a2d29c
packagePersonal/pages/activateProduct/index.wxss
@@ -1,3 +1,5 @@
@import "./index.skeleton.wxss";
page {
  background: #F2F3F8;
}
@@ -129,7 +131,7 @@
.productTitle {
  font-size: 28rpx;
  height: 88rpx;
  max-height: 88rpx;
  color: #333333;
  line-height: 44rpx;
  display: -webkit-box;
@@ -138,10 +140,6 @@
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.typeBox {
  line-height: 60rpx;
}
.typeCon {
@@ -155,4 +153,14 @@
.empyt {
  padding: 100rpx 0;
  background: #fff;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}
.noProduct {
  padding: 60rpx 0;
  text-align: center;
}