|
@@ -1,54 +1,44 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="prescription-list">
|
|
<div class="prescription-list">
|
|
|
- <custom-header :name="isToSelect ? '选择专家' : '咨询专家'"></custom-header>
|
|
|
|
|
|
|
+ <custom-header v-if="!isShowHeader" :name="isToSelect ? '选择专家' : '咨询专家'"></custom-header>
|
|
|
<div class="prescription-filter">
|
|
<div class="prescription-filter">
|
|
|
<div class="filter-search">
|
|
<div class="filter-search">
|
|
|
- <el-input
|
|
|
|
|
- v-model="keyword"
|
|
|
|
|
- style="width: 100%"
|
|
|
|
|
- placeholder="搜索位置"
|
|
|
|
|
- :prefix-icon="Search"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <el-input v-model="keyword" style="width: 100%" placeholder="搜索位置" :prefix-icon="Search" />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="select-box">
|
|
<div class="select-box">
|
|
|
<div class="select-item width-30">
|
|
<div class="select-item width-30">
|
|
|
<el-select v-model="typeVal" placeholder="品种" @change="getList">
|
|
<el-select v-model="typeVal" placeholder="品种" @change="getList">
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in typeOptions"
|
|
|
|
|
- :key="item.id"
|
|
|
|
|
- :label="item.name"
|
|
|
|
|
- :value="item.id"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <el-option v-for="item in typeOptions" :key="item.id" :label="item.name" :value="item.id" />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="select-item width-20">
|
|
<div class="select-item width-20">
|
|
|
<el-select v-model="regionVal" placeholder="城市">
|
|
<el-select v-model="regionVal" placeholder="城市">
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in regionOptions"
|
|
|
|
|
- :key="item.value"
|
|
|
|
|
- :label="item.label"
|
|
|
|
|
- :value="item.value"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <el-option
|
|
|
|
|
+ v-for="item in regionOptions"
|
|
|
|
|
+ :key="item.value"
|
|
|
|
|
+ :label="item.label"
|
|
|
|
|
+ :value="item.value"
|
|
|
|
|
+ />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="select-item width-30">
|
|
<div class="select-item width-30">
|
|
|
<el-select v-model="levelVal" placeholder="专家擅长">
|
|
<el-select v-model="levelVal" placeholder="专家擅长">
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in levelOptions"
|
|
|
|
|
- :key="item.value"
|
|
|
|
|
- :label="item.label"
|
|
|
|
|
- :value="item.value"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <el-option
|
|
|
|
|
+ v-for="item in levelOptions"
|
|
|
|
|
+ :key="item.value"
|
|
|
|
|
+ :label="item.label"
|
|
|
|
|
+ :value="item.value"
|
|
|
|
|
+ />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="select-item width-20">
|
|
<div class="select-item width-20">
|
|
|
<el-select v-model="levelVal" placeholder="筛选">
|
|
<el-select v-model="levelVal" placeholder="筛选">
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in levelOptions"
|
|
|
|
|
- :key="item.value"
|
|
|
|
|
- :label="item.label"
|
|
|
|
|
- :value="item.value"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <el-option
|
|
|
|
|
+ v-for="item in levelOptions"
|
|
|
|
|
+ :key="item.value"
|
|
|
|
|
+ :label="item.label"
|
|
|
|
|
+ :value="item.value"
|
|
|
|
|
+ />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -58,7 +48,10 @@
|
|
|
<div class="list-item" v-for="(item, index) in list" :key="index">
|
|
<div class="list-item" v-for="(item, index) in list" :key="index">
|
|
|
<div class="list-top">
|
|
<div class="list-top">
|
|
|
<div class="user">
|
|
<div class="user">
|
|
|
- <img :src="item.pic" alt="" />
|
|
|
|
|
|
|
+ <!-- <img :src="item.pic" alt="" /> -->
|
|
|
|
|
+ <img v-show="index === 0" :src="require(`@/assets/img/home/zj-1.png`)" alt="" />
|
|
|
|
|
+ <img v-show="index === 1" :src="require(`@/assets/img/home/zj-2.png`)" alt="" />
|
|
|
|
|
+ <img v-show="index === 2" :src="require(`@/assets/img/home/zj-3.png`)" alt="" />
|
|
|
<!-- <div class="checkbox" @click.stop="handleCheck(item)">
|
|
<!-- <div class="checkbox" @click.stop="handleCheck(item)">
|
|
|
<el-icon class="icon" v-if="item.isDefault"><Select /></el-icon>
|
|
<el-icon class="icon" v-if="item.isDefault"><Select /></el-icon>
|
|
|
<el-icon class="icon rotate" v-else><CloseBold /></el-icon>
|
|
<el-icon class="icon rotate" v-else><CloseBold /></el-icon>
|
|
@@ -72,11 +65,7 @@
|
|
|
<img class="expert-img" src="@/assets/img/home/expert-icon.png" alt="">
|
|
<img class="expert-img" src="@/assets/img/home/expert-icon.png" alt="">
|
|
|
专家
|
|
专家
|
|
|
</span> -->
|
|
</span> -->
|
|
|
- <div
|
|
|
|
|
- class="fruit-tag"
|
|
|
|
|
- v-for="(ele, eleIndex) in item.tagList"
|
|
|
|
|
- :key="eleIndex"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <div class="fruit-tag" v-for="(ele, eleIndex) in item.tagList" :key="eleIndex">
|
|
|
{{ ele.name }}
|
|
{{ ele.name }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -85,7 +74,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="van-multi-ellipsis--l2 ellipsis">擅长:{{ item.strongPoint }}</div>
|
|
<div class="van-multi-ellipsis--l2 ellipsis">擅长:{{ item.strongPoint }}</div>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<div class="list-btn">
|
|
<div class="list-btn">
|
|
|
<div class="btn-primary" @click.stop="toPage(item)">
|
|
<div class="btn-primary" @click.stop="toPage(item)">
|
|
|
<span>免费咨询</span>
|
|
<span>免费咨询</span>
|
|
@@ -108,85 +97,156 @@
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
import customHeader from "@/components/customHeader.vue";
|
|
import customHeader from "@/components/customHeader.vue";
|
|
|
-import { Empty} from "vant";
|
|
|
|
|
|
|
+import { Empty } from "vant";
|
|
|
import { onActivated, onMounted, ref } from "vue";
|
|
import { onActivated, onMounted, ref } from "vue";
|
|
|
-import { useRouter,useRoute } from "vue-router";
|
|
|
|
|
|
|
+import { useRouter, useRoute } from "vue-router";
|
|
|
import { useStore } from "vuex";
|
|
import { useStore } from "vuex";
|
|
|
import { ElMessage } from "element-plus";
|
|
import { ElMessage } from "element-plus";
|
|
|
-import { Search } from '@element-plus/icons-vue'
|
|
|
|
|
|
|
+import { Search } from "@element-plus/icons-vue";
|
|
|
const store = useStore();
|
|
const store = useStore();
|
|
|
const router = useRouter();
|
|
const router = useRouter();
|
|
|
const route = useRoute();
|
|
const route = useRoute();
|
|
|
|
|
|
|
|
-const isToSelect = route.query.isToSelect ? true : false
|
|
|
|
|
|
|
+const props = defineProps({
|
|
|
|
|
+ isShowHeader: {
|
|
|
|
|
+ type: Boolean,
|
|
|
|
|
+ default: false,
|
|
|
|
|
+ },
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
|
|
+const isToSelect = route.query.isToSelect ? true : false;
|
|
|
|
|
|
|
|
-const handlePage = ({isDefault,userId}) =>{
|
|
|
|
|
- if(isDefault==null){
|
|
|
|
|
- console.log('isDefault',isDefault);
|
|
|
|
|
|
|
+const handlePage = ({ isDefault, userId }) => {
|
|
|
|
|
+ if (isDefault == null) {
|
|
|
|
|
+ console.log("isDefault", isDefault);
|
|
|
// router.push(`/expert_prescription?userId=${userId}&disabled=true`)
|
|
// router.push(`/expert_prescription?userId=${userId}&disabled=true`)
|
|
|
- }else{
|
|
|
|
|
- router.push('/expert_prescription')
|
|
|
|
|
|
|
+ } else {
|
|
|
|
|
+ router.push("/expert_prescription");
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+};
|
|
|
|
|
|
|
|
const typeOptions = ref([]);
|
|
const typeOptions = ref([]);
|
|
|
|
|
|
|
|
function getSpecieList() {
|
|
function getSpecieList() {
|
|
|
VE_API.farm.fetchSpecieList().then(({ data }) => {
|
|
VE_API.farm.fetchSpecieList().then(({ data }) => {
|
|
|
typeOptions.value = data;
|
|
typeOptions.value = data;
|
|
|
-
|
|
|
|
|
- getList(data[0].id);
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // getList(data[0].id);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-const list = ref([]);
|
|
|
|
|
|
|
+const list = ref([
|
|
|
|
|
+ {
|
|
|
|
|
+ containerId: "9",
|
|
|
|
|
+ expertId: "739294587868155904",
|
|
|
|
|
+ name: "冼继东",
|
|
|
|
|
+ strongPoint: "擅长:长期从事农业昆虫与害虫防治教学与研究工作。取得成果和奖励10项,发表学术论文50余篇。多年来一直致力于果树、蔬菜以及水稻主要病虫害非化学防控技术的推广工作,为有机荔枝龙眼、稻米、蔬菜以及多种水果的高效、安全生产提供技术指导。",
|
|
|
|
|
+ tagList: [
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 825,
|
|
|
|
|
+ name: "荔枝",
|
|
|
|
|
+ remark: "花穗生长速度过慢",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 829,
|
|
|
|
|
+ name: "病虫害",
|
|
|
|
|
+ remark: "防止落果",
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ userId: 81881,
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ containerId: "9",
|
|
|
|
|
+ expertId: "739294587868155904",
|
|
|
|
|
+ name: "韦帮稳",
|
|
|
|
|
+ pic: "https://birdseye-img-ali-cdn.sysuimars.com//expert/1757473957076.png",
|
|
|
|
|
+ strongPoint: "擅长:深耕果树栽培领域达30年,在荔枝、龙眼、柑橘、番茄、木瓜等多个品类果树具有非常丰富的种植栽培经验;自管荔枝果园超2000亩,每年指导海南、湛江、茂名、广州、汕尾、惠州、广西等多地的种植户超百户,面积超1万亩!",
|
|
|
|
|
+ tagList: [
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 825,
|
|
|
|
|
+ name: "荔枝",
|
|
|
|
|
+ remark: "花穗生长速度过慢",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 829,
|
|
|
|
|
+ name: "龙眼",
|
|
|
|
|
+ remark: "防止落果",
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ userId: 81881,
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ containerId: "9",
|
|
|
|
|
+ expertId: "739294587868155904",
|
|
|
|
|
+ name: "黄旭明",
|
|
|
|
|
+ pic: "https://birdseye-img-ali-cdn.sysuimars.com//expert/1757473957076.png",
|
|
|
|
|
+ strongPoint: "擅长:长期从事南方果树生理学研究,研究领域包括常绿果树枝梢生长节奏及调控、具假种皮果实果皮发育、细胞壁代谢和钙营养与生理病害发生关系、果实膨大生长与水分关系等。研究方向为果树生态生理学。1998年获华南农业大学植物生理学博士学位,现任南方果树研究室主任。",
|
|
|
|
|
+ tagList: [
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 825,
|
|
|
|
|
+ name: "荔枝",
|
|
|
|
|
+ remark: "花穗生长速度过慢",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 829,
|
|
|
|
|
+ name: "龙眼",
|
|
|
|
|
+ remark: "防止落果",
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ userId: 81881,
|
|
|
|
|
+ },
|
|
|
|
|
+]);
|
|
|
|
|
|
|
|
const getList = (speciesId) => {
|
|
const getList = (speciesId) => {
|
|
|
- VE_API.home.fetchExpertList({speciesId}).then(({data}) => {
|
|
|
|
|
|
|
+ VE_API.home.fetchExpertList({ speciesId }).then(({ data }) => {
|
|
|
list.value = data || [];
|
|
list.value = data || [];
|
|
|
});
|
|
});
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
|
- getSpecieList()
|
|
|
|
|
|
|
+ getSpecieList();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
-function toPage({containerId,userId,name}) {
|
|
|
|
|
|
|
+function toPage({ containerId, userId, name }) {
|
|
|
if (isToSelect) {
|
|
if (isToSelect) {
|
|
|
- router.push(`/expert_homepage?containerId=${containerId}`)
|
|
|
|
|
|
|
+ router.push(`/expert_homepage?containerId=${containerId}`);
|
|
|
// router.replace(`/expert_homepage?containerId=${containerId}`)
|
|
// router.replace(`/expert_homepage?containerId=${containerId}`)
|
|
|
} else {
|
|
} else {
|
|
|
- router.push(`/chat_frame?userId=${userId}&name=${name}`)
|
|
|
|
|
|
|
+ router.push(`/chat_frame?userId=${userId}&name=${name}`);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 搜索
|
|
// 搜索
|
|
|
-const keyword = ref(null)
|
|
|
|
|
-const typeVal = ref(null)
|
|
|
|
|
-const regionVal = ref(null)
|
|
|
|
|
-const levelVal = ref(null)
|
|
|
|
|
|
|
+const keyword = ref(null);
|
|
|
|
|
+const typeVal = ref(null);
|
|
|
|
|
+const regionVal = ref(null);
|
|
|
|
|
+const levelVal = ref(null);
|
|
|
|
|
|
|
|
-const regionOptions = ref([{
|
|
|
|
|
- label: "全部",
|
|
|
|
|
- value: "all"
|
|
|
|
|
-}, {
|
|
|
|
|
- label: "区域1",
|
|
|
|
|
- value: "1"
|
|
|
|
|
-}, {
|
|
|
|
|
- label: "区域2",
|
|
|
|
|
- value: "2"
|
|
|
|
|
-}, {
|
|
|
|
|
- label: "区域3",
|
|
|
|
|
- value: "3"
|
|
|
|
|
-}])
|
|
|
|
|
|
|
+const regionOptions = ref([
|
|
|
|
|
+ {
|
|
|
|
|
+ label: "全部",
|
|
|
|
|
+ value: "all",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: "区域1",
|
|
|
|
|
+ value: "1",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: "区域2",
|
|
|
|
|
+ value: "2",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: "区域3",
|
|
|
|
|
+ value: "3",
|
|
|
|
|
+ },
|
|
|
|
|
+]);
|
|
|
|
|
|
|
|
const levelOptions = ref([
|
|
const levelOptions = ref([
|
|
|
{ label: "全部", value: "all" },
|
|
{ label: "全部", value: "all" },
|
|
|
{ label: "荔枝", value: "1" },
|
|
{ label: "荔枝", value: "1" },
|
|
|
{ label: "龙眼", value: "2" },
|
|
{ label: "龙眼", value: "2" },
|
|
|
{ label: "枇杷", value: "3" },
|
|
{ label: "枇杷", value: "3" },
|
|
|
-])
|
|
|
|
|
|
|
+]);
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@@ -265,53 +325,57 @@ const levelOptions = ref([
|
|
|
height: 68px;
|
|
height: 68px;
|
|
|
margin-right: 12px;
|
|
margin-right: 12px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- img{
|
|
|
|
|
|
|
+ img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
object-fit: scale-down;
|
|
object-fit: scale-down;
|
|
|
}
|
|
}
|
|
|
- .checkbox{
|
|
|
|
|
|
|
+ .checkbox {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: -2px;
|
|
bottom: -2px;
|
|
|
right: -1px;
|
|
right: -1px;
|
|
|
width: 25px;
|
|
width: 25px;
|
|
|
height: 25px;
|
|
height: 25px;
|
|
|
- background: #2199F8;
|
|
|
|
|
|
|
+ background: #2199f8;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- .icon{
|
|
|
|
|
|
|
+ .icon {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
}
|
|
}
|
|
|
- .rotate{
|
|
|
|
|
|
|
+ .rotate {
|
|
|
transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.list-top {
|
|
.list-top {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ img{
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ object-fit: cover;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.list-btn {
|
|
.list-btn {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
// justify-content: center;
|
|
// justify-content: center;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
|
- .btn-primary{
|
|
|
|
|
|
|
+ .btn-primary {
|
|
|
background: rgba(33, 153, 248, 0.12);
|
|
background: rgba(33, 153, 248, 0.12);
|
|
|
padding: 0 12px;
|
|
padding: 0 12px;
|
|
|
- color: #2199F8;
|
|
|
|
|
|
|
+ color: #2199f8;
|
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
|
height: 32px;
|
|
height: 32px;
|
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- span{
|
|
|
|
|
|
|
+ span {
|
|
|
margin-left: 3px;
|
|
margin-left: 3px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .btn-plain{
|
|
|
|
|
|
|
+ .btn-plain {
|
|
|
background: rgba(162, 162, 162, 0.12);
|
|
background: rgba(162, 162, 162, 0.12);
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
padding: 0px 12px;
|
|
padding: 0px 12px;
|
|
@@ -333,7 +397,7 @@ const levelOptions = ref([
|
|
|
color: #666666;
|
|
color: #666666;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- .info-flex{
|
|
|
|
|
|
|
+ .info-flex {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
}
|
|
}
|
|
@@ -341,7 +405,7 @@ const levelOptions = ref([
|
|
|
width: 26px;
|
|
width: 26px;
|
|
|
height: 26px;
|
|
height: 26px;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
- background: #2199F8;
|
|
|
|
|
|
|
+ background: #2199f8;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -358,8 +422,8 @@ const levelOptions = ref([
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- color: #C77D05;
|
|
|
|
|
- background: #FFECAD;
|
|
|
|
|
|
|
+ color: #c77d05;
|
|
|
|
|
+ background: #ffecad;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
margin-left: 8px;
|
|
margin-left: 8px;
|
|
@@ -369,16 +433,16 @@ const levelOptions = ref([
|
|
|
padding-right: 2px;
|
|
padding-right: 2px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .btn-text{
|
|
|
|
|
|
|
+ .btn-text {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
- color: #A8A8A8;
|
|
|
|
|
|
|
+ color: #a8a8a8;
|
|
|
padding: 2px 12px;
|
|
padding: 2px 12px;
|
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
|
- border: 1px solid #A8A8A8;
|
|
|
|
|
|
|
+ border: 1px solid #a8a8a8;
|
|
|
background: rgba(220, 220, 220, 0.1);
|
|
background: rgba(220, 220, 220, 0.1);
|
|
|
- &.actice{
|
|
|
|
|
- color: #F3C11D;
|
|
|
|
|
- border-color: #F3C11D;
|
|
|
|
|
|
|
+ &.actice {
|
|
|
|
|
+ color: #f3c11d;
|
|
|
|
|
+ border-color: #f3c11d;
|
|
|
background: rgba(243, 193, 29, 0.1);
|
|
background: rgba(243, 193, 29, 0.1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -397,7 +461,6 @@ const levelOptions = ref([
|
|
|
// color: #ac4dff;
|
|
// color: #ac4dff;
|
|
|
// }
|
|
// }
|
|
|
&:nth-child(3) {
|
|
&:nth-child(3) {
|
|
|
-
|
|
|
|
|
background: #eedaff;
|
|
background: #eedaff;
|
|
|
color: #ac4dff;
|
|
color: #ac4dff;
|
|
|
}
|
|
}
|