| | |
| | | <dl class="solution_box" v-for="(item, index) in datalist" :key="index"> |
| | | <dt class="solution_box_in"> |
| | | <h3><span v-text="item.SubjClasName"></span></h3> |
| | | <p style="line-height: 0.22rem; margin-right: 0.3rem;font-size: 0.13rem;" v-text="item.Remark"></p> |
| | | <p style="line-height: 0.22rem; margin-right: 0.3rem;font-size: 0.16rem;" v-text="item.Remark"></p> |
| | | <div class="title"> |
| | | <a href="javascript:;" style="margin-right: 0.3rem;" v-for="(menu, i) in item.Subject" :key="i" |
| | | v-text="menu.Title1" @click="jumpmenu(menu)"></a> |
| | |
| | | p { |
| | | padding: .4rem .4rem 0; |
| | | color: #676767; |
| | | font-size: .15rem; |
| | | font-size: .16rem; |
| | | line-height: 0.26rem; |
| | | } |
| | | .solution_box-m { |