@@ -156,9 +156,6 @@ body {
156
156
.canvas {
157
157
display : inline-block;
158
158
}
159
- .g-doc {
160
- background-color : # f6f6f6 ;
161
- }
162
159
163
160
.feed-content {
164
161
margin-bottom : 30px ;
@@ -671,50 +668,6 @@ article .entry-content-archive .date{
671
668
border-top : 1px solid # ddd ;
672
669
}
673
670
674
- # backmenu {
675
- position : fixed;
676
- top : 0 ;
677
- left : 0 ;
678
- bottom : 0 ;
679
- z-index : 66 ;
680
- width : 250px ;
681
- min-height : 100% ;
682
- background : # fff ;
683
- box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0.16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0.12 );
684
- -webkit-transition : .4s cubic-bezier (.18 , .81 , .3 , .89 );
685
- transition : .4s cubic-bezier (.18 , .81 , .3 , .89 );
686
- }
687
-
688
- # backmenu .hide {
689
- -webkit-transform : translateX (-100% );
690
- transform : translateX (-100% );
691
- }
692
-
693
- .back-article {
694
- width : 100% ;
695
- min-height : calc (100vh - 80px );
696
- background-color : # 3f3f3f ;
697
- color : # 999999 ;
698
- }
699
-
700
- .back-wrap {
701
- position : relative;
702
- overflow : hidden;
703
- }
704
-
705
- .back-height {
706
- height : 100vh ;
707
- }
708
-
709
- .back-left {
710
- margin : 30px auto 0 ;
711
- width : 900px ;
712
- }
713
-
714
- .back-body-wrap {
715
- min-height : calc (100vh - 30px - 80px );
716
- }
717
-
718
671
.card-question-head {
719
672
background : white;
720
673
border-radius : 4px ;
@@ -764,49 +717,6 @@ article .entry-content-archive .date{
764
717
color : # 000 ;
765
718
}
766
719
767
- .article-select {
768
- position : fixed;
769
- width : 20% ;
770
- height : 10% ;
771
- top : 30% ;
772
- left : 40% ;
773
- z-index : 9999 ;
774
- }
775
-
776
- .article-select .left {
777
- left : 1% ;
778
- width : 10% ;
779
- -webkit-transition : .5s cubic-bezier (.18 , .81 , .3 , .89 );
780
- transition : .5s cubic-bezier (.18 , .81 , .3 , .89 );
781
- }
782
-
783
- .article-opacity {
784
- position : fixed;
785
- left : 0 ;
786
- top : 0 ;
787
- width : 100% ;
788
- zoom : 1 ;
789
- background : # 2f2e2e ;
790
- z-index : 999 ;
791
- width : 100% ;
792
- height : 100% ;
793
- filter : alpha (opacity=50); /*IE滤镜,透明度50%*/
794
- -moz-opacity : 0.5 ; /*Firefox私有,透明度50%*/
795
- opacity : 0.5 ;/*其他,透明度50%*/
796
- }
797
-
798
- .article-button-list {
799
- margin-bottom : 10px ;
800
- }
801
-
802
- .article-upload {
803
- position : absolute;
804
- width : 20% ;
805
- height : 5% ;
806
- top : 30% ;
807
- left : 40% ;
808
- }
809
-
810
720
.search-opacity {
811
721
position : fixed;
812
722
top : 0 ;
@@ -973,6 +883,51 @@ article .entry-content-archive .date{
973
883
right : 20px ;
974
884
}
975
885
886
+ /* 后端页面的样式 */
887
+ .g-doc {
888
+ background-color : # f6f6f6 ;
889
+ }
890
+
891
+ # backmenu {
892
+ position : absolute;
893
+ top : 0 ;
894
+ left : 0 ;
895
+ bottom : 0 ;
896
+ z-index : 66 ;
897
+ width : 250px ;
898
+ min-height : 100% ;
899
+ background : # 202020 ;
900
+ box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0.16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0.12 );
901
+ -webkit-transition : .4s cubic-bezier (.18 , .81 , .3 , .89 );
902
+ transition : .4s cubic-bezier (.18 , .81 , .3 , .89 );
903
+ }
904
+
905
+ # backmenu .hide {
906
+ -webkit-transform : translateX (-100% );
907
+ transform : translateX (-100% );
908
+ }
909
+
910
+ .back-article {
911
+ width : 100% ;
912
+ min-height : calc (100vh - 80px );
913
+ background-color : # 3f3f3f ;
914
+ color : # 999999 ;
915
+ }
916
+
917
+ .back-wrap {
918
+ position : relative;
919
+ overflow : hidden;
920
+ }
921
+
922
+ .back-height {
923
+ height : 100vh ;
924
+ }
925
+
926
+ .back-left {
927
+ margin-left : 300px ;
928
+ width : 900px ;
929
+ }
930
+
976
931
# canvascontainer {
977
932
position : absolute;
978
933
top : 0px ;
@@ -988,7 +943,85 @@ article .entry-content-archive .date{
988
943
margin : 120px auto;
989
944
}
990
945
946
+ .logout-button {
947
+ position : absolute;
948
+ top : 0 ;
949
+ right : 0 ;
950
+ }
951
+
952
+ .back-header {
953
+ width : 100% ;
954
+ height : 55px ;
955
+ margin : 0 ;
956
+ padding : 0 ;
957
+ background-color : # 143f6d ;
958
+ border-bottom : 1px solid # cfd8dc ;
959
+ }
960
+
961
+ .backend-center {
962
+ position : relative;
963
+ min-height : calc (100vh - 55px - 80px );
964
+ }
965
+
966
+ .back-card {
967
+ background : transparent;
968
+ border-radius : 4px ;
969
+ box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.05 );
970
+ position : relative;
971
+ display : block;
972
+ }
973
+
974
+ .back-card + .back-card {
975
+ margin-top : 10px ;
976
+ }
977
+
978
+ .back-card-me .side-entry {
979
+ border-top : 1px solid # eef2f2 ;
980
+ display : block;
981
+ height : 54px ;
982
+ line-height : 54px ;
983
+ padding : 0 25px ;
984
+ color : # 999 ;
985
+ position : relative;
986
+ }
987
+
988
+ .back-card-me .side-entry .active , .card-me .side-entry : hover {
989
+ color : # 3aced5 ;
990
+ }
991
+
992
+ .back-card-me .side-entry .icon {
993
+ vertical-align : -2px ;
994
+ margin-right : 12px ;
995
+ }
996
+
997
+ .article-button-list {
998
+ display : inline-block;
999
+ }
1000
+
1001
+ .article-button-list .left {
1002
+ width : 442px ;
1003
+ margin-right : 12px
1004
+ }
1005
+
1006
+ .article-button-list .right {
1007
+ width : 442px ;
1008
+ }
1009
+
1010
+ .article-upload {
1011
+ width : 60% ;
1012
+ height : 300px ;
1013
+ margin : 0 auto;
1014
+ }
1015
+
1016
+ .back-page-header {
1017
+ margin-left : 255px ;
1018
+ line-height : 3 ;
1019
+ font-size : 2em ;
1020
+ }
991
1021
1022
+ .back-page-ul li {
1023
+ display : inline-block;
1024
+ }
992
1025
/*自己引入*/
993
1026
nav ul , nav ol {
994
1027
list-style : none;
@@ -2266,7 +2299,7 @@ a:hover .icon-arrow-right {
2266
2299
}
2267
2300
2268
2301
.settings-main-content {
2269
- padding : 0 24 px
2302
+ padding : 0
2270
2303
}
2271
2304
2272
2305
.settings-section {
0 commit comments