Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yucheng_code
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
余成
yucheng_code
Commits
67e3fbab
Commit
67e3fbab
authored
Jul 06, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove orthor
parent
6c7ea2cb
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
214 deletions
+14
-214
.gitignore
.idea/.gitignore
+5
-0
project.settings.json
project.settings.json
+0
-1
index.html
public/index.html
+0
-15
share.html
public/share.html
+0
-60
spark.config.json
spark.config.json
+0
-1
index.less
src/index.less
+9
-137
No files found.
.idea/.gitignore
0 → 100644
View file @
67e3fbab
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
project.settings.json
deleted
100644 → 0
View file @
6c7ea2cb
{
"proSetting"
:{
"projectxIDs"
:{
"devId"
:
"p6e78cb4b"
,
"testId"
:
"pedd5a881"
,
"prodId"
:
"p65d1852e"
},
"skinVariables"
:[]},
"envSetting"
:{}}
public/index.html
View file @
67e3fbab
...
...
@@ -5,21 +5,6 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<title>
首页
</title>
<style>
body
{
background-color
:
#ffdbba
;
}
/* 这里会导致手机上input 无法输入 所有用not */
*
:not
(
input
,
textarea
)
{
-webkit-touch-callout
:
none
;
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
</style>
<!-- <script src="https://yun.duiba.com.cn/db_games/debug/vconsole.min.js"></script> -->
<script>
// new VConsole();
...
...
public/share.html
deleted
100644 → 0
View file @
6c7ea2cb
<!DOCTYPE html>
<html
lang=
"zh"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<title>
聚宝盆-分享页
</title>
<style>
body
{
background-color
:
#6C300B
;
}
</style>
<script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
<script
src=
"//res.wx.qq.com/open/js/jweixin-1.4.0.js"
></script>
<script>
function
getApp
()
{
return
{
cloud
:
{},
cloudName
:
"clientTemplate2C"
,
requestType
:
"mock"
}
}
var
CFG
=
CFG
||
{};
CFG
.
projectID
=
location
.
pathname
.
split
(
'/'
)[
2
]
||
'1'
;
var
sp
=
new
URLSearchParams
(
location
.
search
)
CFG
.
appID
=
sp
.
get
(
"appID"
)
||
'${APPID}'
;
CFG
.
indexUrl
=
window
.
location
.
origin
+
'/projectx/'
+
CFG
.
projectId
+
'/index.html?appID='
+
CFG
.
appID
console
.
log
(
'appID:'
,
CFG
.
appID
)
console
.
log
(
'projectID:'
,
CFG
.
projectID
)
</script>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
\ No newline at end of file
spark.config.json
deleted
100644 → 0
View file @
6c7ea2cb
{
"proName"
:
"聚宝盆-模板项目"
,
"proDesc"
:
""
,
"proPath"
:
"/Users/wuzengxi/Desktop/qinghaigonghang-steppecat"
,
"createTime"
:
1639794863408
}
src/index.less
View file @
67e3fbab
...
...
@@ -24,6 +24,15 @@ input {
input:focus {
outline: none;
}
/* 这里会导致手机上input 无法输入 所有用not */
*:not(input,textarea){
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input[type="range"] {
opacity: 0;
...
...
@@ -53,142 +62,5 @@ input[type="range"]::-webkit-slider-thumb {
transform: translateY(0px);
}
.guide-hand {
animation: guide-hand-ani 1s infinite ease-in-out;
pointer-events: none !important;
}
@keyframes light_rotation {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(360deg);
}
}
.unset_background {
background: none !important;
}
.width_100 {
left: 0 !important;
width: 100% !important;
}
.width_80 {
left: 10% !important;
width: 80% !important;
text-align: center !important;
}
.height_100 {
height: 100% !important;
width: auto !important;
}
.height_unset {
height: unset !important;
}
.width_100_unset_height {
left: 0 !important;
width: 100% !important;
height: unset;
}
.unset_width_unset_height {
width: unset !important;
height: unset !important;
}
.textover {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text_center {
text-align: center !important;
}
.unset_line_height {
line-height: unset !important;
}
.unset_left {
left: unset !important;
}
.unset_top_left {
left: unset !important;
top: unset !important;
}
.unset_top_left_position {
left: unset !important;
top: unset !important;
position: relative !important;
}
.unset_all_from_import {
left: unset !important;
top: unset !important;
width: unset !important;
height: unset !important;
position: unset !important;
}
.unset_position {
position: unset !important;
}
.unset_bound_from_import {
left: unset !important;
top: unset !important;
width: unset !important;
height: unset !important;
}
.text_ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.light_rotate {
animation: anim_rotate 4s linear infinite;
}
.hidden {
display: none !important;
}
//去除滚动条的样式
::-webkit-scrollbar {
height: 0;
opacity: 0;
display: none;
}
@keyframes pulse {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(1.05, 1.05);
}
100% {
transform: scale(1, 1);
}
}
@keyframes anim_rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment