first commit
1
芳林公司项目/zyhelp/static/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
dba2e7bc-61cb-41da-bb8c-84d126f3f8ef
|
||||
1
芳林公司项目/zyhelp/static/fonts/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
85ce57e0-ae57-4c06-991a-8a3e2db44d9d
|
||||
1
芳林公司项目/zyhelp/static/img/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
a580618e-38e3-41ad-93dd-d2c5abf9922f
|
||||
BIN
芳林公司项目/zyhelp/static/img/004.png
Executable file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
芳林公司项目/zyhelp/static/img/005.png
Executable file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
芳林公司项目/zyhelp/static/img/006.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
芳林公司项目/zyhelp/static/img/01.png
Executable file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
芳林公司项目/zyhelp/static/img/02.png
Executable file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
芳林公司项目/zyhelp/static/img/03.png
Executable file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
芳林公司项目/zyhelp/static/img/alipay.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
芳林公司项目/zyhelp/static/img/auth.jpg
Executable file
|
After Width: | Height: | Size: 19 KiB |
BIN
芳林公司项目/zyhelp/static/img/current_school.jpg
Executable file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
芳林公司项目/zyhelp/static/img/device-sprite.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
芳林公司项目/zyhelp/static/img/header_back.jpg
Executable file
|
After Width: | Height: | Size: 52 KiB |
BIN
芳林公司项目/zyhelp/static/img/hot.jpg
Executable file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
芳林公司项目/zyhelp/static/img/phone.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
芳林公司项目/zyhelp/static/img/pwd.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
芳林公司项目/zyhelp/static/img/workorder.jpg
Executable file
|
After Width: | Height: | Size: 7.2 KiB |
1
芳林公司项目/zyhelp/static/js/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
f47e9665-e862-4df3-b9b1-b94d6b0adeec
|
||||
4678
芳林公司项目/zyhelp/static/js/wx_rsa.js
Executable file
1623
芳林公司项目/zyhelp/static/js/wxqrcode.js
Normal file
86
芳林公司项目/zyhelp/static/pc.css
Normal file
@@ -0,0 +1,86 @@
|
||||
/* 判断是否是pc访问 */
|
||||
@media (min-width: 1025px) {
|
||||
uni-app,
|
||||
body,
|
||||
html{
|
||||
width: 680px !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*弹窗的宽度控制*/
|
||||
.JurisdictionAlert .uni-popup__wrapper-box {
|
||||
width: 85% !important;
|
||||
}
|
||||
|
||||
/*顶部筛选条件*/
|
||||
.dropdown-item__content {
|
||||
position: fixed !important;
|
||||
left: 50% !important;
|
||||
right: 0 !important;
|
||||
margin-left: -340px !important;
|
||||
overflow: hidden !important;
|
||||
top: 0;
|
||||
bottom: 0 !important;
|
||||
z-index: 1 !important;
|
||||
width: 680px !important;
|
||||
}
|
||||
|
||||
.nav {
|
||||
width: 680px !important;
|
||||
left: auto !important;
|
||||
}
|
||||
|
||||
/*地址选择弹窗*/
|
||||
.uni-popup__wrapper-box {
|
||||
width: 680px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*各种专业院校的弹窗*/
|
||||
.uni-transition {
|
||||
width: 680px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*分数选择*/
|
||||
.uni-picker {
|
||||
width: 680px !important;
|
||||
left: 50% !important;
|
||||
margin-left: calc(-680px / 2) !important;
|
||||
}
|
||||
|
||||
/*各种专业院校弹窗 内部标题的内容*/
|
||||
.school_major .school_scroll .top_title .tips{
|
||||
margin-top: 56px !important;
|
||||
}
|
||||
.uni-badge {
|
||||
width: auto !important;
|
||||
}
|
||||
.weixin_pay .uni-popup__wrapper-box {
|
||||
width: 320px !important;
|
||||
background: transparent !important;
|
||||
text-align: center;
|
||||
}
|
||||
.weixin_pay .uni-popup__wrapper-box .image {
|
||||
width: 240px !important;
|
||||
}
|
||||
.weixin_pay .uni-icons {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
/* 检测是否为平板.如果是放大 startUp 的文理科 单选按钮 */
|
||||
@media all and (min-width: 768px) and (orientation:portrait) {
|
||||
.startUp .header .startUp_page .choice .project_radio .radio_item uni-radio {
|
||||
transform: scale(1.5) !important;
|
||||
}
|
||||
.submitForm {
|
||||
height: 108.695rpx;
|
||||
line-height: 108.695rpx;
|
||||
}
|
||||
}
|
||||
|
||||
/* 屏蔽UC浏览器的广告植入 */
|
||||
iframe[src*="ucweb.com"] {
|
||||
display: none !important;
|
||||
}
|
||||
11
芳林公司项目/zyhelp/static/pc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
;(function (){
|
||||
var u = navigator.userAgent,
|
||||
w = window.innerWidth;
|
||||
if (!u.match(/AppleWebKit.*Mobile.*/)) {
|
||||
var sw = w*576/1920;
|
||||
window.innerWidth = sw<375?375:sw;
|
||||
window.onload = function() {
|
||||
window.innerWidth = w;
|
||||
}
|
||||
}
|
||||
})();
|
||||