| | |
| | | <img src="../../assets/img/zuojiantou.png" alt=""> |
| | | </div> |
| | | <div class="header_titles"> |
| | | </div> |
| | | </div> |
| | | <div class="bars"> |
| | | <div> |
| | | <span>{{ '资金划转' }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="bars"></div> |
| | | <mt-navbar v-model="selected"> |
| | | <mt-tab-item v-if="this.$store.state.settingForm.indexDisplay" id="1">融资转指数</mt-tab-item> |
| | | <mt-tab-item v-if="this.$store.state.settingForm.indexDisplay" id="2">指数转融资</mt-tab-item> |
| | |
| | | } |
| | | } |
| | | } |
| | | .form-block { |
| | | width: 100%; |
| | | height: 1.5rem; |
| | | margin-top: .3rem; |
| | | } |
| | | /deep/ .mint-field-other { |
| | | padding-right: .3rem; |
| | | } |
| | | /deep/ .mint-cell-wrapper { |
| | | height: 100%; |
| | | border: none; |
| | | background: rgb(245, 245, 245); |
| | | border-radius: .15rem; |
| | | } |
| | | .is-selected { |
| | | background: rgb(245, 245, 245) !important; |
| | | border-radius: .15rem; |
| | | } |
| | | .mint-navbar { |
| | | padding: 0 .3rem; |
| | | } |
| | | .btnbox { |
| | | width: 94%; |
| | | margin-top: .1rem; |
| | | } |
| | | .loginout { |
| | | height: 1.2rem !important; |
| | | line-height: 1.2rem !important; |
| | | } |
| | | .int-cell { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | a { |
| | | width: 100%; |
| | | height: 100%; |
| | | .mint-cell-wrapper { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | .bars { |
| | | width: 100%; |
| | | height: 1.7rem; |
| | | height: 6rem; |
| | | display: flex; |
| | | padding: 0 .3rem; |
| | | align-items: flex-end; |
| | | >div { |
| | | margin-bottom: 1.2rem; |
| | | font-size: .65rem; |
| | | span { |
| | | font-weight: 600; |
| | | } |
| | | } |
| | | } |
| | | .mint-cell.mint-field{ |
| | | background: #fff !important; |
| | |
| | | border: none; |
| | | border-radius: .1rem; |
| | | } |
| | | .wrapper { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: #fff; |
| | | } |
| | | </style> |