card repair and adaptation

This commit is contained in:
Madara0330E
2024-02-15 17:12:07 +03:00
parent 9b3262bcb8
commit e20c5534b2
2 changed files with 72 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
.info { .info {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -6,6 +7,8 @@
width: 1332px; width: 1332px;
height: 732px; height: 732px;
margin-top: 10px; margin-top: 10px;
margin-left: 60px;
} }
.bottom_card { .bottom_card {
width: 1332px; width: 1332px;
@@ -36,7 +39,7 @@
} }
.text_2 { .text_2 {
width: 244px; width: 244px;
height: 221.5px; height: 220px;
display: inline-block; display: inline-block;
flex-flow: column-reverse; flex-flow: column-reverse;
@@ -71,7 +74,7 @@
} }
.whatjob_2 { .whatjob_2 {
display: flex; display: flex;
width: 2006px; width: 206px;
height: 16px; height: 16px;
margin-left: 22px; margin-left: 22px;
font-family: 'Montserrat'; font-family: 'Montserrat';
@@ -129,7 +132,7 @@
} }
.Rafael1209_text_2 { .Rafael1209_text_2 {
width: 244px; width: 244px;
height: 221.5px; height: 220px;
display: inline-block; display: inline-block;
flex-flow: column-reverse; flex-flow: column-reverse;
@@ -221,7 +224,7 @@
} }
.Ckutls__text_2 { .Ckutls__text_2 {
width: 244px; width: 244px;
height: 221.5px; height: 219.7px;
display: inline-block; display: inline-block;
flex-flow: column-reverse; flex-flow: column-reverse;
@@ -295,7 +298,7 @@
} }
.Ckutls__skin_2 { .Ckutls__skin_2 {
width: 244px; width: 244px;
height: 221.5px; height: 221px;
display: inline-block; display: inline-block;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -486,7 +489,6 @@
.megatntmega_card { .megatntmega_card {
width: 422px; width: 422px;
height: 269px; height: 269px;
flex-direction: row;
border-radius: 22px; border-radius: 22px;
border: 3px solid #595959 ; border: 3px solid #595959 ;
border-color: #595959; border-color: #595959;
@@ -512,7 +514,7 @@
font-family: 'Montserrat'; font-family: 'Montserrat';
color: white; color: white;
font-size: 14px; font-size: 14px;
width: 97px;
height: 16px; height: 16px;
} }
.megatntmega_aboutinfo h1 { .megatntmega_aboutinfo h1 {
@@ -553,13 +555,12 @@
height: 36px; height: 36px;
} }
.megatntmega_skin { .megatntmega_skin {
margin-right: 13px;
margin-top: 51px; margin-top: 51px;
margin-bottom: 3px; margin-bottom: 3px;
background: ;
display: flex; display: flex;
width: 212px; width: 212px;
height: 212px; height: 212px;
background-image: url(@/assets/icons-developcard/megatntmega.png);
} }
.megatntmega_skin img { .megatntmega_skin img {
width: 212px; width: 212px;
@@ -641,7 +642,6 @@
margin-right: 13px; margin-right: 13px;
margin-top: 51px; margin-top: 51px;
margin-bottom: 3px; margin-bottom: 3px;
background: ;
display: flex; display: flex;
width: 212px; width: 212px;
height: 212px; height: 212px;
@@ -652,7 +652,66 @@
} }
/*the and CLARFFY_card 1*/ /*the and CLARFFY_card 1*/
@media (max-width: 2048px) {
.info {
flex-direction: column;
align-items: center;
display: flex;
justify-content: center;
width: 1332px;
height: 732px;
margin-top: 80px;
margin-left: 142px;
}
}
@media (max-width: 1700px) {
.info {
width: 100%;
height: auto;
margin-top: 10px;
margin-left: 0;
justify-content: center;
flex-direction: column;
}
.bottom_card {
width: 100%;
height: auto;
margin-top: 20px;
margin-left: 0;
justify-content: none;
flex-direction: column;
margin-left: 645px;
}
.top_card {
width: 100%;
height: auto;
margin-left: 0;
justify-content: none;
flex-direction: column;
margin-left: 820px;
}
.Hepatir_card {
margin-top: 20px;
margin-bottom: 20px;
}
.Ckutls__card {
margin-bottom: 20px;
}
.Hepatir_card {
margin-top: 20px;
margin-bottom: 20px;
}
.busha888_card {
margin-top: 20px;
margin-bottom: 20px;
}
}

View File

@@ -124,7 +124,7 @@
</div> </div>
</div> </div>
<div class="megatntmega_skin"> <div class="megatntmega_skin">
<img src="@/assets/icons-developcard/megatntmega.png" alt="">
</div> </div>
</div> </div>
<div class="busha888_card"> <div class="busha888_card">
@@ -173,7 +173,7 @@
</template> </template>
<script> <script>
import '@/assets/css/ComponentsStyles/DevelopComponent.css' import '@/assets/css/ComponentsStyles/developer.css'
export default { export default {