This commit is contained in:
X1627315083
2024-01-09 17:55:29 +08:00
parent 336982b0fe
commit fd4ed51bf5
3 changed files with 10 additions and 8 deletions

View File

@@ -48,7 +48,7 @@
<div class="models_placement_content">
<div class="plcaement_point_content">
<div class="select_block">
<a-select
<!-- <a-select
ref="select"
v-model:value="sex.value"
:options="sexList"
@@ -59,7 +59,8 @@
style="color: #343579"
></span
></template>
</a-select>
</a-select> -->
<div>{{ sex.label }}</div>
</div>
<div class="placement_point_item" v-for="(point,index) in pointList" :key="index" >
<div class="ponit_title">{{point.title}}</div>

View File

@@ -1221,7 +1221,7 @@ export default defineComponent({
.home_page_left {
// width: 44.4rem;
// width: 55rem;
width: 35%;
width: 30%;
height: 100%;
padding: 2rem 0 0 0;
background: rgba(255, 255, 255, 0.2);
@@ -1350,7 +1350,7 @@ export default defineComponent({
.right_content_header {
display: flex;
justify-content: space-between;
height: 5.5rem;
height: 4.5rem;
align-items: center;
padding: 0 3.2rem 0 1.9rem;
background: rgba(255, 255, 255, 0.2);
@@ -1374,7 +1374,7 @@ export default defineComponent({
display: flex;
flex-direction: column;
position: absolute;
top: 4.5rem;
top: 5.5rem;
width: 100%;
background: #fff;
padding: 1rem;
@@ -1406,7 +1406,7 @@ export default defineComponent({
.right_content_body {
padding: 0 1.8rem 0 1.2rem;
background: rgba(255, 255, 255, 0.2);
height: calc(50% - 5.5rem);
height: calc(50% - 4.5rem);
min-height: 280px;
.right_content_img_block {
@@ -1470,7 +1470,8 @@ export default defineComponent({
position: relative;
vertical-align: top;
flex-shrink: 0;
max-height: 100%;
// max-height: 100%;
max-height: 80%;
&:hover .icon_like {
display: block;
}

View File

@@ -561,7 +561,7 @@ export default defineComponent({
left: 50%;
transform: translate(-50%,-50%);
// width: 60rem;
width: 125rem;
width: 127rem;
background: #FFFFFF;
// box-shadow: -0.3rem 2rem 5.9rem 0px rgba(200,200,200,0.3);
border-radius: 1rem;