|
|
@@ -10,7 +10,6 @@
|
|
|
</ul>
|
|
|
|
|
|
<div class="left-area">
|
|
|
- <img class="wuding" :src="`${config.cdn_url}images/wuding.png`" alt="" />
|
|
|
<ul>
|
|
|
<li
|
|
|
@click="onClickLeft(item)"
|
|
|
@@ -132,6 +131,26 @@ let colorsList = reactive([
|
|
|
id: 2,
|
|
|
color: "#9F7F6A",
|
|
|
},
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ color: "#D3C9C3",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 4,
|
|
|
+ color: "#484F55",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 5,
|
|
|
+ color: "#6F8C8E",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 6,
|
|
|
+ color: "#6584A1",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 7,
|
|
|
+ color: "#80AC92",
|
|
|
+ },
|
|
|
]);
|
|
|
|
|
|
const currentActive = ref({ id: -1 });
|
|
|
@@ -252,13 +271,6 @@ const cutThreeTab = (id, num) => {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-// 拼接模型成功,接受 unity的消息 取消 模型的选中ui效果
|
|
|
-// window.onmessage=(e)=>{
|
|
|
-// if (e.data.source === "disableUIInteract") {
|
|
|
-// console.log('pppppppppppppp--------------');
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
onMounted(() => {
|
|
|
window.addEventListener("message", (e) => {
|
|
|
if (e.data.source === "modelSuccItem") {
|
|
|
@@ -297,28 +309,26 @@ onMounted(() => {
|
|
|
.left-area {
|
|
|
width: 20%;
|
|
|
height: 100%;
|
|
|
- background: rgba(193, 169, 122, 0.5);
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
- top: 0;
|
|
|
- backdrop-filter: blur(8px);
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-
|
|
|
- .wuding {
|
|
|
- width: 120%;
|
|
|
- }
|
|
|
+ top: 50px;
|
|
|
+ height: calc(100% - 50px);
|
|
|
+ background-image: linear-gradient(
|
|
|
+ rgba(193, 169, 122, 0),
|
|
|
+ rgba(193, 169, 122, 1)
|
|
|
+ );
|
|
|
|
|
|
> ul {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
- height: 92%;
|
|
|
+ height: 100%;
|
|
|
|
|
|
> li {
|
|
|
- color: #fff;
|
|
|
- font-size: 18px;
|
|
|
+ opacity: .8;
|
|
|
+ color: #706764;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
width: 50%;
|
|
|
display: inline-block;
|
|
|
@@ -358,18 +368,8 @@ onMounted(() => {
|
|
|
}
|
|
|
|
|
|
&.active {
|
|
|
- position: relative;
|
|
|
- color: $font-active-color;
|
|
|
-
|
|
|
- > img {
|
|
|
- left: 50%;
|
|
|
- top: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- width: 110%;
|
|
|
- position: absolute;
|
|
|
- opacity: 1;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
+ color: #3d4a51;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -381,12 +381,7 @@ onMounted(() => {
|
|
|
right: 0;
|
|
|
width: 80%;
|
|
|
height: 40px;
|
|
|
- background: linear-gradient(
|
|
|
- 270deg,
|
|
|
- rgba(193, 169, 122, 0.8) 0%,
|
|
|
- rgba(193, 169, 122, 0.3) 100%
|
|
|
- );
|
|
|
- backdrop-filter: blur(4px);
|
|
|
+ background-color: rgba(193, 169, 122, 0.8);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
color: #fff;
|
|
|
@@ -417,28 +412,22 @@ onMounted(() => {
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
width: 80%;
|
|
|
- background: linear-gradient(
|
|
|
- 270deg,
|
|
|
- rgba(193, 169, 122, 0.8) 0%,
|
|
|
- rgba(193, 169, 122, 0.3) 100%
|
|
|
- );
|
|
|
- backdrop-filter: blur(4px);
|
|
|
+ background-color: rgba(193, 169, 122, 0.8);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
color: #fff;
|
|
|
justify-content: space-around;
|
|
|
font-size: 12px;
|
|
|
font-weight: bold;
|
|
|
- padding: 10px 0;
|
|
|
- height: 74px;
|
|
|
|
|
|
.typecon {
|
|
|
display: flex;
|
|
|
- width: 20%;
|
|
|
+ width: 40%;
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
> img {
|
|
|
- margin: 0 10px;
|
|
|
+ width: 50%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -455,7 +444,7 @@ onMounted(() => {
|
|
|
}
|
|
|
|
|
|
.b-list {
|
|
|
- width: 80%;
|
|
|
+ width: 60%;
|
|
|
white-space: nowrap;
|
|
|
overflow-x: auto;
|
|
|
overflow-y: hidden;
|
|
|
@@ -469,11 +458,12 @@ onMounted(() => {
|
|
|
|
|
|
> li {
|
|
|
display: inline-block;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
+ width: 46px;
|
|
|
+ height: 46px;
|
|
|
margin: 0 20px;
|
|
|
background: #e8deca;
|
|
|
border-radius: 2px;
|
|
|
+ border: 2px solid transparent;
|
|
|
|
|
|
> img {
|
|
|
width: 100%;
|
|
|
@@ -482,18 +472,18 @@ onMounted(() => {
|
|
|
}
|
|
|
|
|
|
&.active {
|
|
|
- border: 2px solid #fff;
|
|
|
+ border: 2px solid #3D4A51;
|
|
|
}
|
|
|
|
|
|
&.colorActive {
|
|
|
- border: 2px solid #961014;
|
|
|
+ border: 2px solid #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.txtTit {
|
|
|
padding-left: 30px;
|
|
|
font-size: 16px;
|
|
|
- color: #961014;
|
|
|
+ color: #3d4a51;
|
|
|
}
|
|
|
}
|
|
|
}
|