mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
147 lines
2.6 KiB
SCSS
147 lines
2.6 KiB
SCSS
:host{
|
|
// background: #0782c9;
|
|
}
|
|
ion-content{
|
|
--background: transparent;
|
|
}
|
|
ion-toolbar{
|
|
border-width: 0 !important;
|
|
--padding-top: 0px !important;
|
|
--padding-start: 0px !important;
|
|
--padding-right: 0px !important;
|
|
--padding-end: 0px !important;
|
|
}
|
|
|
|
.div-top-header{
|
|
margin: 0 auto;
|
|
background-color: #0782c9;
|
|
overflow: auto;
|
|
padding-top: 15px;
|
|
border: 0!important;
|
|
|
|
.div-search{
|
|
font-size: 45px;
|
|
float: left;
|
|
margin: 0 0 0 10px
|
|
}
|
|
.div-logo{
|
|
background: transparent;
|
|
width: 140px;
|
|
margin: 5px 0 0px 71px;
|
|
float: left;
|
|
}
|
|
.div-logo img{
|
|
width: 100%;
|
|
}
|
|
.div-profile{
|
|
font-size: 45px;
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
ion-content{
|
|
// --background:#0782c9;
|
|
--border: none;
|
|
}
|
|
.main-header{
|
|
width: 100%; /* 400px */
|
|
height: 100%;
|
|
font-family: Roboto;
|
|
background-color: #fff;
|
|
overflow:hidden;
|
|
color:#000;
|
|
transform: translate3d(0, 1px, 0);
|
|
|
|
.title-content{
|
|
margin: 0px auto;
|
|
padding: 0 !important;
|
|
background: #fff;
|
|
}
|
|
.div-title{
|
|
padding: 0!important;
|
|
}
|
|
.title{
|
|
font-size: 25px;
|
|
}
|
|
.div-icon{
|
|
display: flex;
|
|
/* width: 45px;
|
|
float: right; */
|
|
font-size: 35px;
|
|
padding: 0 !important;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.div-icon ion-icon{
|
|
float: right;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
.main-content{
|
|
font-family: Roboto;
|
|
background-color: #fff;
|
|
overflow:auto;
|
|
.aside-left{
|
|
border-right: 1px solid #d8d8d8;
|
|
}
|
|
.content{
|
|
//border: 1px solid red;
|
|
}
|
|
}
|
|
.item{
|
|
padding: 0 0px 0 0px !important;
|
|
margin: 0px auto;
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
.item-icon{
|
|
margin-top: 28px;
|
|
width: 45px;
|
|
float: left;
|
|
font-size: 40px;
|
|
}
|
|
.item-icon2{
|
|
margin-top: 23px;
|
|
width: 45px;
|
|
float: left;
|
|
font-size: 40px;
|
|
}
|
|
.item-icon ion-icon{
|
|
color: #061b52;
|
|
}
|
|
.item-content{
|
|
float: left;
|
|
padding: 15px 0 15px 10px;
|
|
}
|
|
.item-content-date{
|
|
color: #797979;
|
|
font-size: 13px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.item-content-title{
|
|
color: #0d89d1;
|
|
font-size: 15px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.item-content-detail{
|
|
color: #000000;
|
|
font-size: 13px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 801px) {
|
|
.content-right{
|
|
display: flex !important;
|
|
width: 65%;
|
|
}
|
|
.aside-left{
|
|
width: 35%;
|
|
}
|
|
}
|