k94314517
2024-07-22 8d48f2f55453635bf60e5e00d1e4746288e9da67
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: 10rpx 10rpx;
}
.wrap1 {
  display: flex;
@@ -98,6 +99,7 @@
.wrap2 .list .item .name {
  display: flex;
  margin-bottom: 20rpx;
  font-size: 28rpx;
}
.wrap2 .list .item .name .icon {
  width: 60rpx;
@@ -112,6 +114,14 @@
.wrap2 .list .item .name .icon image {
  width: 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;
  justify-content: space-between;