cl преди 6 години
родител
ревизия
e69f690f98
променени са 2 файла, в които са добавени 35 реда и са изтрити 15 реда
  1. 15 5
      src/views/About.vue
  2. 20 10
      src/views/News.vue

+ 15 - 5
src/views/About.vue

@@ -170,6 +170,7 @@ export default {
   text-align: center;
 }
 .imgright {
+  margin-top: 20px;
   margin-left: 20px;
   width: 50%;
 }
@@ -193,10 +194,19 @@ export default {
   flex-direction: row;
 }
 .widthimg {
+  display: flex;
   position: absolute;
   width: 100%;
   height: 100%;
 }
+.head p {
+  width: 90px;
+  padding-left: 18px;
+  display: flex;
+  justify-content: flex-start;
+  border-bottom: 1px solid rgb(121, 121, 121);
+  margin-bottom: -7px;
+}
 .imgrow {
   margin-top: 30px;
   display: flex;
@@ -214,7 +224,7 @@ export default {
 }
 .leftmenu {
   width: 20%;
-  margin-left: 20px;
+  /* margin-left: 20px; */
   margin-top: 60px;
   display: flex;
   flex-direction: row;
@@ -224,12 +234,12 @@ export default {
   padding-left: 50px;
   margin-top: 60px;
   margin-left: 60px;
-  width: 70%;
+  width: 50%;
   position: absolute;
-  margin-left: 25%;
+  margin-left: 20%;
 }
 .leftmenu img {
-  height: 200px;
+  height: 300px;
 }
 .leftbutton {
   display: flex;
@@ -273,6 +283,6 @@ h2 {
   margin-top: -32px;
 }
 hr {
-  color: rgb(154, 154, 154);
+  color: rgb(215, 215, 215);
 }
 </style>

+ 20 - 10
src/views/News.vue

@@ -57,6 +57,7 @@ import img1 from "../components/img/u305.jpg";
 import img2 from "../components/img/u313.png";
 import img3 from "../components/img/u314.png";
 import img4 from "../components/img/u315.png";
+// import img5 from ""
 export default {
   name: "News",
   //   props: {
@@ -109,16 +110,17 @@ export default {
   position: absolute;
   width: 100%;
   height: 100%;
+  display: flex;
 }
-.newslistdays{
-  color:rgb(204, 204, 204);
+.newslistdays {
+  color: rgb(204, 204, 204);
   font-weight: 600;
 }
-.newslistdays p{
+.newslistdays p {
   margin-top: 0px;
   margin-bottom: 0px;
 }
-.listcontent{
+.listcontent {
   margin-top: 30px;
   margin-left: 50px;
 }
@@ -126,8 +128,8 @@ p {
   font-size: 19px;
   padding-left: 10px;
 }
-.newscontent{
-  color: rgb(107,107,107);
+.newscontent {
+  color: rgb(107, 107, 107);
   font-size: 17px;
 }
 .newslist {
@@ -136,14 +138,14 @@ p {
   justify-content: space-between;
   padding-right: 20px;
 }
-.eachnews p{
+.eachnews p {
   margin-bottom: 0px;
 }
-.days{
+.days {
   color: rgb(174, 174, 174);
   font-size: 35px;
-  margin-top: 15px!important;
-  margin-bottom: 0px
+  margin-top: 15px !important;
+  margin-bottom: 0px;
 }
 .imgtext {
   position: absolute;
@@ -159,6 +161,14 @@ p {
   position: relative;
   margin-top: 0%;
 }
+.newscenterhead p{
+  width: 90px;
+  padding-left: 18px;
+  display: flex;
+  justify-content: flex-start;
+  border-bottom: 1px solid rgb(121, 121, 121);
+  margin-bottom: -7px;
+}
 .newsblock {
   position: relative;
   margin-top: 20px;