liukangdong
2024-07-30 d8f7a89939612abb5ec243f0d817932a32ef35a7
wechat_jiaxuan/pages/store/staff.wxss
@@ -28,6 +28,14 @@
  color: #333333;
  position: relative;
}
.container .desc .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container .desc .icon {
  position: absolute;
  background: #F7F7F7;
@@ -48,7 +56,8 @@
.name_wrap .left {
  flex: 1;
  display: flex;
  align-items: flex-end;
  align-items: center;
  margin-top: 12rpx;
}
.name_wrap .left .name {
  font-weight: 600;
@@ -94,6 +103,12 @@
  font-weight: 600;
  font-size: 40rpx;
  display: flex;
  align-items: center;
}
.static .card .num .icon {
  padding-bottom: 6rpx;
  font-weight: 400;
  margin-left: 6rpx;
}
.guide .title {
  font-weight: 500;
@@ -102,11 +117,13 @@
}
.guide .line {
  display: flex;
  align-items: flex-start;
  font-size: 30rpx;
  margin-bottom: 42rpx;
}
.guide .line .icon {
  width: 30rpx;
  margin-top: 6rpx;
}
.guide .line .label {
  color: #777777;