Merge branch 'master' of https://gitlab.com/epic-tech/explorer2.epic.tech-angular8
This commit is contained in:
commit
ffec592e2e
@ -105,19 +105,19 @@
|
|||||||
<span class="day60_txt">Cuckoo : </span>
|
<span class="day60_txt">Cuckoo : </span>
|
||||||
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}, </span> -->
|
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}, </span> -->
|
||||||
<!-- <span>Total :</span> -->
|
<!-- <span>Total :</span> -->
|
||||||
<span>{{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
|
<span> {{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="difficulty_datas">
|
<div class="difficulty_datas">
|
||||||
<span class="day60_txt">ProgPow : </span>
|
<span class="day60_txt">ProgPow : </span>
|
||||||
<!-- <span>Target:</span><span class="diff_span" title="{{ latestblockdetail.targetdifficultyprogpow | number }}">{{ latestblockdetail.targetdifficultyprogpow | number }} </span>, -->
|
<!-- <span>Target:</span><span class="diff_span" title="{{ latestblockdetail.targetdifficultyprogpow | number }}">{{ latestblockdetail.targetdifficultyprogpow | number }} </span>, -->
|
||||||
<!-- <span>Total:</span> -->
|
<!-- <span>Total:</span> -->
|
||||||
<span class="diff_span" style="width:110px;" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}">{{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
|
<span class="diff_span" style="width:110px;" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}"> {{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="difficulty_datas">
|
<div class="difficulty_datas">
|
||||||
<span class="day60_txt"> RandomX : </span>
|
<span class="day60_txt"> RandomX : </span>
|
||||||
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}, </span> -->
|
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}, </span> -->
|
||||||
<!-- <span>Total:</span> -->
|
<!-- <span>Total:</span> -->
|
||||||
<span >{{ latestblockdetail.TotalDifficultyRandomx | number }}</span>
|
<span > {{ latestblockdetail.TotalDifficultyRandomx | number }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <p class="difficulty_datas">
|
<!-- <p class="difficulty_datas">
|
||||||
ProgPow : {{ latestblockdetail.targetdifficultyprogpow | number }} /
|
ProgPow : {{ latestblockdetail.targetdifficultyprogpow | number }} /
|
||||||
|
@ -296,7 +296,7 @@ a:focus {
|
|||||||
.detail_div {
|
.detail_div {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
||||||
padding: 10px ;
|
padding: 10px ;
|
||||||
transition: 0.3s linear all;
|
transition: 0.3s linear all;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
@ -319,7 +319,9 @@ a:focus {
|
|||||||
color: #002f5b;
|
color: #002f5b;
|
||||||
}
|
}
|
||||||
.detail_div:hover {
|
.detail_div:hover {
|
||||||
box-shadow: none;
|
background-color: #ecf2ff;
|
||||||
|
border-color: #ecf2ff;
|
||||||
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||||
transition: 0.3s linear all;
|
transition: 0.3s linear all;
|
||||||
}
|
}
|
||||||
.latest_table {
|
.latest_table {
|
||||||
|
Loading…
Reference in New Issue
Block a user