|
@@ -363,7 +363,7 @@
|
|
|
/>
|
|
/>
|
|
|
<div class="author_details">
|
|
<div class="author_details">
|
|
|
<div :class="minterName?'author_details_ones':'author_details_one'">{{ info.minter }}</div>
|
|
<div :class="minterName?'author_details_ones':'author_details_one'">{{ info.minter }}</div>
|
|
|
- <div class="author_details_two">{{ info.collectionWorks || '暂无信息' }}</div>
|
|
|
|
|
|
|
+ <!-- <div class="author_details_two">{{ info.collectionWorks || '暂无信息' }}</div> -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div :class="info.follow ? 'followedtwo' : 'collection_author_right'" @click="follow">
|
|
<div :class="info.follow ? 'followedtwo' : 'collection_author_right'" @click="follow">
|
|
@@ -1480,27 +1480,28 @@ export default {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
.collection_author_left {
|
|
.collection_author_left {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
.author_details {
|
|
.author_details {
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
.author_details_one {
|
|
.author_details_one {
|
|
|
- padding-top: 1px;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
|
|
+ // padding-top: 1px;
|
|
|
|
|
+ // box-sizing: border-box;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- line-height: 20px;
|
|
|
|
|
- margin-bottom: 2px;
|
|
|
|
|
|
|
+ // line-height: 20px;
|
|
|
|
|
+ // margin-bottom: 2px;
|
|
|
}
|
|
}
|
|
|
.author_details_ones{
|
|
.author_details_ones{
|
|
|
- padding-top: 1px;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
|
|
+ // padding-top: 1px;
|
|
|
|
|
+ // box-sizing: border-box;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- line-height: 20px;
|
|
|
|
|
- margin-bottom: 2px;
|
|
|
|
|
|
|
+ // line-height: 20px;
|
|
|
|
|
+ // margin-bottom: 2px;
|
|
|
}
|
|
}
|
|
|
.author_details_two {
|
|
.author_details_two {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|