liushengqiang 1 anno fa
parent
commit
4407f3da08
1 ha cambiato i file con 20 aggiunte e 1 eliminazioni
  1. 20 1
      src/views/courseware-list/component/book/index.module.less

+ 20 - 1
src/views/courseware-list/component/book/index.module.less

@@ -41,12 +41,31 @@
         .page-wrapper {
             perspective: 2000px;
         }
+
+        .odd:not(.p1) {
+            background-color: #FFD8A1;
+            padding: 10Px;
+            padding-left: 0;
+        }
+
+        .odd .gradient {
+            padding: 10Px;
+            height: 100%;
+            background-color: #fff;
+            border-radius: 3Px;
+            overflow: hidden;
+            padding-left: 14Px;
+            background-image: url('./pics/right-border.png');
+            background-position: left top;
+            background-repeat: no-repeat;
+            background-size: 24Px 100%;
+        }
     }
 }
 
 .wrap {
     position: relative;
-    padding: 14Px;
+    padding: 10Px;
     height: 100%;
     overflow: hidden;
     background-color: #FFD8A1;