a1300399510@qq.com 提交于 2023/03/30 -15:40:01
This commit is contained in:
parent
f8d92c8a8d
commit
9224207ff8
0
src/views/detail/detail.vue
Executable file
0
src/views/detail/detail.vue
Executable file
@ -9,9 +9,17 @@
|
|||||||
|
|
||||||
<!-- 数据展示板 -->
|
<!-- 数据展示板 -->
|
||||||
<div class="operation-box shadow data-presentation flexflex">
|
<div class="operation-box shadow data-presentation flexflex">
|
||||||
<div class="data-presentation-item flex1">
|
<div class="data-presentation-item flex1 flexcenter">
|
||||||
<div class="data-presentation-number"></div>
|
<div class="data-presentation-number">279</div>
|
||||||
<div class="data-presentation-name"></div>
|
<div class="data-presentation-name">声望</div>
|
||||||
|
</div>
|
||||||
|
<div class="data-presentation-item flex1 flexcenter">
|
||||||
|
<div class="data-presentation-number">279</div>
|
||||||
|
<div class="data-presentation-name">声望</div>
|
||||||
|
</div>
|
||||||
|
<div class="data-presentation-item flex1 flexcenter">
|
||||||
|
<div class="data-presentation-number">279</div>
|
||||||
|
<div class="data-presentation-name">声望</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -173,7 +181,7 @@ export default {
|
|||||||
padding-top: 1.3rem;
|
padding-top: 1.3rem;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding: 1rem 0 .3733rem;
|
padding: 1rem 0 .8rem;
|
||||||
|
|
||||||
|
|
||||||
.portrait {
|
.portrait {
|
||||||
@ -258,6 +266,33 @@ export default {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.data-presentation {
|
||||||
|
padding-top: .4rem;
|
||||||
|
padding-bottom: .4rem;
|
||||||
|
|
||||||
|
.data-presentation-item {
|
||||||
|
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
&:not(:last-of-type) {
|
||||||
|
border-right: .0133rem solid #ebebeb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.data-presentation-number {
|
||||||
|
color: #000;
|
||||||
|
line-height: .6rem;
|
||||||
|
font-size: .4rem;
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
|
||||||
|
.data-presentation-name {
|
||||||
|
color: #333333;
|
||||||
|
line-height: .6rem;
|
||||||
|
font-size: .32rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.log-out {
|
.log-out {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user