Browse Source

[purejs demo] - 样式变更

kevin.song 6 years ago
parent
commit
16549e15ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/pureJS/css/index.css

+ 2 - 1
examples/pureJS/css/index.css

@@ -21,10 +21,11 @@
   padding: 8px 0;
   padding: 8px 0;
   display: inline-block;
   display: inline-block;
   width: 100%;
   width: 100%;
+  border-width: 1px;
   border-radius: 6px;
   border-radius: 6px;
+  background-color: #fff;
   cursor: pointer;
   cursor: pointer;
   text-align: center;
   text-align: center;
-  ;
 }
 }
 
 
 .room input:visited,
 .room input:visited,