| | |
| | | :key="ind" |
| | | :index="index + '-' + ind" |
| | | @click="checkOption(config, option)" |
| | | class="highlevel-option" |
| | | >{{ option.name }}</el-menu-item> |
| | | </el-submenu> |
| | | </el-menu> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="star" @click="toggleFollow(data)"> |
| | | <i :class="[data.IsFollow ? 'follow' : '', 'el-icon-star-off']"></i> |
| | | <i class="iconfont" :class="[data.IsFollow ? 'follow' : '', 'iconguanzhu']"></i> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | |
| | | |
| | | <style lang="scss"> |
| | | .search-for-video-analyze { |
| | | padding: 20px 30px; |
| | | //padding: 20px 30px; |
| | | //出横向滚动条 |
| | | padding: 20px 40px; |
| | | .flex-box { |
| | | display: flex; |
| | | } |
| | |
| | | width: 100px; |
| | | text-align: left; |
| | | background: #f3f3f3; |
| | | color: rgb(133, 133, 133); |
| | | background: #ecf0fc; |
| | | } |
| | | .options-wrap { |
| | | flex: 1; |
| | |
| | | justify-content: flex-end; |
| | | .more { |
| | | margin-top: 6px; |
| | | padding: 0px 12px; |
| | | padding: 0px 6px; |
| | | border: 1px solid #ccc; |
| | | margin-right: 10px; |
| | | width: 48px; |
| | | width: 44px; |
| | | height: 26px; |
| | | line-height: 26px; |
| | | border-radius: 2px; |
| | | &:hover { |
| | | color: #6486e7; |
| | | } |
| | | } |
| | | .multCheck { |
| | | margin-top: 6px; |
| | | width: 48px; |
| | | width: 44px; |
| | | height: 26px; |
| | | line-height: 26px; |
| | | padding: 0px 12px; |
| | | padding: 0px 6px; |
| | | border: 1px solid #ccc; |
| | | border-radius: 2px; |
| | | &:hover { |
| | | color: #7695ec; |
| | | border-color: #7695ec; |
| | |
| | | min-width: auto; |
| | | } |
| | | } |
| | | .highlevel-option { |
| | | font-size: 12px; |
| | | &:hover { |
| | | color: #6486e7; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | .data-list { |
| | | margin-top: 20px; |
| | | .header-bar { |
| | | padding-bottom: 5px; |
| | | border-bottom: 1px solid #ddd; |
| | | padding-bottom: 10px; |
| | | .left { |
| | | float: left; |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | .content { |
| | | padding-top: 14px; |
| | | //padding-top: 14px; |
| | | background: #f5f5f5; |
| | | background: #fff; |
| | | margin: 0 -30px; |
| | | margin-bottom: -30px; |
| | | padding: 0; |
| | | // .el-row { |
| | | // display: flex; |
| | | // flex-wrap: wrap; |
| | | // } |
| | | .el-row { |
| | | padding-top: 20px; |
| | | background: #f5f5f5; |
| | | } |
| | | .el-col { |
| | | margin-bottom: 10px; |
| | | } |
| | |
| | | cursor: pointer; |
| | | position: relative; |
| | | text-align: left; |
| | | background: #fff; |
| | | border: 1px solid #dedede; |
| | | border-radius: 5px; |
| | | height: 420px; |
| | | height: 360px; |
| | | margin-bottom: 10px; |
| | | &:hover { |
| | | box-shadow: 3px 2px 5px 1px rgba(0, 0, 0, 0.3); |
| | | } |
| | | .video-wrap { |
| | | border-radius: 3px; |
| | | width: 100%; |
| | |
| | | padding: 10px; |
| | | .base-info { |
| | | > div { |
| | | margin-bottom: 5px; |
| | | margin-bottom: 1px; |
| | | } |
| | | label { |
| | | color: #999; |
| | |
| | | } |
| | | .pagination-center { |
| | | text-align: center; |
| | | margin: 10px auto; |
| | | margin: 0 -10px; |
| | | padding: 10px 0 20px; |
| | | background: #f5f5f5; |
| | | } |
| | | } |
| | | .dialog-video { |