first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1 @@
dba2e7bc-61cb-41da-bb8c-84d126f3f8ef

View File

@@ -0,0 +1 @@
85ce57e0-ae57-4c06-991a-8a3e2db44d9d

View File

@@ -0,0 +1 @@
a580618e-38e3-41ad-93dd-d2c5abf9922f

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -0,0 +1 @@
f47e9665-e862-4df3-b9b1-b94d6b0adeec

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View 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;
}

View 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;
}
}
})();

File diff suppressed because one or more lines are too long

Binary file not shown.