ll
liukangdong
2024-08-27 2c08a98f7e85ec7c9376f27a7933e75e44d672f7
wechat_jiaxuan/components/authCard/authCard.wxss
@@ -1,7 +1,8 @@
.container {
  width: 750rpx;
  width: 670rpx;
  margin: 0 auto;
  background-color: #fff;
  padding: 10rpx 40rpx;
  padding-bottom: 10rpx;
}
.wrap1 {
  display: flex;
@@ -31,7 +32,7 @@
  font-weight: 600;
  font-size: 32rpx;
  color: #111111;
  margin-bottom: 2rpx;
  margin-bottom: 6rpx;
}
.wrap1 .content .desc {
  font-weight: 300;
@@ -64,10 +65,11 @@
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 36rpx;
  font-size: 34rpx;
}
.wrap2 .header .left .name .icon {
  width: 36rpx;
  height: 36rpx;
  margin-right: 12rpx;
}
.wrap2 .header .left .desc {
@@ -88,16 +90,16 @@
.wrap2 .list .item {
  flex-shrink: 0;
  width: 305rpx;
  height: 184rpx;
  background: rgba(176, 135, 113, 0.05) #FFFFFF;
  box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.12);
  border-radius: 8rpx;
  padding: 20rpx;
  padding: 24rpx 20rpx;
  margin-right: 20rpx;
}
.wrap2 .list .item .name {
  display: flex;
  margin-bottom: 20rpx;
  font-size: 28rpx;
}
.wrap2 .list .item .name .icon {
  width: 60rpx;
@@ -111,6 +113,15 @@
}
.wrap2 .list .item .name .icon image {
  width: 36rpx;
  height: 36rpx;
}
.wrap2 .list .item .name .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap2 .list .item .addr {
  display: flex;
@@ -125,6 +136,7 @@
}
.wrap2 .list .item .addr .left .icon {
  width: 24rpx;
  height: 24rpx;
}
.wrap2 .list .item .addr .right {
  display: flex;