123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- * {
- 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; }
- 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%;
- }
- section .cont-wrapper .line img {
- width: 20px;
- height: 20px; }
- section .cont-wrapper .line .title {
- width: 80px;
- text-align: justify;
- font-size: 16px;
- }
- section .cont-wrapper .line .title span {
- display: inline-block;
- /* Opera */
- padding-left: 100%; }
- section .cont-wrapper .line .cont {
- flex: 0 0 60%;
- color: #999999;
- font-size: 16px;}
- section .cont-wrapper .line .btn {
- font-size: 14px;
- background-color: #2fb390;
- height: 25px;
- width: 25px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #ffffff;
- position: relative;
- top: -24px;
- right: -10px}
-
- .cont > input{
- padding: 0px;
- border: 1px solid #dfdfdf;
- padding-left: 10px;
- height: 40px;
- }
- .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
- color: #333;
- background-color: #fff !important;
- border-color: transparent !important;
- }
- .btn-group.open .dropdown-toggle{
- box-shadow: inset 0 3px 5px transparent !important;
- }
- .input, select, textarea{
- color: #333;
- padding :0px;
- border-color: #dfdfdf;
- padding-left: 10px;
- }
- .xing{
- color:red;
- align-self: center;
- margin-left: 5px;
- }
- .editBtn{
- position: relative;
- width: 49px !important;
- top: 0px !important;
- }
- .editClBtn{
- position: relative;
- left: 4px;
- width: 49px !important;
- top: 11px !important;
- }
-
-
- input[type="file"] {
- color: transparent;
- }
- .zpsp{
- display: flex;
- }
- .zpsp #picText{
- width: 87%;
- flex: 0 0 73%;
- }
- .zpsp #VideoText {
- width: 87%;
- flex: 0 0 73%;
- }
- .zpsp>div{
- flex:0 0 20%;
- }
- select {
- height: 40px;
- font-size: 14px;
- margin-top: 1px;
- background-color: #fff;
- border: 1px solid #dfdfdf !important;
- padding-left: 10px;
- }
- .line line{
- }
- .maohao{
- padding-top: 0.15rem;
- }
- /*# sourceMappingURL=index.css.map */
|