123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- .fixed {
- width: 100%;
- left: 0;
- position: fixed;
- top: 0;
- z-index: 99;
- }
- .tab-bar {
- -webkit-backface-visibility: hidden;
- background: #333333;
- color: white;
- height: 28.125px;
- line-height: 28.125px;
- position: relative;
- }
- .tab-bar {
- background: url("../../../image/topbar_bg1.png") center bottom;
- height: 45px;
- line-height: 45px;
- }
- .left-small {
- position: absolute;
- top: 0;
- left: 0;
- }
- .left-small {
- border-right: 0;
- height: 40px;
- width: 40px;
- }
- .tab-bar .menu-icon {
- text-indent: 21.875px;
- display: block;
- line-height: 20.625px;
- padding: 0;
- color: white;
- position: relative;
- -ms-transform: translate(0, 0);
- -webkit-transform: translate3d(0, 0, 0);
- -moz-transform: translate3d(0, 0, 0);
- -ms-transform: translate3d(0, 0, 0);
- -o-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- .tab-bar .menu-icon {
- height: 40px;
- width: 37px;
- }
- .tab-bar .menu-icon span {
- width: 8px;
- height: 13px;
- background-position: 0 0;
- box-shadow: 0 0 0 0;
- top: 16px;
- }
- .tab-bar .menu-icon span {
- width: 8px;
- height: 13px;
- background-position: 0 0;
- box-shadow: 0 0 0 0;
- top: 16px;
- }
- .tab-bar-section {
- padding: 0 0.625rem;
- position: absolute;
- text-align: center;
- height: 2.8125rem;
- top: 0;
- }
- .tab-bar-section {
- height: 45px;
- margin-left: 20px;
- }
- .tab-bar-section.middle {
- left: 40px;
- right: 40px;
- }
- .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
- font-size: 16px;
- font-weight: normal;
- line-height: 45px;
- }
- .panel {
- border-style: solid;
- border-width: 1px;
- border-color: #d8d8d8;
- margin-bottom: 1.25rem;
- padding: 1.25rem;
- background: #f2f2f2;
- }
- .extract {
- margin: 60px 15px 0 15px;
- padding: 0;
- border: none;
- background: none;
- }
- .panel > :first-child {
- margin-top: 0;
- }
- .commision-total .span-title {
- color: #999;
- font-size:16px;
- }
- .commision-total .number {
- color: #7bc351;
- font-size: 30px;
- }
- .extract-account {
- margin: 11px 0;
- padding: 0;
- background: #fff;
- overflow: hidden;
- }
- .panel > :last-child {
- margin-bottom: 0;
- }
- .extract-account .side-nav {
- padding: 0;
- }
- .extract-account .side-nav li {
- margin: 0;
- }
- .extract-account .account-none span {
- line-height: 45px;
- font-size: 18px;
- color: #999;
- }
- .extract-account .side-nav li span {
- float: left;
- }
- button, .button {
- border-style: solid;
- border-width: 0px;
- cursor: pointer;
- font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
- font-weight: normal;
- line-height: normal;
- margin: 0 0 12.5px;
- position: relative;
- text-decoration: none;
- text-align: center;
- -webkit-appearance: none;
- -webkit-border-radius: 0;
- display: inline-block;
- padding-top: 10px;
- padding-right: 20px;
- padding-bottom: 10.625px;
- padding-left: 20px;
- font-size: 1rem;
- background-color: #45a5cf;
- border-color: #2d88b0;
- color: white;
- transition: background-color 300ms ease-out;
- }
- .address_new{padding-left:0px;padding-right:0px;}
- button, .button {
- width: 100%;
- height: 50px;
- line-height: 50px;
- padding: 0;
- border: 1px solid #3396c2;
- border-radius: 3px;
- font-size: 20px;
- font-family: "微软雅黑","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
- }
- button.red, .button.red {
- background: #f37872;
- border: 1px solid #e86660;
- }
- table thead, table tfoot {
- background: whitesmoke;
- }
- table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
- padding: 5px 6.25px 6.25px;
- font-size: 14px;
- font-weight: bold;
- color: #222222;
- text-align: left;
- }
- table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
- display: table-cell;
- line-height: 20px;
- }
- table tr th, table tr td{font-size:14px; color: #222222; padding: 5.625px 6.25px;}
|