| 1 |
- {"version":3,"sources":["webpack:///src/components/F:/work_dabao/gypsy-crm-frontend/src/components/Loop.vue","webpack:///src/views/stateless/F:/work_dabao/gypsy-crm-frontend/src/views/stateless/User.vue"],"names":[],"mappings":"AA4WA,qCACE,qBACE,iBAAA,CAAA,CAIJ,2BACE,wBAAA,CAGF,qBACE,iBAAA,CACA,QAAA,CACA,OAAA,CACA,kCAAA,CAAA,0BAAA,CACA,cAAA,CACA,kBAAA,CACA,UAAA,CAGF,wBACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,UAAA,CACA,eAAA,CACA,cAAA,CAGF,sBACE,eAAA,CACA,WAAA,CCiBF,uBACE,WAAA,CAtUA,aAxEmB,CAyEnB,2CACE,aA1EiB,CAgZnB,uCACE,WAAA,CAEF,qCACE,iBAAA,CACA,wBAAA,CACA,wBAAA,CACA,+CACE,iBAAA,CACA,WAAA,CACA,MAAA,CACA,KAAA,CACA,OAAA,CACA,QAAA,CAEF,0CACE,QAAA,CACA,iBAAA,CACA,UAAA,CACA,MAAA,CACA,YAAA,CACA,cAAA,CACA,gDACE,eAAA,CACA,cA1aY,CA4aZ,kDACE,iBAAA,CAhXR,oHACE,UA9DgB,CAobZ,yDACE,WAAA,CACA,iBAAA,CAEF,iEACE,WAAA,CAEF,0DACE,cAAA,CAhYR,UA5DkB,CA6DlB,8EACE,UA9DgB,CAkclB,sCACE,WAAA,CACA,gBAAA,CAMF,+BACE,yBAAA,CAAA,cAAA,CACA,mBAAA,CACA,WAAA,CAEF,2BACE,SAAA,CACA,UAAA,CACA,iBAAA,CAnTF,wBAjJiB,CAkJjB,+CACE,wBAnJe,CAucjB,sCACE,UAAA,CAnaF,wBArDmB,CAuDnB,0DACE,wBAxDiB","file":"user.e72fcb6d.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@media screen and (max-width: 1200px) {\n .h1{\n top: 45% !important;\n }\n}\n\n.carousel {\n background-color: #4E4D5E;\n}\n\n.h1 {\n position: absolute;\n left: 50%;\n top: 60%;\n transform: translateX(-50%);\n font-size: 32px;\n font-weight: bolder;\n color: #ffffff;\n}\n\n.index {\n position: absolute;\n right: 48px;\n bottom: 48px;\n color: #ffffff;\n font-weight: bold;\n font-size: 14px;\n}\n\n.img {\n margin-top: 48px;\n width: 480px;\n}\n","/**\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\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\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n#user {\n .el-carousel__indicators {\n transform: initial;\n left: 48px !important;\n bottom: 48px;\n }\n .el-carousel__button {\n width: 8px;\n height: 8px;\n border-radius: 8px;\n @include bg_gray_1();\n }\n .is-active > .el-carousel__button {\n width: 20px;\n @include bg_main();\n }\n}\n"]}
|