@@ -626,8 +626,14 @@ export default {
*/
/* this.activeIndex = this.activeIndex === index ? !index : index;
*/ },
- absolute0_click(e) {
- console.log("e", e);
+ absolute0_click(e,index,item) {
+ if(!item.show){
+ this.$set(item,'show',false)
+ item.show = !item.show
+
+ }else{
+ item.show = !item.show
+ }
},
absolute1_click(e,index,i) {
let son = index + i
@@ -1076,8 +1082,8 @@ export default {
background-position: 0 -2px;
background-size: 100% 120%;
}
- .projectRight {
- margin-top: 10px;
+ .projectRight {/* */
+ /* margin-top: 10px;
height: 27px;
> :nth-child(1) {
border-radius: unset !important;
@@ -1086,7 +1092,38 @@ export default {
> span {
font-size: 20px;
border-radius: 0px 13px 13px 0px;
+ } */
+ display: flex;
+ align-items: center;
+ justify-content: right;
+ margin-top: -33px;
+ position: relative;
+ height: 27px;
+ margin-bottom: 15px;
+ > div {
+ background: #24bca3;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ border-radius: 13px 0 0 13px;
+ img {
+ width: 17px;
+ margin-right: 3px;
+ margin-left: 10px;
}
+ }
+ span {
+ font-size: 18px;
+ font-weight: 600;
+ padding-right: 10px;
+ color: #fff;
+ background: #24bca3;
+ height: 27px;
+ line-height: 27px;
+ }
+
+
+
}
}
.projectCenterBox {