deviation1.html 1.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
{% extends "base.html" %}
{% block style %}
<style>
.prc_wp b{
    position: absolute;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    top: 0;
    background: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    vertical-align: baseline;
    font-weight: normal;
     font-style: normal;
}
.prc_wp b i{
   font-style: normal;
   font-weight: normal;
   text-align: center;
   display: inline-block;
   overflow: hidden;
   vertical-align: baseline;
}




</style>

{% endblock style %}
{% block content %}

<div class="container">
   <span class="prc_wp" style="width:64px;height: 26px;display:inline-block;">
      <em class="rel" style="position:relative;padding-left: 1px;"><b style="width:64px;left:-64px"><i title="1033"
                                                                                                       style="width: 16px;">1</i><i
              title="1033" style="width: 16px;">0</i><i title="1033" style="width: 16px;">7</i><i title="1033"
                                                                                                  style="width: 16px;">6</i></b><b
              title="1033" style="width: 16px;left:-16px">3</b><b title="1033"
                                                                  style="width: 16px;left:-32px">3</b></em></span>

</div>


{% endblock %}