| 1 |
- {"version":3,"sources":["webpack:///src/views/global/F:/work_dabao/gypsy-crm-frontend/src/views/global/NewsContent.vue"],"names":[],"mappings":"AAsYA,+BACE,WAAA,CACA,wCACE,UAAA,CACA,wBAAA,CA1PF,qBAxHgB,CAoXd,eAAA,CACA,eAAA,CACA,eAAA,CACA,iBAAA,CACA,6BAAA,CAAA,qBAAA,CACA,aAAA,CAhQF,4DACE,qBA1Hc,CA0Xd,6CACE,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,uBAAA,CAAA,oBAAA,CAAA,sBAAA,CACA,kBAAA","file":"ib-NewsContent.4c9fd4e5.css","sourcesContent":["/**\r\n 所有的颜色变量\r\n 方便后期修改\r\n 命名规则 $font-color-1/$background-color-1\r\n**/\r\n\r\n\r\n\r\n\r\n\r\n//主色调\r\n$theme_1_main_color: #EB3F57;\r\n//字体色\r\n$theme_1_font_white:#ffffff;\r\n$theme_1_font_black:#495057;\r\n$theme_1_font_gray_1:#979797;\r\n$theme_1_font_gray_2:#C5C5C9;\r\n$theme_1_font_gray_3:#D5D5D5;\r\n$theme_1_font_gray_content_1:#505050;\r\n$theme_1_font_gray_content_2:#949494;\r\n$theme_1_font_blue_btn_1:#407BB9;\r\n$theme_1_font_red_icon_1:#EB3F57;\r\n$theme_1_font_green_icon_1:#4CB01A;\r\n//背景色\r\n$theme_1_bg_white:#ffffff;\r\n$theme_1_bg_gray_main:#F2F2F2;\r\n$theme_1_bg_gray_second:#6B7188;\r\n$theme_1_bg_gray_1:#C5C5C9;\r\n$theme_1_bg_gray_2:#F6F6F6; //个人信息,验证\r\n$theme_1_bg_gray_3:#505050; //验证页标题\r\n$theme_1_bg_gray_4:#F8F8F8; //新闻,图表\r\n$theme_1_bg_gray_5:#F9F9F9; //白底表格移入时,\r\n$theme_1_bg_gray_6:#323232; //按钮\r\n$theme_1_bg_gray_opacity_1:rgba(107, 113, 136, 0.8); //图表\r\n//$theme_1_bg_red_1:#EB3F57;\r\n$theme_1_bg_blue_1:#3490CE;\r\n$theme_1_bg_blue_2:#407BB9;\r\n$theme_1_bg_red:#EB3F57;\r\n//边框色\r\n$theme_1_bd_white:#ffffff; //三角形\r\n$theme_1_bd_gray_1:#979797;\r\n$theme_1_bd_gray_2:#9C9C9C;\r\n$theme_1_bd_gray_3:#DADADA;\r\n$theme_1_bd_gray_4:#EAEAEA;\r\n$theme_1_bd_gray_5:#C5C5C9;\r\n$theme_1_bd_gray_6:#C4C4C4;\r\n$theme_1_bd_gray_7:#DCDCDC;\r\n$theme_1_bd_gray_8:#D5D5D5;\r\n$theme_1_bd_gray_9:#323232;\r\n$theme_1_bd_gray:#F2F2F2;\r\n$theme_1_bd_red_1:#EB3F57;\r\n\r\n\r\n\r\n// 主色调\r\n@mixin font_main() {\r\n color: $theme_1_main_color;\r\n\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_main_color;\r\n }\r\n}\r\n\r\n@mixin bg_main() {\r\n background-color: $theme_1_main_color;\r\n\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_main_color;\r\n }\r\n}\r\n\r\n// 字体色\r\n@mixin font_white() {\r\n color: $theme_1_font_white;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_white;\r\n }\r\n}\r\n\r\n@mixin font_black() {\r\n color: $theme_1_font_black;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_black;\r\n }\r\n}\r\n\r\n@mixin font_gray_1() {\r\n color: $theme_1_font_gray_1;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_gray_1;\r\n }\r\n}\r\n\r\n@mixin font_gray_2() {\r\n color: $theme_1_font_gray_2;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_gray_2;\r\n }\r\n}\r\n\r\n@mixin font_gray_3() {\r\n color: $theme_1_font_gray_3;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_gray_3;\r\n }\r\n}\r\n\r\n@mixin font_gray_content_1() {\r\n color: $theme_1_font_gray_content_1;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_gray_content_1;\r\n }\r\n}\r\n\r\n@mixin font_gray_content_2() {\r\n color: $theme_1_font_gray_content_2;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_gray_content_2;\r\n }\r\n}\r\n\r\n@mixin font_blue_btn_1() {\r\n color: $theme_1_font_blue_btn_1;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_blue_btn_1;\r\n }\r\n}\r\n\r\n@mixin font_red_icon_1() {\r\n color: $theme_1_font_red_icon_1;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_red_icon_1;\r\n }\r\n}\r\n\r\n@mixin font_green_icon_1() {\r\n color: $theme_1_font_green_icon_1;\r\n [data-theme=\"theme1\"] & {\r\n color: $theme_1_font_green_icon_1;\r\n }\r\n}\r\n\r\n// 背景色\r\n@mixin bg_white() {\r\n background-color: $theme_1_bg_white;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_white;\r\n }\r\n}\r\n\r\n@mixin bg_gray_main() {\r\n background-color: $theme_1_bg_gray_main;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_main;\r\n }\r\n}\r\n\r\n@mixin bg_gray_second() {\r\n background-color: $theme_1_bg_gray_second;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_second;\r\n }\r\n}\r\n\r\n@mixin bg_red() {\r\n background-color: $theme_1_bg_red;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_red;\r\n }\r\n}\r\n\r\n@mixin bg_gray_1() {\r\n background-color: $theme_1_bg_gray_1;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_1;\r\n }\r\n}\r\n\r\n@mixin bg_gray_2() {\r\n background-color: $theme_1_bg_gray_2;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_2;\r\n }\r\n}\r\n\r\n@mixin bg_gray_3() {\r\n background-color: $theme_1_bg_gray_3;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_3;\r\n }\r\n}\r\n\r\n@mixin bg_gray_4() {\r\n background-color: $theme_1_bg_gray_4;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_4;\r\n }\r\n}\r\n\r\n@mixin bg_gray_5() {\r\n background-color: $theme_1_bg_gray_5;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_5;\r\n }\r\n}\r\n\r\n@mixin bg_gray_6() {\r\n background-color: $theme_1_bg_gray_6;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_6;\r\n }\r\n}\r\n\r\n@mixin bg_gray_opacity_1() {\r\n background-color: $theme_1_bg_gray_opacity_1;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_gray_opacity_1;\r\n }\r\n}\r\n\r\n@mixin bg_blue_1() {\r\n background-color: $theme_1_bg_blue_1;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_blue_1;\r\n }\r\n}\r\n\r\n@mixin bg_blue_2() {\r\n background-color: $theme_1_bg_blue_2;\r\n [data-theme=\"theme1\"] & {\r\n background-color: $theme_1_bg_blue_2;\r\n }\r\n}\r\n\r\n//边框色\r\n@mixin border_white() {\r\n border-color: $theme_1_bd_white;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_white;\r\n }\r\n}\r\n\r\n@mixin border_gray() {\r\n border-color: $theme_1_bd_gray;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray;\r\n }\r\n}\r\n\r\n@mixin border_gray_1() {\r\n border-color: $theme_1_bd_gray_1;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_1;\r\n }\r\n}\r\n\r\n@mixin border_gray_2() {\r\n border-color: $theme_1_bd_gray_2;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_2;\r\n }\r\n}\r\n\r\n@mixin border_gray_3() {\r\n border-color: $theme_1_bd_gray_3;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_3;\r\n }\r\n}\r\n\r\n@mixin border_gray_4() {\r\n border-color: $theme_1_bd_gray_4;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_4;\r\n }\r\n}\r\n\r\n@mixin border_gray_5() {\r\n border-color: $theme_1_bd_gray_5;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_5;\r\n }\r\n}\r\n\r\n@mixin border_gray_6() {\r\n border-color: $theme_1_bd_gray_6;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_6;\r\n }\r\n}\r\n\r\n@mixin border_gray_7() {\r\n border-color: $theme_1_bd_gray_7;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_7;\r\n }\r\n}\r\n\r\n@mixin border_gray_8() {\r\n border-color: $theme_1_bd_gray_8;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_8;\r\n }\r\n}\r\n\r\n@mixin border_gray_9() {\r\n border-color: $theme_1_bd_gray_9;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_gray_9;\r\n }\r\n}\r\n\r\n@mixin border_red_1() {\r\n border-color: $theme_1_bd_red_1;\r\n [data-theme=\"theme1\"] & {\r\n border-color: $theme_1_bd_red_1;\r\n }\r\n}\r\n\r\n@mixin border_bottom_red_1() {\r\n border-bottom-color: $theme_1_bd_red_1;\r\n [data-theme=\"theme1\"] & {\r\n border-bottom-color: $theme_1_bd_red_1;\r\n }\r\n}\r\n@mixin border_bottom_white_1() {\r\n border-bottom-color: $theme_1_bd_white;\r\n [data-theme=\"theme1\"] & {\r\n border-bottom-color: $theme_1_bd_white;\r\n }\r\n}\r\n\r\n\r\n\r\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n#News_Content {\n height: 100%;\n .content{\n width: 100%;\n height: calc(100% - 50px);\n @include bg_white();\n overflow: hidden;\n overflow-y: auto;\n text-align: left;\n padding: 20px 25px;\n box-sizing: border-box;\n line-height: 2;\n .img{\n display: flex;\n justify-content: center;\n margin-bottom: 20px;\n }\n }\n}\n\n"]}
|