소스 검색

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

YueYunyun 1 년 전
부모
커밋
6431562fef
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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;