123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- * {
- 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; }
- .header .m1 {
- width: 15%;
- text-align: center; }
- .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: #30B9EF;
- height: 60px;
- display: flex;
- align-items: center;
- justify-content: center; }
- .bars .bar {
- height: 100%;
- 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: -5px; }
- .bars .select {
- color: #000000; }
- .wrapper {
- background-color: #ffffff;
- flex: 1;
- padding-bottom: 70px;
- overflow: scroll; }
- .items {
- margin-top: 10px; }
- .head {
- color: #666666;
- font-size: 16px;
- padding: 10px 16px;
- background-color: #f6f7f8;
- position: relative; }
- .head:after {
- position: absolute;
- content: '';
- background-color: #2fb9ef;
- width: 10px;
- top: 12px;
- left: 0;
- bottom: 12px; }
- .cont-wrapper {
- display: flex;
- flex-wrap: wrap; }
- .cont-wrapper .c1 {
- width: 33.3%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 5px;
- padding-bottom: 5px; }
- .cont-wrapper .c1 img {
- width: 34px;
- height: 34px; }
- .cont-wrapper .c1 .d1 {
- color: #888;
- font-size: 0.2rem; }
- #wrap section {
- background:none;
- top: 45px;
- }
- /*# sourceMappingURL=index.css.map */
|