Commit 6b701965 by 唐玉峰

.

parent 576f5060
......@@ -102,8 +102,8 @@
<div class="outsetgrouping_centent">
<div class="outsetgrouping_centent_totalnum" v-for="(item, index) in CorePercents" :key="index">
<div class="outsetgrouping_centent_totalnum_left">
<div class="outsetgrouping_centent_totalnum_left_yxrz">
<div class="dw" v-if="item.isShow"><img src="../assets/img/t29.png" alt="" /> 优先入组</div>
<div class="outsetgrouping_centent_totalnum_left_yxrz" v-if="item.isShow">
<div class="dw"><img src="../assets/img/t29.png" alt="" /> 优先入组</div>
</div>
<div class="outsetgrouping_centent_totalnum_left_text">
......@@ -1131,12 +1131,17 @@ export default {
align-items: center;
justify-content: center;
&_yxrz {
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
.dw {
font-size: 14px;
color: #fff;
height: 25%;
height: 90%;
text-align: center;
margin: 0 10px;
margin-left: 10px;
position: relative;
letter-spacing: 0.8em;
writing-mode: vertical-rl;
......@@ -1152,14 +1157,15 @@ export default {
}
}
&_radios {
width: 6%;
width: 100px;
height: 30%;
display: flex;
justify-content: center;
align-items: center;
}
&_text {
width: 92%;
flex: 1;
padding-left: 10px;
height: 100%;
display: flex;
flex-direction: column;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment