промежуточный коммит
This commit is contained in:
parent
7a7cabf3e5
commit
16114c71a5
BIN
data.mv.db
BIN
data.mv.db
Binary file not shown.
@ -65,3 +65,94 @@ td form {
|
|||||||
.cart-item {
|
.cart-item {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.headStyle{
|
||||||
|
color: #FFFFFF
|
||||||
|
}
|
||||||
|
.headStyleNavBar{
|
||||||
|
background-color: #454545;
|
||||||
|
}
|
||||||
|
.headStyleNavBar2{
|
||||||
|
background-color: #575757
|
||||||
|
}
|
||||||
|
.stsp{
|
||||||
|
font-size: 30px;
|
||||||
|
color: #333333;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 70;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mainSt{
|
||||||
|
color: #060647;
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rectPage2{
|
||||||
|
color: #FFFFFF;
|
||||||
|
width: 1470px;
|
||||||
|
height: 900px;
|
||||||
|
border : 2px solid #000000;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
.rectPage4{
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
color: #FFFFFF;
|
||||||
|
width: 550px;
|
||||||
|
height: 300px;
|
||||||
|
border: 2px solid #000000;
|
||||||
|
background-color: #7c7474;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
.rectPage5{
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top : auto;
|
||||||
|
margin-bottom : auto;
|
||||||
|
width: 600px;
|
||||||
|
height: 500px;
|
||||||
|
border: 2px solid #000000;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
.rectNews{
|
||||||
|
width:310px;
|
||||||
|
height:200px;
|
||||||
|
border : 2px solid #2582A3;
|
||||||
|
border-radius: 8%;
|
||||||
|
margin-left: 180;
|
||||||
|
margin-top: 9px;
|
||||||
|
margin-bottom:25px;
|
||||||
|
}
|
||||||
|
.stylePage2{
|
||||||
|
float : center;
|
||||||
|
margin-right: 7;
|
||||||
|
color: #063638;
|
||||||
|
font-size: 18px
|
||||||
|
}
|
||||||
|
.styleParagraph{
|
||||||
|
border-top: 2px solid #000000;
|
||||||
|
}
|
||||||
|
.styleBlack{
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
.stylePage2LargeSymbol{
|
||||||
|
float : left;
|
||||||
|
margin-right: 7;
|
||||||
|
color: #118D94;
|
||||||
|
font-size: 50px;
|
||||||
|
line-height: 52px
|
||||||
|
}
|
||||||
|
.rectNewsTextBox{
|
||||||
|
width : 310px;
|
||||||
|
min-height : 50px;
|
||||||
|
border: 2px solid #000000;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
opacity: 0.7;
|
||||||
|
border-radius: 10% / 40%;
|
||||||
|
margin-top : 5px;
|
||||||
|
}
|
||||||
|
.rectNewsText{
|
||||||
|
color: #000000;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
@ -4,6 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="stylesheet" href="/css/style.css" />
|
||||||
<title>Новости</title>
|
<title>Новости</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -16,7 +17,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col mt-4" th:each="newItem : ${news}">
|
<div class="col mt-4" th:each="newItem : ${news}">
|
||||||
<div class="rectNews d-flex flex-column">
|
<div class="rectNews d-flex flex-column">
|
||||||
<img class="image1" src="./images/New1.png" alt="new1" width="100%">
|
<img class="imageNew1" src="./images/New1.png" alt th:alt="${newItem.name}" width="100%">
|
||||||
<div class="rectNewsTextBox">
|
<div class="rectNewsTextBox">
|
||||||
<span class="rectNewsText">
|
<span class="rectNewsText">
|
||||||
<b scope="row" th:text="${newItem.description}"></b>
|
<b scope="row" th:text="${newItem.description}"></b>
|
||||||
|
Loading…
Reference in New Issue
Block a user