|
@@ -151,6 +151,8 @@
|
|
|
|
|
|
.info-desc-box {
|
|
|
width: 100%;
|
|
|
+ max-height: 70vh;
|
|
|
+ overflow-y: auto;
|
|
|
background: rgba(94, 27, 19, .6431372549019608);
|
|
|
backdrop-filter: blur(10px);
|
|
|
border-radius: 10px 10px;
|
|
@@ -162,6 +164,20 @@
|
|
|
margin-top: 10px;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
+ .info-desc-box::-webkit-scrollbar {
|
|
|
+ width: 8px;
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ .info-desc-box::-webkit-scrollbar-thumb {
|
|
|
+ border-radius: 10px;
|
|
|
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
|
+ background-color: #911212;
|
|
|
+ }
|
|
|
+ .info-desc-box::-webkit-scrollbar-track {
|
|
|
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
|
+ border-radius: 10px;
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
|
|
|
.options-box {
|
|
|
width: 100%;
|
|
@@ -500,7 +516,7 @@
|
|
|
<div class="line"></div><img src="./img/icon-down.png" alt="">
|
|
|
</div>
|
|
|
<div class="info-desc-box" :style="{opacity: isShowDescBox ? 1:0}">{{curModel.desc}}</div>
|
|
|
- </div>]
|
|
|
+ </div>
|
|
|
<!-- 下面功能按钮去 -->
|
|
|
<div class="options-box " :class="{'guide-options-box': isGuideOpen}">
|
|
|
<div class="left-box">
|