Browse Source

调整rotation3D任务字体样式

pull/2272/head
OpenIhu 3 years ago
parent
commit
6fba2cb13d
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      custom/public/rotation3D/rotation3D.css
  2. +2
    -2
      templates/home.tmpl

+ 2
- 2
custom/public/rotation3D/rotation3D.css View File

@@ -130,10 +130,10 @@
from {offset-distance: 100%;} from {offset-distance: 100%;}
to {offset-distance: 0%;} to {offset-distance: 0%;}
} }
.dot4 > span{
.dot1 > span{
position: absolute; position: absolute;
font-size: 12px; font-size: 12px;
color: #000;
color: #888;
transform: rotate(180deg)scale(0.80); transform: rotate(180deg)scale(0.80);
} }




+ 2
- 2
templates/home.tmpl View File

@@ -31,7 +31,7 @@
<svg width="50" height="400"> <svg width="50" height="400">
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/> <path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</svg> </svg>
<div class="dot dot1 ri-arrow-right-s-line"><span>调试任务 #31412022050816002</span></div>
<div class="dot dot1 ri-arrow-left-s-line"><span>调试任务 #31412022050816002</span></div>
</div> </div>
<div v-if="item.type=='yellow'" class="pos"> <div v-if="item.type=='yellow'" class="pos">
<svg width="10" height="400"> <svg width="10" height="400">
@@ -43,7 +43,7 @@
<svg width="50" height="400"> <svg width="50" height="400">
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/> <path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</svg> </svg>
<div class="dot dot1 ri-arrow-right-s-line"></div>
<div class="dot dot1 ri-arrow-left-s-line"></div>
</div> </div>
</div> </div>
</div> </div>


Loading…
Cancel
Save