123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- @charset "UTF-8";
- /*主色调*/
- /*文字文本*/
- /*单行省略号*/
- /*多行省略号*/
- /*箭头*/
- /**a标签hoverboder效果**/
- /**使用vw适配**/
- body {
- background: #f5f5f5;
- }
- .policy {
- padding: 0;
- }
- @media (min-width: 768px) {
- .policy {
- padding-left: 15px;
- padding-right: 15px;
- }
- }
- @media (min-width: 768px) {
- .user-box {
- margin-top: 40px;
- margin-bottom: 100px;
- }
- }
- .left, .right {
- padding: 0;
- }
- @media (min-width: 768px) {
- .left, .right {
- padding-left: 15px;
- padding-right: 15px;
- }
- }
- .user {
- background: #fff;
- text-align: center;
- padding: 30px 20px;
- position: relative;
- }
- @media (min-width: 768px) {
- .user {
- padding: 50px 20px;
- }
- }
- .user img {
- width: 90px;
- }
- .user p {
- color: #111;
- margin-top: 10px;
- font-size: 16px;
- }
- @media (min-width: 768px) {
- .user p {
- font-size: 18px;
- }
- }
- .user .logout-icon {
- width: 20px;
- position: absolute;
- right: 30px;
- top: 20px;
- }
- .user-tab {
- margin-top: 10px;
- background: #fff;
- }
- .user-tab:after {
- content: '';
- display: block;
- clear: both;
- }
- .user-tab a {
- display: block;
- padding: 12px;
- color: #111;
- font-size: 16px;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- width: 50%;
- float: left;
- text-align: center;
- }
- @media (min-width: 768px) {
- .user-tab a {
- padding: 20px 40px;
- font-size: 18px;
- width: 100%;
- text-align: left;
- }
- }
- .user-tab a.cur {
- background: #ed4747;
- color: #fff;
- }
- .user-tab a:hover, .user-tab a:active {
- padding-left: 45px;
- }
- .con {
- background: #fff;
- padding: 0 15px 60px;
- }
- @media (min-width: 768px) {
- .con {
- padding: 0 60px 80px;
- }
- }
- .con .title-h {
- position: relative;
- padding-top: 40px;
- border-bottom: 1px solid #e0e0e0;
- background-repeat: no-repeat;
- background-position: 70% top;
- padding-bottom: 20px;
- }
- .con .title-h:after {
- content: '';
- display: block;
- clear: both;
- }
- @media (min-width: 768px) {
- .con .title-h {
- padding-bottom: 35px;
- }
- }
- .con h2 {
- color: #ed4747;
- font-size: 24px;
- }
- @media (min-width: 768px) {
- .con h2 {
- float: left;
- font-size: 30px;
- }
- }
- .con .policy-num {
- color: #333;
- font-size: 16px;
- margin-top: 10px;
- }
- @media (min-width: 768px) {
- .con .policy-num {
- float: right;
- }
- }
- .con table {
- margin-top: 10px;
- }
- @media (min-width: 768px) {
- .con table {
- margin-top: 20px;
- }
- }
- .con table tr, .con table th, .con table td {
- border: 0 !important;
- }
- .con .base-info {
- margin-top: 10px;
- }
- @media (min-width: 768px) {
- .con .base-info {
- margin-top: 20px;
- }
- }
- .con .base-info .table > tbody > tr > td, .con .policy-detail .table > tbody > tr > td {
- padding-top: 12px;
- padding-bottom: 12px;
- color: #333;
- font-size: 14px;
- width: 33.33%;
- }
- .con .base-info .table > tbody > tr > td span, .con .policy-detail .table > tbody > tr > td span {
- color: #cea2a2;
- }
- @media (min-width: 768px) {
- .con .base-info .table > tbody > tr > td, .con .policy-detail .table > tbody > tr > td {
- padding-top: 15px;
- padding-bottom: 15px;
- }
- }
- .con .policy-list .table > thead > tr > th {
- color: #666;
- font-size: 14px;
- font-weight: normal;
- padding-top: 18px;
- padding-bottom: 18px;
- }
- .con .policy-list .table > tbody > tr > td {
- padding-top: 18px;
- padding-bottom: 18px;
- color: #333;
- font-size: 14px;
- }
- .con .policy-list .table > tbody > tr > td.color a {
- color: #ed4747;
- }
- .con .policy-list .table > tbody > tr > td.color a:hover {
- text-decoration: underline;
- }
- .con .tips {
- margin-top: 50px;
- }
- .con .tips h6 {
- color: #333;
- font-size: 14px;
- margin-bottom: 15px;
- }
- .con .tips p {
- color: #666;
- font-size: 14px;
- margin-top: 6px;
- }
- .con .tips p a {
- font-size: 20px;
- color: #ed4747;
- }
- @media (min-width: 768px) {
- .con .tips p a {
- font-size: 24px;
- }
- }
- .policy-detail {
- padding: 10px 0;
- border-bottom: 1px solid #e0e0e0;
- }
- @media (min-width: 768px) {
- .policy-detail {
- padding: 20px 0;
- }
- }
- .policy-detail h4 {
- color: #111;
- padding: 10px 10px;
- font-size: 18px;
- }
- @media (min-width: 768px) {
- .policy-detail h4 {
- font-size: 24px;
- }
- }
- .policy-detail h4 a {
- float: right;
- font-size: 16px;
- color: #ed4747;
- }
- .policy-detail h4 a:hover {
- text-decoration: underline;
- }
- .policy-detail .table-box {
- display: none;
- }
- .back-nav {
- margin-bottom: 25px;
- margin-top: 15px;
- }
- @media (min-width: 768px) {
- .back-nav {
- margin-top: 0;
- }
- }
- .policy .title-h {
- padding: 50px 0 25px;
- }
- @media (min-width: 768px) {
- .policy .title-h {
- padding: 50px 0;
- }
- }
- .policy .table-box h6 {
- margin-top: 10px;
- margin-bottom: -20px;
- font-size: 15px;
- padding: 10px;
- }
- @media (min-width: 768px) {
- .policy .table-box h6 {
- margin-top: 20px;
- margin-bottom: -20px;
- font-size: 18px;
- }
- }
- .download {
- position: absolute;
- right: 0;
- top: 20px;
- }
|