You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/25 07:13:06 UTC

[05/18] incubator-weex git commit: *[doc]fix css style

*[doc]fix css style


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ee892fb3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ee892fb3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ee892fb3

Branch: refs/heads/0.16-dev
Commit: ee892fb32ee19d9cd9a024537c5ecec5b09fb6fc
Parents: f76aa06
Author: tancy <ro...@gmail.com>
Authored: Mon Aug 21 13:52:54 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Mon Aug 21 13:52:54 2017 +0800

----------------------------------------------------------------------
 doc/themes/weex/source/css/index.scss | 42 +++++++++++++++++++++++-------
 1 file changed, 33 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ee892fb3/doc/themes/weex/source/css/index.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/index.scss b/doc/themes/weex/source/css/index.scss
index 7d8614c..c8ad8a0 100644
--- a/doc/themes/weex/source/css/index.scss
+++ b/doc/themes/weex/source/css/index.scss
@@ -13,15 +13,17 @@
   height: 100%;
   height: calc(100% - 72px);
 
-  &:nth-child(even) {
-    background: $bg-gray;
-    color: $text-blue;
-  }
+  // &:nth-child(even) {
+  //   background: $bg-blue; 
+  //   color: $text-white;
+  // }
 
-  &:nth-child(odd) {
-    background: $bg-blue; 
-    color: $text-white;
-  }
+  // &:nth-child(odd) {
+    
+
+  //   background: $bg-gray;
+  //   color: $text-blue;
+  // }
 
   h2 {
     font-family: "Gill Sans";
@@ -77,6 +79,8 @@
 .header {
   height: 100%;
   position: relative;
+  background: $bg-blue; 
+  color: $text-white;
 
   #slider {
     margin-top: 73px;
@@ -159,6 +163,9 @@
 
 .edge {
 
+  background: $bg-gray;
+  color: $text-blue;
+
   .scene-container {
     .textbox {
       flex: 3;
@@ -210,6 +217,8 @@
 }
 
 .feature {
+  background: $bg-blue; 
+  color: $text-white;
   .feature-content {
     height: 100%;
     max-width: $content-max-width;
@@ -295,6 +304,10 @@
 }
 
 .cross-platform {
+
+  background: $bg-gray;
+  color: $text-blue;
+
   .sketch-content {
     flex: 5;
   }
@@ -330,7 +343,8 @@
 }
 
 .supporting-vue {
-  color: #fff;
+  background: $bg-blue; 
+  color: $text-white;
 
   .sketch-content.imgbox {
     background: url("../images/vue.png") 50% 50% / contain no-repeat;
@@ -350,6 +364,10 @@
 }
 
 .schematic {
+
+  background: $bg-gray;
+  color: $text-blue;
+
   .textbox p {
     color: $text-light-black;
   }
@@ -361,6 +379,10 @@
 }
 
 .users {
+
+  background: $bg-blue; 
+  color: $text-white;
+
   .sketch-content {
     display: flex;
     flex-flow: row wrap;
@@ -490,6 +512,8 @@
 }
 
 .feedback {
+  background: $bg-gray;
+  color: $text-blue;
   .sketch-content {
     display: flex;
     flex-flow: row wrap;