Explorar o código

Fix 修复后台选择培训营页面背景不显示问题

YueYunyun hai 1 ano
pai
achega
6431562fef
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      SourceCode/WeApp.Web/Views/Train/_Select.cshtml

+ 5 - 1
SourceCode/WeApp.Web/Views/Train/_Select.cshtml

@@ -5,7 +5,11 @@
 }
 <style>
     .content-wrapper {
-        padding: 0!important;
+        padding: 0 !important;
+        background-image: url(/Content/Image/ExerciseV2/bg.jpg);
+        background-repeat: no-repeat;
+        background-size: 100% 100%;
+        overflow: hidden;
     }
     .body {
         width: 100% !important;