123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- * {
- margin: 0;
- padding: 0;
- list-style: none; }
- html, body {
- margin: 0;
- height: 100%;
- display: flex;
- flex-direction: column; }
- body {
- background: #fff;
- font: normal 12px/22px; }
- .header {
- color: #fff;
- background-color: #30B9EF;
- display: flex;
- height: 45px;
- align-items: center;
- z-index:999; }
- .header .m1 {
- width: 15%;
- text-align: center;
- font-size: 23px;}
- .header .m2 {
- flex: 1;
- display: flex;
- justify-content: center;
- font-size: 0.3rem;
- color: #fff;
- font-weight: bold;
- }
- .header .m3 {
- width: 15%; }
- .bars {
- left: 0;
- right: 0;
- bottom: 0;
- position: absolute;
- background-color: #47a080;
- height: 60px;
- display: flex;
- align-items: center;
- justify-content: center; }
- .bars .bar {
- font-size: 14px;
- color: #ffffff;
- display: flex;
- flex-direction: column;
- align-items: center;
- flex: 1;
- text-align: center; }
- .bars .bar img {
- width: 50px;
- height: 50px; }
- .bars .bar span {
- margin-top: -15px; }
- .bars .select {
- color: #436b84; }
- .wrapper {
- background-color: #ffffff;
- flex: 1;
- overflow: scroll; }
- #contant{
- display: flex;
- flex-direction: column;
- }
- section {
- color: #444;
- padding: 20px 10px 0 16px; }
- section .headline {
- font-size: 18px;
- margin-bottom: 20px;
- background-color: whitesmoke; }
- section .cont-wrapper {
- width: 100%; }
- section .cont-wrapper .line {
- display: flex;
- width: 100%;
- height: 26px;
- }
- section .cont-wrapper .line img {
- width: 20px;
- height: 20px; }
- section .cont-wrapper .line .title {
- width: 80px;
- text-align: justify; }
- section .cont-wrapper .line .title span {
- display: inline-block;
- /* Opera */
- padding-left: 100%; }
- section .cont-wrapper .line .cont {
- flex: 1;
- color: #999999; }
- section .cont-wrapper .line .btn {
- font-size: 14px;
- background-color: #2fb390;
- height: 26px;
- width: 60px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #ffffff;
- border-radius: 13px; }
- .input-wrapper {
- padding: 10px 16px 16px;
- display: flex;
- align-items: center; }
- .input-wrapper .input {
- flex: 1;
- background-color: #f1f2f3;
- height: 30px;
- border-radius: 15px;
- margin-right: 15px;
- overflow: hidden;
- padding-left: 15px; }
- .input-wrapper .input input {
- color: #333333;
- font-size: 16px;
- background-color: #f1f2f3;
- border: 0;
- flex: 1;
- width: 100%;
- height: 30px; }
- .selector {
- margin: 10px 16px 0;
- display: flex;
- align-items: center;
- height: 30px;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- overflow: hidden;
- border: 1px #f06759 solid; }
- .selector div {
- height: 100%;
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- color: rgba(243, 98, 85, 0.68);
- border-right: 1px #f06759 solid; }
- .selector div:last-child {
- border-right: 0; }
- .selector .selected {
- background-color: #f06759;
- color: #ffffff; }
- .m3 {
- font-size: 44px; }
- /*# sourceMappingURL=index.css.map */
|