This commit is contained in:
parent
c36e6b1947
commit
5a72d919d0
7 changed files with 10667 additions and 227 deletions
10034
static/css/bootstrap.css
vendored
Normal file
10034
static/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
372
static/css/style.css
Normal file
372
static/css/style.css
Normal file
|
@ -0,0 +1,372 @@
|
|||
/*=== Header area start ===*/
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
background: #1F2E3D;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
input:focus,
|
||||
textarea:focus,
|
||||
button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: white;
|
||||
background: #ff7675;
|
||||
}
|
||||
|
||||
::-webkit-selection {
|
||||
color: white;
|
||||
background: #ff7675;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: white;
|
||||
background: #ff7675;
|
||||
}
|
||||
|
||||
.scrolltotop {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 20px 20px 0 0;
|
||||
background: rgba(0,0,0,.5);
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
position: fixed;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
display: none;
|
||||
transition: 0.2s all ease;
|
||||
-webkit-transition: 0.2s all ease;
|
||||
-moz-transition: 0.2s all ease;
|
||||
}
|
||||
|
||||
.scrolltotop:hover {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
box-shadow: 0px 0px 5px rgba(0,0,0,.5);
|
||||
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
|
||||
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
.main-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.header-area {
|
||||
padding: 23px 0 24px;
|
||||
background: #222831;
|
||||
border-bottom: 1px solid #FFD018;
|
||||
}
|
||||
|
||||
.header-item a {
|
||||
font-weight: 800;
|
||||
font-size: 26px;
|
||||
letter-spacing: 0.75px;
|
||||
text-transform: uppercase;
|
||||
color: #F7FCFF;
|
||||
display: inline-block;
|
||||
transition: 0.2s all ease;
|
||||
-webkit-transition: 0.2s all ease;
|
||||
-moz-transition: 0.2s all ease;
|
||||
}
|
||||
|
||||
.header-item a:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.content-area {
|
||||
padding-top: 20px;
|
||||
background: #1f2e3d;
|
||||
padding-bottom: 30px;
|
||||
min-height: 60vh;
|
||||
}
|
||||
|
||||
.content-item-inner select {
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
letter-spacing: 0.75px;
|
||||
color: #E8E8E8;
|
||||
background: #222831;
|
||||
border: 1px solid #FFD018;
|
||||
box-sizing: border-box;
|
||||
border-radius: 8px;
|
||||
width: 258px;
|
||||
height: 56px;
|
||||
line-height: 56px;
|
||||
appearance: none;
|
||||
background-image: url(images/01.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position: calc(100% - 13px) 50%;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.content-item-inner2 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.content-item-inner3 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 2px solid #ffd018;
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
background: #222831;
|
||||
}
|
||||
|
||||
.content-item-inner3 h2 {
|
||||
font-weight: 700;
|
||||
font-size: 20px;
|
||||
letter-spacing: 0.75px;
|
||||
color: #FFD018;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.content-item-inner4 {
|
||||
width: 760px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-right: 10px;
|
||||
border-right: 2px solid #ffd018;
|
||||
height: 60px;
|
||||
padding-left: 86px;
|
||||
}
|
||||
|
||||
.content-item-inner4 div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.content-item-inner5 {
|
||||
width: 320px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 10px;
|
||||
border-right: 2px solid #ffd018;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.content-item-inner5 div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.content-item-inner6 {
|
||||
width: 120px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
padding-right: 10px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 17px;
|
||||
padding-right: 10px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li a {
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
display: inline-block;
|
||||
letter-spacing: 0.75px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li p {
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
display: inline-block;
|
||||
letter-spacing: 0.75px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li:nth-child(even) {
|
||||
background: #222831;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(1) {
|
||||
width: 760px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(1) img {
|
||||
max-width: 32px;
|
||||
margin-right: 37px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(2) {
|
||||
width: 320px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(3) {
|
||||
width: 120px;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.footer-area {
|
||||
padding: 20px 0;
|
||||
background: #222831;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.footer-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.footer-item ul {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-item ul li a {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.75px;
|
||||
color: #FFFFFF;
|
||||
display: block;
|
||||
margin-right: 20px;
|
||||
transition: 0.2s all ease;
|
||||
-webkit-transition: 0.2s all ease;
|
||||
-moz-transition: 0.2s all ease;
|
||||
}
|
||||
|
||||
.footer-item ul li a:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.footer-item p {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.75px;
|
||||
color: #FFFFFF;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
====================================
|
||||
Small Screen - Tablate
|
||||
====================================
|
||||
*/
|
||||
@media screen and (min-width: 768px) and (max-width: 991px) {
|
||||
|
||||
|
||||
.content-item-inner4 {
|
||||
padding-left: 76px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li a {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li a:nth-of-type(1) img {
|
||||
margin-right: 27px;
|
||||
}
|
||||
|
||||
.footer-item ul li a {
|
||||
font-size: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.footer-item p {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
====================================
|
||||
Small Screen - Mobile
|
||||
====================================
|
||||
*/
|
||||
@media screen and (max-width: 767px) {
|
||||
|
||||
|
||||
.header-item {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content-item-inner select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content-item-inner2 {
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
width: 650px;
|
||||
}
|
||||
|
||||
.content-item-inner4 {
|
||||
width: 267px;
|
||||
padding-left: 77px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(1) {
|
||||
width: 267px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(1) img {
|
||||
margin-right: 28px;
|
||||
}
|
||||
|
||||
.footer-item {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.footer-item ul {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.footer-item ul li a {
|
||||
margin-right: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Reference in a new issue