Sanakey
2022-10-24 c891bc5ff6b03baf28a9eac7f5a14ade4cea3c23
app.wxss
@@ -1,7 +1,12 @@
@import "src/src.wxss";
/**app.wxss**/
.single-view-container-width{
  width: 340rpx;
}
.margin-right-10{
  margin-right: 20rpx;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
@@ -35,6 +40,12 @@
  width: 100%;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.flex_row{
  display: flex;
  flex-direction: row;
@@ -189,7 +200,20 @@
.navigator-hover {
  opacity: 1;
}
.cart-img-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 36rpx;
  padding: 12rpx 20rpx;
  background-color: #333;
  opacity: 0.8;
  color: #fff;
  border-radius: 40rpx;
  min-width: 75rpx;
  text-align: center;
}
/* 返回 */
.back-btn{
  width: 150rpx;
@@ -288,3 +312,14 @@
.my-goods-action .van-goods-action--safe {
  padding-bottom: 2rpx;
}
.inline-block{
  display: inline-block;
}
.font-size-14{
  font-size: 28rpx;
}
.font-size-16{
  font-size: 32rpx;
}