|
@@ -178,8 +178,7 @@
|
|
<div class="luck-content">
|
|
<div class="luck-content">
|
|
<div class="luck-title" v-if="item.simpleUserInfoVO.nickName">{{ item.simpleUserInfoVO.nickName }}</div>
|
|
<div class="luck-title" v-if="item.simpleUserInfoVO.nickName">{{ item.simpleUserInfoVO.nickName }}</div>
|
|
<div class="luck-title" v-else>Twitter User</div>
|
|
<div class="luck-title" v-else>Twitter User</div>
|
|
-
|
|
|
|
- <div class="luck-time">{{ moment(item.receiveTimestamp).format('MM-DD HH:mm:ss') }}</div>
|
|
|
|
|
|
+ <div class="luck-time">{{ moment(item.receiveTimestamp).format('MM-DD HH:mm') }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="luck-money">
|
|
<div class="luck-money">
|
|
<img :src="state.detail.currencyIconPath" alt />
|
|
<img :src="state.detail.currencyIconPath" alt />
|
|
@@ -1811,6 +1810,8 @@ body {
|
|
width: 40px;
|
|
width: 40px;
|
|
height: 40px;
|
|
height: 40px;
|
|
margin-right: 9px;
|
|
margin-right: 9px;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ border: solid 2px #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.big {
|
|
.big {
|
|
@@ -1847,6 +1848,7 @@ body {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
color: #B0B0B0;
|
|
color: #B0B0B0;
|
|
|
|
+ font-weight: 500;
|
|
border-bottom: 1px solid #F2F2F2;
|
|
border-bottom: 1px solid #F2F2F2;
|
|
|
|
|
|
div:last-child {
|
|
div:last-child {
|
|
@@ -1872,7 +1874,7 @@ body {
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
img {
|
|
img {
|
|
- margin-top: 90px;
|
|
|
|
|
|
+ margin-top: 70px;
|
|
width: 100px;
|
|
width: 100px;
|
|
height: 100px;
|
|
height: 100px;
|
|
}
|
|
}
|
|
@@ -1923,18 +1925,18 @@ body {
|
|
flex: auto;
|
|
flex: auto;
|
|
|
|
|
|
.luck-title {
|
|
.luck-title {
|
|
|
|
+ color: #444444;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
letter-spacing: 0.3px;
|
|
letter-spacing: 0.3px;
|
|
- color: #444444;
|
|
|
|
|
|
+ margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
.luck-time {
|
|
.luck-time {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
line-height: 14px;
|
|
-
|
|
|
|
- color: #9b9b9b;
|
|
|
|
|
|
+ color: #B0B0B0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1973,8 +1975,7 @@ body {
|
|
.success {
|
|
.success {
|
|
.luck-list-title {
|
|
.luck-list-title {
|
|
margin-top: 17px;
|
|
margin-top: 17px;
|
|
- margin-bottom: 11px;
|
|
|
|
- border-bottom: 1px solid #D1D1D1;
|
|
|
|
|
|
+ border-bottom: 1px solid #ECECEC;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|