Commit c97aa1bcfb52d9475dd7f2ada7f90a78fb796288
1 parent
4f786200
help changes styles
Showing
1 changed file
with
116 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -12696,4 +12696,119 @@ li.active-menu-admin:hover a .ico_num { |
12696 | 12696 | position: absolute; |
12697 | 12697 | bottom: 30px; |
12698 | 12698 | right: 315px; |
12699 | -} | |
12700 | 12699 | \ No newline at end of file |
12700 | +} | |
12701 | + | |
12702 | +.new-title-help { | |
12703 | + font-size: 18px; | |
12704 | + line-height: 18px; | |
12705 | + margin-top: 31px; | |
12706 | +} | |
12707 | + | |
12708 | +.new-txt-help p { | |
12709 | + font-size: 13px; | |
12710 | + line-height: 20px; | |
12711 | + margin-top: 18px; | |
12712 | + width: 100%; | |
12713 | + float: left; | |
12714 | +} | |
12715 | + | |
12716 | +.new-txt-help p:first-child { | |
12717 | + margin-top: 21px; | |
12718 | +} | |
12719 | + | |
12720 | +.new-txt-help iframe { | |
12721 | + max-width: 100% !important; | |
12722 | + max-height: 315px !important; | |
12723 | + float: left; | |
12724 | +} | |
12725 | + | |
12726 | +.qwestion-help-wr { | |
12727 | + margin-top: 18px; | |
12728 | + float: left; | |
12729 | +} | |
12730 | + | |
12731 | +.qwestion-help-wr li { | |
12732 | + list-style: none; | |
12733 | + border-bottom: 1px solid #dcdcdc; | |
12734 | + width: 100%; | |
12735 | + float: left; | |
12736 | + padding: 18px 0; | |
12737 | +} | |
12738 | + | |
12739 | +.qwestion-help-wr li:first-child { | |
12740 | + border-top: 1px solid #dcdcdc; | |
12741 | +} | |
12742 | + | |
12743 | +.questions_a a { | |
12744 | + color: #0072bc; | |
12745 | + float: left; | |
12746 | + font-size: 18px; | |
12747 | + text-decoration: none; | |
12748 | +} | |
12749 | + | |
12750 | +.questions_a a span { | |
12751 | + border-bottom: 1px dashed #0072bc; | |
12752 | +} | |
12753 | + | |
12754 | +.questions_hide { | |
12755 | + display: none; | |
12756 | +} | |
12757 | + | |
12758 | +.qwestion-help-wr li ol li { | |
12759 | + border-top:0 !important; | |
12760 | + border-bottom: 0 !important; | |
12761 | + padding-bottom: 0; | |
12762 | + padding-top: 1px; | |
12763 | + margin-left: 13px; | |
12764 | + margin-top: 18px; | |
12765 | +} | |
12766 | + | |
12767 | +li.active>.questions_hide { | |
12768 | + display: block; | |
12769 | +} | |
12770 | + | |
12771 | +li.active>.questions_a a { | |
12772 | + color: #333; cursor: default; | |
12773 | +} | |
12774 | + | |
12775 | +li.active>.questions_a a span { | |
12776 | + border-bottom: 0; | |
12777 | +} | |
12778 | + | |
12779 | +.qwestion-help-wr li ol li{ | |
12780 | + list-style-type: decimal; | |
12781 | +} | |
12782 | + | |
12783 | +.questions_hide ol { | |
12784 | + width: 100%; | |
12785 | + float: left; | |
12786 | + padding-left: 13px; | |
12787 | +} | |
12788 | + | |
12789 | +.qwestion-help-wr li ol li .questions_a { | |
12790 | + float: left; | |
12791 | +} | |
12792 | + | |
12793 | +.box-new-qwestions { | |
12794 | + padding-bottom: 50px; | |
12795 | +} | |
12796 | + | |
12797 | +.box-new-qwestions .pagination { | |
12798 | + margin-top: 40px; | |
12799 | +} | |
12800 | + | |
12801 | +.questions_answer img { | |
12802 | + max-width: 100%; | |
12803 | +} | |
12804 | + | |
12805 | +.questions_answer p { | |
12806 | + font-size: 13px; | |
12807 | + line-height: 20px; | |
12808 | + margin-top: 18px; | |
12809 | + width: 100%; | |
12810 | + float: left; | |
12811 | +} | |
12812 | + | |
12813 | +.questions_answer p:first-child { | |
12814 | + margin-top: 21px; | |
12815 | +} | ... | ... |