Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
81f6f77c
Commit
81f6f77c
authored
Dec 10, 2012
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deckbuilder graphics mode
parent
fa252227
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
552 additions
and
475 deletions
+552
-475
assets/images/decks/loading.gif
assets/images/decks/loading.gif
+0
-0
assets/stylesheets/decks.less
assets/stylesheets/decks.less
+46
-5
decks/index.html
decks/index.html
+506
-470
No files found.
assets/images/decks/loading.gif
0 → 100644
View file @
81f6f77c
2.7 KB
assets/stylesheets/decks.less
View file @
81f6f77c
...
@@ -151,13 +151,13 @@ body{margin:0;padding:0;background:#eee;}
...
@@ -151,13 +151,13 @@ body{margin:0;padding:0;background:#eee;}
&:hover{-moz-transition: all 0.5s ease-in-out;-moz-transform: translate(0px) rotate(180deg);-webkit-transition: all 0.5s ease-in-out;-webkit-transform: translate(0px) rotate(180deg);}
&:hover{-moz-transition: all 0.5s ease-in-out;-moz-transform: translate(0px) rotate(180deg);-webkit-transition: all 0.5s ease-in-out;-webkit-transform: translate(0px) rotate(180deg);}
}
}
.donwload_out{float:left;height:25px;width:25px;cursor:pointer;background-image:url(/assets/images/decks/download_out.png);margin:6px 0 0 6px;}
.donwload_out{float:left;height:25px;width:25px;cursor:pointer;background-image:url(/assets/images/decks/download_out.png);margin:6px 0 0 6px;
overflow:hidden;cursor:pointer;
}
.download_inner{
.download_inner{
width:11px;height:18px;background:url(/assets/images/decks/download_inner.png);margin:3px 0 0 7px;
width:11px;height:18px;background:url(/assets/images/decks/download_inner.png);margin:3px 0 0 7px;
&:hover{-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;background-position:0 18px;}
&:hover{-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;background-position:0 18px;}
}
}
.upload_inner{
.upload_inner{
width:11px;height:18px;background:url(/assets/images/decks/upload_inner.png);margin:3px 0 0 7px;
width:11px;height:18px;background:url(/assets/images/decks/upload_inner.png);margin:3px 0 0 7px;
cursor:pointer;
&:hover{-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;background-position:0 -18px;}
&:hover{-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;background-position:0 -18px;}
}
}
.upload_ope{float:left;height:25px;padding:5px 0 0 5px;cursor:pointer;}
.upload_ope{float:left;height:25px;padding:5px 0 0 5px;cursor:pointer;}
...
@@ -180,9 +180,47 @@ body{margin:0;padding:0;background:#eee;}
...
@@ -180,9 +180,47 @@ body{margin:0;padding:0;background:#eee;}
//.card_usage{margin: 0; float: left; width: 44px; height: 64px; }
//.card_usage{margin: 0; float: left; width: 44px; height: 64px; }
/* 一个很神奇的现象,float: left不加的话,Jquery-UI的拖拽不好用,加上去之后没法拖到另一个卡组里... */
/* 一个很神奇的现象,float: left不加的话,Jquery-UI的拖拽不好用,加上去之后没法拖到另一个卡组里... */
}
}
.select_card{
width:498px;height:35px;padding:5px;border:1px solid #cccccc;background:#F9F9F9;border-radius:6px;margin:10px 0 0 8px;
select{width:100px;float:left;border:1px solid #ccc;padding:1px;}
}
.select_cardOn{float:left;width:150px;height:23px;font-size:12px;margin:6px 0 0 5px;}
.select_cardUnder{float:right;height:32px;width:105px;}
.card_group{
height:565px;margin:0 0 0 8px;
h4{margin:8px 0;}
.jscroll-e{
.jscroll-h{border:none;}
}
}
.load_img{margin:25px auto;width:32px;height:32px;display:block;}
}
}
.search_data.graphic{width:162px;height:700px;float:right;
.search_data.graphic{width:162px;height:700px;float:right;overflow: hidden;
overflow: hidden;
.search_frame{
width:130px;
.search_input{width:100px;margin:2px 0 0 0;border:none;background:none;height:20px;}
}
.search_results{line-height:16px;}
.main_area{
padding:8px 0 0 8px;width:144px;background:#fbfbfb;
&:hover
{
.search_out_textTitle{color:#3366CC;transition:color 0.218s ease 0s;}
}
}
.advanced_search_father{display:none;}
.graphic_search_out
{
float:left;width:144px;height:66px;clear:left;border-bottom:1px solid #eeeeee;padding:5px 0;
.search_out_img{float:left;margin:0 5px 0 0;}
.search_out_text{float:left;padding:2px;}
span{font-size:12px;}
}
.page{
padding:20px 5px 0 0;
a{margin:0 2px;}
}
}
}
...
@@ -200,3 +238,6 @@ body{margin:0;padding:0;background:#eee;}
...
@@ -200,3 +238,6 @@ body{margin:0;padding:0;background:#eee;}
.deck_category_count.Spell{color:green}
.deck_category_count.Spell{color:green}
.deck_category_count.Trap{color:purple}
.deck_category_count.Trap{color:purple}
.deck_title small {font-size: 10px}
.deck_title small {font-size: 10px}
#deck_load{opacity:0;cursor:pointer;}
.ui-sortable{padding:5px 0 5px 10px;}
\ No newline at end of file
decks/index.html
View file @
81f6f77c
...
@@ -8,25 +8,25 @@
...
@@ -8,25 +8,25 @@
<!--[if gt IE 8]><!-->
<!--[if gt IE 8]><!-->
<html
class=
"no-js"
xmlns=
"http://www.w3.org/1999/html"
xmlns=
"http://www.w3.org/1999/html"
>
<!--<![endif]-->
<html
class=
"no-js"
xmlns=
"http://www.w3.org/1999/html"
xmlns=
"http://www.w3.org/1999/html"
>
<!--<![endif]-->
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
mycard deck builder
</title>
<title>
mycard deck builder
</title>
<meta
name=
"description"
content=
"mycard卡组编辑"
>
<meta
name=
"description"
content=
"mycard卡组编辑"
>
<!--<meta name="viewport" content="width=device-width">-->
<!--<meta name="viewport" content="width=device-width">-->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link
rel=
"stylesheet"
href=
"/assets/stylesheets/normalize.css"
>
<link
rel=
"stylesheet"
href=
"/assets/stylesheets/normalize.css"
>
<link
rel=
"stylesheet"
href=
"/assets/stylesheets/main.css"
>
<link
rel=
"stylesheet"
href=
"/assets/stylesheets/main.css"
>
<script
src=
"/vendor/javascripts/modernizr-2.6.2.min.js"
></script>
<script
src=
"/vendor/javascripts/modernizr-2.6.2.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/css_clear.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/css_clear.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/PIE.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/PIE.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/hScrollPane.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/hScrollPane.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/smoothness/jquery-ui-1.9.1.custom.min.css"
/>
<link
rel=
"stylesheet"
href=
"/vendor/stylesheets/smoothness/jquery-ui-1.9.1.custom.min.css"
/>
<link
rel=
"stylesheet/less"
href=
"/assets/stylesheets/decks.less"
/>
<link
rel=
"stylesheet/less"
href=
"/assets/stylesheets/decks.less"
/>
<script
src=
"/vendor/javascripts/less-1.3.1.min.js"
></script>
<script
src=
"/vendor/javascripts/less-1.3.1.min.js"
></script>
<script
id=
"card_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"card_template"
type=
"text/x-jquery-tmpl"
>
<
div
id
=
"
card_name
"
class
=
"
card_name
"
>
$
{
name
}
<
/div>
<
div
id
=
"
card_name
"
class
=
"
card_name
"
>
$
{
name
}
<
/div>
<
div
class
=
"
card_img line floatleft
"
>
<
div
class
=
"
card_img line floatleft
"
>
<
img
id
=
"
card_image
"
height
=
"
187px
"
width
=
"
130px
"
src
=
"
http://my-card.in/images/cards/ygocore/${id}.jpg
"
alt
=
"
card_name
"
/>
<
img
id
=
"
card_image
"
height
=
"
187px
"
width
=
"
130px
"
src
=
"
http://my-card.in/images/cards/ygocore/${id}.jpg
"
alt
=
"
card_name
"
/>
...
@@ -65,31 +65,36 @@
...
@@ -65,31 +65,36 @@
<
div
id
=
"
card_adjustment_title
"
class
=
"
bottom_button floatleft
"
>
调整
<
/div>
<
div
id
=
"
card_adjustment_title
"
class
=
"
bottom_button floatleft
"
>
调整
<
/div>
<
div
id
=
"
card_statistics_title
"
class
=
"
bottom_button floatleft
"
>
统计
<
/div>
<
div
id
=
"
card_statistics_title
"
class
=
"
bottom_button floatleft
"
>
统计
<
/div>
<
/div>
<
/div>
</script>
</script>
<script
id=
"card_usage_text_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"card_usage_text_template"
type=
"text/x-jquery-tmpl"
>
<
p
class
=
"
card_usage
"
>
<
p
class
=
"
card_usage
"
>
<
span
class
=
"
card ${$data.card().card_type.join(' ')}
"
>
$
{
$data
.
card
().
name
}
<
/span>
<
span
class
=
"
card ${$data.card().card_type.join(' ')}
"
>
$
{
$data
.
card
().
name
}
<
/span>
<
i
>
$
{
count
}
<
/i>
<
i
>
$
{
count
}
<
/i>
<
/p>
<
/p>
</script>
</script>
<script
id=
"card_usage_graphic_main_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"card_usage_graphic_main_template"
type=
"text/x-jquery-tmpl"
>
{{
each
Array
(
count
)}}
{{
each
Array
(
count
)}}
<
img
class
=
"
card_usage
"
width
=
"
44
"
height
=
"
64
"
padding
=
"
${main_count}
"
src
=
"
${$data.card().image_thumbnail_url()}
"
/>
<
div
style
=
"
float:left;width:31px;overflow:visible;
"
>
<
img
class
=
"
card_usage
"
width
=
"
44
"
height
=
"
64
"
src
=
"
${$data.card().image_thumbnail_url()}
"
/>
<
/div>
{{
/each}}
{{
/each}}
</script>
</script>
<script
id=
"card_usage_graphic_side_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"card_usage_graphic_side_template"
type=
"text/x-jquery-tmpl"
>
{{
each
Array
(
count
)}}
{{
each
Array
(
count
)}}
<
img
class
=
"
card_usage
"
width
=
"
44
"
height
=
"
64
"
padding
=
"
${side_count}
"
src
=
"
${$data.card().image_thumbnail_url()}
"
/>
<
div
style
=
"
float:left;width:${side_count+((465/side_count)-side_count)}px;overflow:visible;
"
>
<
img
class
=
"
card_usage
"
width
=
"
44
"
height
=
"
64
"
src
=
"
${$data.card().image_thumbnail_url()}
"
/>
<
/div>
{{
/each}}
{{
/each}}
</script>
</script>
<script
id=
"card_usage_graphic_extra_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"card_usage_graphic_extra_template"
type=
"text/x-jquery-tmpl"
>
{{
each
Array
(
count
)}}
{{
each
Array
(
count
)}}
<
img
class
=
"
card_usage
"
width
=
"
44
"
height
=
"
64
"
padding
=
"
${extra_count}
"
<
div
style
=
"
float:left;width:${extra_count+((465/extra_count)-extra_count)}px;overflow:visible;
"
>
src
=
"
${$data.card().image_thumbnail_url()}
"
/>
<
img
class
=
"
card_usage
"
width
=
"
44
"
height
=
"
64
"
src
=
"
${$data.card().image_thumbnail_url()}
"
/>
<
/div>
{{
/each}}
{{
/each}}
</script>
</script>
<script
id=
"deck_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"deck_template"
type=
"text/x-jquery-tmpl"
>
<
fieldset
id
=
"
deck_main
"
>
<
fieldset
id
=
"
deck_main
"
>
<
legend
id
=
"
deck_main_title
"
class
=
"
deck_title main
"
>
主卡组
<
legend
id
=
"
deck_main_title
"
class
=
"
deck_title main
"
>
主卡组
<
small
>
(
$
{
main_count
}:
<
small
>
(
$
{
main_count
}:
...
@@ -99,8 +104,7 @@
...
@@ -99,8 +104,7 @@
<
/legend>
<
/legend>
<
div
class
=
"
deck_part main
"
>
<
div
class
=
"
deck_part main
"
>
{{
tmpl
(
main
)
'
#card_usage_
'
+
(
$
(
'
.operate_area
'
).
hasClass
(
'
text
'
)
?
'
text
'
:
'
graphic_main
'
)
+
{{
tmpl
(
main
)
'
#card_usage_
'
+
(
$
(
'
.operate_area
'
).
hasClass
(
'
text
'
)
?
'
text
'
:
'
graphic_main
'
)
+
'
_template
'
}}
'
_template
'
}}
<
/div>
<
/div>
<
/fieldset>
<
/fieldset>
<
fieldset
id
=
"
deck_side
"
>
<
fieldset
id
=
"
deck_side
"
>
...
@@ -109,8 +113,7 @@
...
@@ -109,8 +113,7 @@
<
/legend>
<
/legend>
<
div
class
=
"
deck_part side
"
>
<
div
class
=
"
deck_part side
"
>
{{
tmpl
(
side
)
'
#card_usage_
'
+
(
$
(
'
.operate_area
'
).
hasClass
(
'
text
'
)
?
'
text
'
:
'
graphic_side
'
)
+
{{
tmpl
(
side
)
'
#card_usage_
'
+
(
$
(
'
.operate_area
'
).
hasClass
(
'
text
'
)
?
'
text
'
:
'
graphic_side
'
)
+
'
_template
'
}}
'
_template
'
}}
<
/div>
<
/div>
<
/fieldset>
<
/fieldset>
<
fieldset
id
=
"
deck_extra
"
>
<
fieldset
id
=
"
deck_extra
"
>
...
@@ -119,8 +122,7 @@
...
@@ -119,8 +122,7 @@
<
/legend>
<
/legend>
<
div
class
=
"
deck_part extra
"
>
<
div
class
=
"
deck_part extra
"
>
{{
tmpl
(
extra
)
'
#card_usage_
'
+
(
$
(
'
.operate_area
'
).
hasClass
(
'
text
'
)
?
'
text
'
:
'
graphic_extra
'
)
+
{{
tmpl
(
extra
)
'
#card_usage_
'
+
(
$
(
'
.operate_area
'
).
hasClass
(
'
text
'
)
?
'
text
'
:
'
graphic_extra
'
)
+
'
_template
'
}}
'
_template
'
}}
<
/div>
<
/div>
<
/fieldset>
<
/fieldset>
</script>
</script>
...
@@ -204,24 +206,60 @@
...
@@ -204,24 +206,60 @@
</script>
</script>
<script
id=
"search_card_graphic_template"
type=
"text/x-jquery-tmpl"
>
<script
id=
"search_card_graphic_template"
type=
"text/x-jquery-tmpl"
>
<
div
>
<
div
>
<
div
>
<
div
class
=
"
graphic_search_out
"
>
<
div
class
=
"
search_out_img
"
>
<
img
src
=
"
http://my-card.in/images/cards/ygocore/thumbnail/2009101.jpg
"
width
=
"
44
"
height
=
"
64
"
/>
<
img
src
=
"
http://my-card.in/images/cards/ygocore/thumbnail/2009101.jpg
"
width
=
"
44
"
height
=
"
64
"
/>
<
span
>
黑羽
-
疾风之盖尔
<
/span><br/
>
<
/div>
<
div
class
=
"
search_out_text
"
>
<
span
class
=
"
search_out_textTitle
"
>
黑羽
-
疾风之盖尔
<
/span><br/
>
<
span
>
暗
<
/span>
<
span
>
暗
<
/span>
<
span
>
鸟兽
<
/span>
<
span
>
鸟兽
<
/span>
<
span
>
☆
3
<
/span>
<
span
>
☆
3
<
/span>
<
br
/>
<
span
>
1300
<
/span>/
<
span
>
400
<
/span>
<
span
>
1300
<
/span>/
<
span
>
400
<
/span>
<
/div>
<
/div>
<
div
>
<
/div>
<
div
class
=
"
graphic_search_out
"
>
<
div
class
=
"
search_out_img
"
>
<
img
src
=
"
http://my-card.in/images/cards/ygocore/thumbnail/2009101.jpg
"
width
=
"
44
"
height
=
"
64
"
/>
<
img
src
=
"
http://my-card.in/images/cards/ygocore/thumbnail/2009101.jpg
"
width
=
"
44
"
height
=
"
64
"
/>
<
span
>
黑羽
-
疾风之盖尔
<
/span><br/
>
<
/div>
<
div
class
=
"
search_out_text
"
>
<
span
class
=
"
search_out_textTitle
"
>
黑羽
-
疾风之盖尔
<
/span><br/
>
<
span
>
暗
<
/span>
<
span
>
暗
<
/span>
<
span
>
鸟兽
<
/span>
<
span
>
鸟兽
<
/span>
<
span
>
☆
3
<
/span>
<
span
>
☆
3
<
/span>
<
br
/>
<
span
>
1300
<
/span>/
<
span
>
400
<
/span>
<
span
>
1300
<
/span>/
<
span
>
400
<
/span>
<
/div>
<
/div>
<
/div>
<
/div>
</script>
<
div
class
=
"
graphic_search_out
"
>
<
div
class
=
"
search_out_img
"
>
<
img
src
=
"
http://my-card.in/images/cards/ygocore/thumbnail/2009101.jpg
"
width
=
"
44
"
height
=
"
64
"
/>
<
/div>
<
div
class
=
"
search_out_text
"
>
<
span
class
=
"
search_out_textTitle
"
>
黑羽
-
疾风之盖尔
<
/span><br/
>
<
span
>
暗
<
/span>
<
span
>
鸟兽
<
/span>
<
span
>
☆
3
<
/span>
<
br
/>
<
span
>
1300
<
/span>/
<
span
>
400
<
/span>
<
/div>
<
/div>
<
div
class
=
"
graphic_search_out
"
>
<
div
class
=
"
search_out_img
"
>
<
img
src
=
"
http://my-card.in/images/cards/ygocore/thumbnail/2009101.jpg
"
width
=
"
44
"
height
=
"
64
"
/>
<
/div>
<
div
class
=
"
search_out_text
"
>
<
span
class
=
"
search_out_textTitle
"
>
黑羽
-
疾风之盖尔
<
/span><br/
>
<
span
>
暗
<
/span>
<
span
>
鸟兽
<
/span>
<
span
>
☆
3
<
/span>
<
br
/>
<
span
>
1300
<
/span>/
<
span
>
400
<
/span>
<
/div>
<
/div>
<
/div>
</script>
</head>
</head>
<body>
<body>
<!--[if lt IE 10]>
<!--[if lt IE 10]>
...
@@ -230,7 +268,7 @@
...
@@ -230,7 +268,7 @@
improve your experience.</p>
improve your experience.</p>
<![endif]-->
<![endif]-->
<div
class=
"main_div line"
>
<div
class=
"main_div line"
>
<div
id=
"card"
class=
"main_left floatleft line"
>
<div
id=
"card"
class=
"main_left floatleft line"
>
<div
class=
"card_name"
>
Mycard 卡组编辑器
</div>
<div
class=
"card_name"
>
Mycard 卡组编辑器
</div>
<div
class=
"card_img line floatleft"
>
<div
class=
"card_img line floatleft"
>
<img
height=
"187px"
width=
"130px"
src=
"/assets/images/decks/card.jpg"
alt=
"card_name"
/>
<img
height=
"187px"
width=
"130px"
src=
"/assets/images/decks/card.jpg"
alt=
"card_name"
/>
...
@@ -281,10 +319,10 @@
...
@@ -281,10 +319,10 @@
<div
class=
"bottom_button_active floatleft"
>
简介
</div>
<div
class=
"bottom_button_active floatleft"
>
简介
</div>
<div
class=
"bottom_button floatleft"
>
关于
</div>
<div
class=
"bottom_button floatleft"
>
关于
</div>
</div>
</div>
</div>
</div>
<div
class=
"main_right floatleft line"
>
<div
class=
"main_right floatleft line"
>
<div
class=
"floatleft search_data graphic"
>
<div
class=
"floatleft search_data graphic"
>
<div
class=
"floatleft search_bar"
>
<div
class=
"floatleft search_bar"
>
<form
id=
"search"
>
<form
id=
"search"
>
<div
class=
"floatleft search_frame"
>
<div
class=
"floatleft search_frame"
>
<input
type=
"text"
name=
""
class=
"search_input floatleft"
value=
""
/>
<input
type=
"text"
name=
""
class=
"search_input floatleft"
value=
""
/>
...
@@ -351,16 +389,15 @@
...
@@ -351,16 +389,15 @@
</div>
</div>
<!-- 修改 -->
<!-- 修改 -->
<div
class=
"floatleft search_results"
>
<div
class=
"floatleft search_results"
>
<span
style=
"color:#3399FF;font-weight:bold;"
>
结果数
</span>
<span
style=
"color:#3366CC;font-weight:bold;"
>
结果数
</span>
魔法:
<span
style=
"color:#FFAD6E;"
>
XXX
</span>
魔法:
<span
style=
"color:#FFAD6E;"
>
XXX
</span>
陷阱:
<span
style=
"color:#FFAD6E;"
>
XXX
</span>
陷阱:
<span
style=
"color:#FFAD6E;"
>
XXX
</span>
怪兽:
<span
style=
"color:#FFAD6E;"
>
XXX
</span>
怪兽:
<span
style=
"color:#FFAD6E;"
>
XXX
</span>
</div>
</div>
</div>
</div>
<div
class=
"floatleft main_area"
id=
"search_card"
></div>
<div
class=
"floatleft main_area"
id=
"search_card"
></div>
<div
class=
"floatright page"
>
<div
class=
"floatright page"
>
<a
class=
"page_home"
href=
""
></a>
<a
class=
"page_home"
href=
""
></a>
<a
class=
"page_pre"
href=
""
></a>
<a
class=
"page_pre"
href=
""
></a>
<a
class=
"page_num"
href=
""
>
9
</a>
<a
class=
"page_num"
href=
""
>
9
</a>
...
@@ -368,11 +405,11 @@
...
@@ -368,11 +405,11 @@
<a
class=
"page_num"
href=
""
>
11
</a>
<a
class=
"page_num"
href=
""
>
11
</a>
<a
class=
"page_next"
href=
""
></a>
<a
class=
"page_next"
href=
""
></a>
<a
class=
"page_last"
href=
""
></a>
<a
class=
"page_last"
href=
""
></a>
</div>
</div>
<!--{"archetypes":"","card_type":"\u6548\u679c\u602a\u517d","id":2067,"lore":"\u8fd9\u5f20\u5361\u653b\u51fb\u7684\u573a\u5408\uff0c\u5bf9\u65b9\u76f4\u5230\u4f24\u5bb3\u6b65\u9aa4\u7ed3\u675f\u65f6\u4e0d\u80fd\u53d1\u52a8\u9b54\u6cd5\u00b7\u9677\u9631\u5361\u3002\u7528\u4ee5\u4e0b\u7684\u602a\u517d\u4e3a\u796d\u54c1\u4f5c\u796d\u54c1\u53ec\u5524\u7684\u573a\u5408\uff0c\u8fd9\u5f20\u5361\u5f97\u5230\u5404\u81ea\u7684\u6548\u679c\u3002\u25cf\u7eff\u9f7f\u8f6e\uff1a\u8fd9\u5f20\u5361\u653b\u51fb\u5b88\u5907\u8868\u793a\u602a\u517d\u65f6\uff0c\u82e5\u8fd9\u5f20\u5361\u7684\u653b\u51fb\u529b\u8d85\u8fc7\u5b88\u5907\u8868\u793a\u602a\u517d\u7684\u5b88\u5907\u529b\uff0c\u7ed9\u4e88\u5bf9\u65b9\u57fa\u672c\u5206\u90a3\u4e2a\u6570\u503c\u7684\u6218\u6597\u4f24\u5bb3\u3002\u25cf\u7ea2\u9f7f\u8f6e\uff1a\u7ed9\u4e88\u5bf9\u65b9\u73a9\u5bb6\u6218\u6597\u4f24\u5bb3\u65f6\uff0c\u7ed9\u4e88\u5bf9\u65b9\u57fa\u672c\u5206400\u5206\u4f24\u5bb3\u3002\u25cf\u9ec4\u9f7f\u8f6e\uff1a\u6218\u6597\u7834\u574f\u5bf9\u65b9\u602a\u517d\u7684\u573a\u5408\uff0c\u7ed9\u4e88\u5bf9\u65b9\u57fa\u672c\u5206600\u5206\u4f24\u5bb3\u3002","mediums":"OCG\tTCG","monster_atk":3000,"monster_attribute":"\u5730","monster_def":2000,"monster_level":8,"monster_type":null,"name":"\u53e4\u4ee3\u7684\u673a\u68b0\u5de8\u9f99","number":50933533,"stats":"21,26,37","status":3,"tokens":0,"type":"\u673a\u68b0"} -->
<!--{"archetypes":"","card_type":"\u6548\u679c\u602a\u517d","id":2067,"lore":"\u8fd9\u5f20\u5361\u653b\u51fb\u7684\u573a\u5408\uff0c\u5bf9\u65b9\u76f4\u5230\u4f24\u5bb3\u6b65\u9aa4\u7ed3\u675f\u65f6\u4e0d\u80fd\u53d1\u52a8\u9b54\u6cd5\u00b7\u9677\u9631\u5361\u3002\u7528\u4ee5\u4e0b\u7684\u602a\u517d\u4e3a\u796d\u54c1\u4f5c\u796d\u54c1\u53ec\u5524\u7684\u573a\u5408\uff0c\u8fd9\u5f20\u5361\u5f97\u5230\u5404\u81ea\u7684\u6548\u679c\u3002\u25cf\u7eff\u9f7f\u8f6e\uff1a\u8fd9\u5f20\u5361\u653b\u51fb\u5b88\u5907\u8868\u793a\u602a\u517d\u65f6\uff0c\u82e5\u8fd9\u5f20\u5361\u7684\u653b\u51fb\u529b\u8d85\u8fc7\u5b88\u5907\u8868\u793a\u602a\u517d\u7684\u5b88\u5907\u529b\uff0c\u7ed9\u4e88\u5bf9\u65b9\u57fa\u672c\u5206\u90a3\u4e2a\u6570\u503c\u7684\u6218\u6597\u4f24\u5bb3\u3002\u25cf\u7ea2\u9f7f\u8f6e\uff1a\u7ed9\u4e88\u5bf9\u65b9\u73a9\u5bb6\u6218\u6597\u4f24\u5bb3\u65f6\uff0c\u7ed9\u4e88\u5bf9\u65b9\u57fa\u672c\u5206400\u5206\u4f24\u5bb3\u3002\u25cf\u9ec4\u9f7f\u8f6e\uff1a\u6218\u6597\u7834\u574f\u5bf9\u65b9\u602a\u517d\u7684\u573a\u5408\uff0c\u7ed9\u4e88\u5bf9\u65b9\u57fa\u672c\u5206600\u5206\u4f24\u5bb3\u3002","mediums":"OCG\tTCG","monster_atk":3000,"monster_attribute":"\u5730","monster_def":2000,"monster_level":8,"monster_type":null,"name":"\u53e4\u4ee3\u7684\u673a\u68b0\u5de8\u9f99","number":50933533,"stats":"21,26,37","status":3,"tokens":0,"type":"\u673a\u68b0"} -->
</div>
</div>
<div
class=
"floatleft operate_area graphic"
>
<div
class=
"floatleft operate_area graphic"
>
<div
class=
"select_card"
>
<div
class=
"select_card"
>
<div
class=
"select_cardOn"
>
<div
class=
"select_cardOn"
>
<select
name=
""
>
<select
name=
""
>
...
@@ -383,7 +420,7 @@
...
@@ -383,7 +420,7 @@
</div>
</div>
<div
class=
"select_cardUnder"
>
<div
class=
"select_cardUnder"
>
<div
class=
"donwload_out"
title=
"上传"
>
<div
class=
"donwload_out"
title=
"上传"
>
<div
class=
"upload_inner"
>
<div
class=
"upload_inner"
>
<input
id=
"deck_load"
type=
"file"
tabindex=
"-1"
/>
<input
id=
"deck_load"
type=
"file"
tabindex=
"-1"
/>
</div>
</div>
</div>
</div>
...
@@ -391,17 +428,16 @@
...
@@ -391,17 +428,16 @@
<div
class=
"download_inner"
></div>
<div
class=
"download_inner"
></div>
</div>
</div>
<!-- <img class="donwload_ope" src="/assets/images/decks/download.png" alt="" title="上传" /> -->
<!-- <img class="donwload_ope" src="/assets/images/decks/download.png" alt="" title="上传" /> -->
<a
href=
"#"
id=
"deck_url_ydk"
><img
class=
"save_ope"
src=
"/assets/images/decks/save.png"
alt=
""
<a
href=
"#"
id=
"deck_url_ydk"
><img
class=
"save_ope"
src=
"/assets/images/decks/save.png"
alt=
""
title=
"保存"
/></a>
title=
"保存"
/></a>
</div>
</div>
</div>
</div>
<div
id=
"deck"
class=
"card_group"
>
<div
id=
"deck"
class=
"card_group"
>
<p>
Loading...
</p>
<img
class=
"load_img"
src=
"/assets/images/decks/loading.gif"
alt=
""
title=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
id=
"deck_share_dialog"
title=
"share"
>
<div
id=
"deck_share_dialog"
title=
"share"
>
<fieldset>
<fieldset>
<legend>
URL
</legend>
<legend>
URL
</legend>
...
...
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