| 1 |
- {"version":3,"sources":["webpack:///src/views/stateless/F:/work_dabao/gypsy-crm-frontend/src/views/stateless/SignUp.vue"],"names":[],"mappings":"AAurBA,yBACE,WAAA,CAjmBA,aAxEmB,CAyEnB,6CACE,aA1EiB,CA2qBnB,gCACE,aAAA,CACA,cAAA,CACA,kBAAA,CACA,kCACE,iBAAA,CAGJ,+BACE,kBAAA,CACA,wCACE,eAAA,CACA,gBAAA,CACA,gBAAA,CACA,iBAAA,CACA,cAAA,CACA,wBAAA,CAAA,qBAAA,CAAA,oBAAA,CAAA,gBAAA,CACA,kBAAA,CAjpBJ,gHACE,aAhDiB,CAqsBjB,wCACE,UAAA,CAEF,oCACE,eAAA,CACA,iBAAA,CACA,uCACE,oBAAA,CAEA,gBAAA,CA/pBN,sGACE,aAhDiB,CAqtBjB,sCACE,iBAAA,CACA,mDACE,iBAAA,CACA,KAAA,CACA,MAAA,CAEF,wCACE,iBAAA,CACA,eAAA,CAGJ,sCAEE,UAAA,CAEF,sCACE,eAAA,CACA,gBAAA,CAxrBJ,oGACE,aAhDiB,CA4uBjB,uCACE,iBAAA,CA9rBJ,sGACE,aAhDiB,CAwvBnB,yBACE,WAAA,CACA,uBAAA,CACA,eAAA,CA5gBF,oBAlNiB,CAmNjB,6CACE,oBApNe,CAouBjB,sBACE,kBAAA,CAGF,+BACE,4BAAA","file":"signup.27f5117d.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\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\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\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#signup{\n .el-input__inner {\n border: none;\n border-bottom: 1px solid;\n border-radius: 0;\n @include border_gray_1();\n /*height: 24px;*/\n /*line-height: 24px;*/\n }\n\n .el-form-item {\n margin-bottom: 20px;\n }\n\n .el-form-item__content {\n line-height: initial !important;\n }\n}\n"]}
|