| | |
| | | @change="selectChange" |
| | | > |
| | | <el-option |
| | | popper-class="funs-select" |
| | | v-for="item in options" |
| | | :key="item.value" |
| | | :label="item.label" |
| | |
| | | // background-color: #09152f; |
| | | margin-top: 20px; |
| | | padding-bottom: 50px; |
| | | border: 1pox solid #fff; |
| | | //border: 1px solid #fff; |
| | | |
| | | .mainTitle { |
| | | line-height: 60px; |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | padding: 0 20px; |
| | | padding: 0; |
| | | |
| | | .funs { |
| | | |
| | | display: flex; |
| | | .funs-sp { |
| | | border: 1px solid #DCDFE6; |
| | | } |
| | | .funsItem { |
| | | background-color: transparent; |
| | | line-height: 28px; |
| | | display: flex; |
| | | align-items: center; |
| | | border-radius: 4px; |
| | | font-size: 12px; |
| | | margin-left: 10px; |
| | | |
| | | .el-checkbox { |
| | | width: 80px; |
| | | padding: 0 10px; |
| | | } |
| | | |
| | | .el-select { |
| | | width: 120px; |
| | | &::v-deep.el-input{ |
| | | .el-input__inner{ |
| | | background-color: transparent!important; |
| | | } |
| | | } |
| | | .funs-select{ |
| | | background-color: transparent; |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | | |