mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
126 lines
2.2 KiB
SCSS
126 lines
2.2 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{
|
|
width: 400px;
|
|
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;
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
background-color: #fff;
|
|
overflow:hidden;
|
|
padding: 30px 20px 0px 20px;
|
|
color:#000;
|
|
transform: translate3d(0, 5px, 0);
|
|
}
|
|
.main-content{
|
|
width: 100%; /* 400px */
|
|
height: 100%;
|
|
font-family: Roboto;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
overflow:auto;
|
|
padding: 15px 20px 0 20px;
|
|
}
|
|
.title-content{
|
|
width: 360px;
|
|
margin: 0px auto;
|
|
overflow: auto;
|
|
padding: 0 !important;
|
|
background: #fff;
|
|
}
|
|
.div-title{
|
|
padding: 0!important;
|
|
float: left;
|
|
}
|
|
.title{
|
|
font-size: 25px;
|
|
}
|
|
.div-icon{
|
|
width: 40px;
|
|
float: right;
|
|
font-size: 35px;
|
|
overflow: auto;
|
|
}
|
|
.item{
|
|
width: 360px;
|
|
padding: 0 0px 0 0px;
|
|
overflow: auto;
|
|
margin: 0px auto;
|
|
}
|
|
.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{
|
|
width: 305px;
|
|
float: left;
|
|
padding: 15px 0 15px 10px;
|
|
}
|
|
.item-content-date{
|
|
color: #797979;
|
|
font-size: 13px;
|
|
}
|
|
.item-content-title{
|
|
color: #0d89d1;
|
|
font-size: 15px;
|
|
padding: 5px 0 5px 0;
|
|
}
|
|
.item-content-detail{
|
|
color: #000000;
|
|
font-size: 13px;
|
|
} |