@@ -40,7 +40,6 @@ table,tr,td{
.titleTxt{
width: 1200px;
padding-top: 5px;
- margin: auto;
color: #fff;
font-size: 14px;
margin-left: calc(50% - 600px);
@@ -1,6 +1,9 @@
.participleWrappper{
width: 100%;
min-width: 1200px;
+ .titleTxt{
+ text-indent: 10px;
+ }
/* .title{
@@ -39,7 +42,7 @@
}*/
.content{
position: relative;
- width: 62.5%;
+ width: 1200px;
cursor: default;
height: 100%;
border-radius:2px;
@@ -1,13 +1,19 @@
+.qaPageWrappper{
+}
.wrappper{
margin: 10px auto 0;
border-radius: 2px;
}
+
.contentTitle{
font-size: 16px;
height: 44px;
@@ -108,7 +114,7 @@ input::-webkit-input-placeholder{
- color: #333;
+ color: #fff;
// css保留换行符
// white-space: pre-line;