123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- ul,
- ol,
- form {
- margin: 0;
- }
- .main-frame {
- position: relative;
- min-height: 100%;
- z-index: 1;
- }
- .main-frame .main-frame-bd {
- min-height: 500px;
- padding: 0 0 140px;
- zoom: 1;
- }
- .m-content {
- position: relative;
- /* padding-top: 95px; */
- /* border: 1px solid #e8e8e8; */
- }
- .ng-scope {
- border: 0px dashed red;
- }
- .clear{
- clear: both;
- }
- .clear:after {
- display: block;
- content: "clear";
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- .plr3{
- padding-left: 30px;
- padding-right: 30px;
- }
- .pl3{
- padding-left: 30px;
- }
- .post-main{
- width: 900px;
- margin:30px auto;
- }
- .m-pages {
- clear: both;
- padding: 10px 0;
- text-align: center;
- margin-top: 20px;
- }
- .p-wrap-full {
- width: 1200px;
- margin-left: auto;
- margin-right: auto;
- }
- .btn-r {
- width: 80px;
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- text-align: center;
- color: #fff;
- background-color: #3290d4;
- border: 0;
- cursor: pointer;
- display: inline-block;
- border-radius: 5px;
- }
- .m-notice-detail {
- padding: 0 20px;
- }
- .abs {
- position: absolute;
- }
- .return-btn {
- width: 100px;
- right: 0;
- bottom: 19px;
- }
- .ui-ipt {
- background-color: #fff;
- border: 1px solid #ddd;
- padding: 11px 8px;
- margin: 0;
- color: #666;
- box-sizing: border-box;
- vertical-align: middle;
- display: inline-block;
- border-radius: 5px;
- }
- .ipt,
- .slt,
- .ui-ipt,
- .ui-slt {
- width: 200px;
- background-color: #fff;
- border: 1px solid #ddd;
- padding: 8px;
- margin: 0;
- color: #999;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .ipt:disabled,
- .slt:disabled,
- .ui-ipt:disabled,
- .ui-slt:disabled {
- background-color: #f2f2f2;
- color: #bbb;
- }
- .ipt1 {
- width: 278px;
- height: 37px;
- background-color: #fff;
- border: 1px solid #ddd;
- padding: 0 8px;
- margin: 0;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- outline: none;
- }
- li {
- display: list-item;
- text-align: -webkit-match-parent;
- }
- .ul-form li {
- margin-bottom: 8px;
- position: relative;
- }
- .ul-form .tips {
- color: #fb8181;
- padding-left: 8px;
- font-size: 12px;
- }
- .ul-form .tips .p-ico2 {
- width: 14px;
- height: 14px;
- background-position: -70px -290px;
- margin-right: 5px;
- }
- ul, ol {
- padding-left: 0;
- list-style-type: none;
- }
- input {
- -webkit-writing-mode: horizontal-tb !important;
- text-rendering: auto;
- color: -internal-light-dark(black, white);
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- display: inline-block;
- text-align: start;
- appearance: textfield;
- background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
- -webkit-rtl-ordering: logical;
- cursor: text;
- margin: 0em;
- font: 400 13.3333px Arial;
- /* padding: 1px 2px; */
- border-width: 2px;
- border-style: inset;
- border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
- border-image: initial;
- }
- input:focus{
- outline-offset: 0px;
- /* outline: none;
- border: 1px solid #fff; */
- }
- .title-box {
- border-bottom: 1px solid #e6e6e6;
- }
- .clear {
- clear: both;
- *zoom: 1;
- }
- .footer {
- height: 110px;
- min-width: 1200px;
- padding-top:30px;
- position: relative;
- text-align: center;
- background-color: #f5f5f5;
- border-top: 1px solid #e6e6e6;
- }
- a, span {
- display: inline-block;
- }
- .panel-tit {
- font-size: 18px;
- font-weight: bold;
- }
- .m-right-block {
- width: 1009px;
- margin: 0 auto;
- min-height: 700px;
- background: #fff;
- border-radius: 1rem;
- margin-bottom: 2rem;
- margin-top: 2rem;
- /* border-left: 1px solid #e8e8e8; */
- }
- .m-right-block .right-block-bd {
- padding: 13px 20px;
- }
- .m-right-block .right-block-bd .tit-block {
- border-bottom: 1px solid #e8e8e8;
- padding-bottom: 5px;
- }
- .m-right-block .right-block-bd .tit-block .tit-txt {
- font-size: 16px;
- }
- .m-right-block .right-block-bd .tit-block-1 {
- color: #3290d4;
- font-size: 15px;
- border-left: 4px solid #3290d4;
- height: 15px;
- line-height: 15px;
- padding-left: 5px;
- margin-bottom: 8px;
- }
- .btn-normal {
- width: 80px;
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- text-align: center;
- color: #fff;
- background-color: #ff914b;
- border: 0;
- cursor: pointer;
- display: inline-block;
- border-radius: 5px;
- }
- .banner-box {
- width: 100%;
- height: 415px;
- /* background: url("/static/images/nav_bg.png") no-repeat center top; */
- position: relative;
- z-index: 1;
- }
- .opacity-bg {
- border-radius: 10px;
- background:#3876da;
- /* background: rgba(0,0,0,0.2); */
- /* background: url("../../assets/images/opacity-bg_hash548c17198c.png"); */
- color: #fff;
- }
- .typelist .p-ico {
- display: block;
- width: 40px;
- height: 40px;
- margin: 0 auto 10px;
- }
- .typelist .i1 {
- color: #196fad;
- background-position: 0px -77px;
- }
- .typelist .i2 {
- color: #196fad;
- background-position: -40px -77px;
- }
- .typelist .i3 {
- background-position: -80px -77px;
- }
- .typelist .i4 {
- background-position: -120px -77px;
- }
- .typelist .i5 {
- background-position: -161px -77px;
- }
- .typelist .i6 {
- background-position: -200px -77px;
- }
- .typelist .i7 {
- background-position: -310px -400px;
- }
- .typelist .i8 {
- background-position: -100px -470px;
- }
- .typelist .i9 {
- background-position: -150px -470px;
- }
- .typelist .i10 {
- background-position: -205px -469px;
- }
|