| | |
| | | <div class="rightBor"></div> |
| | | </div> |
| | | <div class="timeTab"> |
| | | <span class="beforetime" :class="{ choosed: timetype == 0 }" @click="timeTabClick(0)">近一周</span> |
| | | <span>/</span> |
| | | <span class="beforetime" :class="{ choosed: timetype == 1 }" @click="timeTabClick(1)">近一月</span> |
| | | <span class="beforetime" :class="{ choosed: timetype == 0 }" @click="timeTabClick(0)">周</span> |
| | | <span class="beforetime" :class="{ choosed: timetype == 1 }" @click="timeTabClick(1)">月</span> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | width: 100%; |
| | | |
| | | .header { |
| | | position: relative; |
| | | width: 100%; |
| | | height: 36px; |
| | | |
| | |
| | | } |
| | | |
| | | .timeTab { |
| | | float: right; |
| | | width: 20%; |
| | | height: 36px; |
| | | line-height: 36px; |
| | | position: absolute; |
| | | top: 10px; |
| | | right: 10px; |
| | | display: flex; |
| | | border-radius: 6px; |
| | | overflow: hidden; |
| | | |
| | | span { |
| | | width: 42px; |
| | | height: 26px; |
| | | text-align: center; |
| | | line-height: 26px; |
| | | background: rgb(1, 76, 137); |
| | | } |
| | | |
| | | .beforetime { |
| | | color: rgb(98, 95, 95); |