123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- @charset "utf-8";
- #ready {
- background: #fff;
- .content {
- padding-top: 50px;
- width: 1140px !important;
- position: relative;
- .left {
- position: absolute;
- .ant-anchor-ink {
- display: none;
- }
- .page-item {
- position: relative;
- padding-left: 30px;
- .assets {
- position: absolute;
- left: 5px;
- top: 4px;
- cursor: pointer;
- }
- .page-item-title {
- padding: 5px 0;
- color: #303036FF;
- cursor: pointer;
- }
- .up {
- display: none;
- }
- .down {
- display: block;
- transform: rotate(-90deg);
- }
- .change {
- display: none;
- }
- }
- .page-item.active {
- .up {
- display: block;
- }
- .down {
- display: none;
- }
- .change {
- display: block;
- transform: rotate(-90deg);
- }
- .page-item-title {
- font-weight: 600;
- }
- }
- }
- .center {
- padding-left: 300px;
- padding-bottom: 400px;
- word-wrap: break-word;
- word-break: break-all;
- overflow: hidden;
- p {
- margin: 0px;
- }
- img {
- width: 840px;
- }
- ul {
- margin-bottom: 0;
- }
- .ql-indent-1 {
- padding-left: 40px;
- }
- .query-layout {
- .search-wrapper {
- display: inline-block;
- display: flex;
- position: relative;
- margin-bottom: 20px;
- .select {
- position: absolute;
- }
- input {
- flex: 1;
- width: 780px;
- line-height: 18px;
- padding: 18px 20px;
- padding-left: 100px;
- font-size: 16px;
- color: #686872FF;
- border-left: 1px solid #B9B9B9FF;
- border-top: 1px solid #B9B9B9FF;
- border-bottom: 1px solid #B9B9B9FF;
- }
- input:focus {
- border-color: #4292F0;
- }
- .button {
- line-height: 20px;
- padding: 18px 20px;
- font-size: 16px;
- vertical-align: top;
- }
- }
- }
- .faq-layout {
- .module {
- box-shadow: none;
- padding: 0;
- }
- }
- .data-list {
- margin: 0 10px;
- .data-item {
- margin: 10px;
- }
- }
- }
- }
- }
|