| | |
| | | </dl> |
| | | </div> |
| | | <div class="top_right" style="width: 50%; margin-right: 15px"> |
| | | <dl v-for="item in otherOptions" :key="item.value"> |
| | | <dl v-for="(item,index) in otherOptions" :key="index"> |
| | | <dd class="font_weight"> |
| | | {{ item.value }} |
| | | </dd> |
| | |
| | | flex: 1; |
| | | display: flex; |
| | | justify-content: right; |
| | | dd{ |
| | | margin-left:0; |
| | | } |
| | | .top_left { |
| | | width: 10%; |
| | | border-right: 1px solid #ccc; |
| | |
| | | justify-content: center; |
| | | align-items: center; |
| | | text-align: center; |
| | | |
| | | .font_weight { |
| | | font-weight: 500; |
| | | font-size: 18px; |
| | |
| | | } |
| | | .top_right_bottom { |
| | | font-size: 12px; |
| | | |
| | | } |
| | | } |
| | | .top_right { |
| | |
| | | } |
| | | .top_right_bottom { |
| | | font-size: 12px; |
| | | margin-left:0; |
| | | } |
| | | } |
| | | } |