-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
3,126 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,180 @@ | ||
.m-manufacture { | ||
.pt(40px); | ||
} | ||
.m-manufacture-title { | ||
.u-del { | ||
.fz(16px); | ||
background: #fff; | ||
letter-spacing: 1px; | ||
border: 1px solid #fff; | ||
&:hover { | ||
background: #07ad36; | ||
border: 1px solid #07ad36; | ||
} | ||
} | ||
} | ||
.m-manufacture-title__myList { | ||
.flex; | ||
.pr(20px); | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
.m-cart-body { | ||
.flex; | ||
.w(420px); | ||
.r(10px); | ||
gap: 20px; | ||
justify-content: space-between; | ||
flex-direction: column; | ||
box-sizing: border-box; | ||
min-height: 700px; | ||
.m-cart-scroll { | ||
.pr(10px); | ||
width: calc(100% - 10px); | ||
overflow: auto; | ||
min-height: 530px; | ||
max-height: calc(100vh - 415px); | ||
} | ||
|
||
.m-cart-list { | ||
.r(10px); | ||
background-color: #fff; | ||
min-height: 530px; | ||
padding: 20px; | ||
box-sizing: border-box; | ||
} | ||
.m-title { | ||
.flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
border-bottom: 3px double #eee; | ||
.u-label { | ||
.bold; | ||
.fz(20px,2.5); | ||
i { | ||
.mr(5px); | ||
} | ||
} | ||
} | ||
.m-item { | ||
padding: 10px 0; | ||
border-bottom: 1px solid #dcdfe6; | ||
&:last-child { | ||
border-bottom: 0; | ||
} | ||
.u-header { | ||
display: flex; | ||
justify-content: space-between; | ||
padding: 10px 2px 5px 2px; | ||
.u-header-inner { | ||
.flex; | ||
} | ||
.u-img { | ||
.mr(10px); | ||
.size(24px); | ||
} | ||
.u-title { | ||
.fz(14px,24px); | ||
.bold; | ||
} | ||
.u-del { | ||
background: #fff; | ||
letter-spacing: 1px; | ||
&:hover { | ||
background: #07ad36; | ||
border: 1px solid #07ad36; | ||
} | ||
} | ||
} | ||
.u-info { | ||
.el-divider { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
} | ||
.el-divider__text { | ||
color: #999; | ||
.fz(12px); | ||
.pl(10px); | ||
.pr(10px); | ||
} | ||
.u-children { | ||
.ml(1em); | ||
.pt(10px); | ||
} | ||
.u-child { | ||
.flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
.mb(5px); | ||
&:hover { | ||
background-color: @bg-gray; | ||
} | ||
.u-img { | ||
.flex; | ||
align-items: center; | ||
img { | ||
.size(24px); | ||
} | ||
span { | ||
.fz(12px); | ||
.ml(5px); | ||
opacity: 0.8; | ||
} | ||
} | ||
.c-game-price { | ||
.fz(12px); | ||
} | ||
} | ||
.u-item-num { | ||
.flex; | ||
.fz(13px); | ||
.pt(10px); | ||
justify-content: flex-end; | ||
align-items: center; | ||
} | ||
} | ||
} | ||
|
||
.m-null { | ||
.fz(15px); | ||
.r(10px); | ||
.x; | ||
.flex; | ||
justify-content: center; | ||
align-items: center; | ||
min-height: 530px; | ||
line-height: calc(100vh - 415px); | ||
color: #999; | ||
background-color: #fff; | ||
} | ||
.m-all { | ||
display: flex; | ||
padding: 10px 0; | ||
justify-content: space-between; | ||
|
||
.u-label { | ||
.bold; | ||
} | ||
.u-value { | ||
.fz(13px,2); | ||
b, | ||
.u-price-num span { | ||
color: #c00; | ||
.bold; | ||
} | ||
} | ||
.u-num { | ||
.flex; | ||
justify-content: flex-end; | ||
} | ||
} | ||
} | ||
.m-stat { | ||
.size(calc(100% - 10px),144px); | ||
.r(10px); | ||
box-sizing: border-box; | ||
background-color: #fff; | ||
right: 0; | ||
bottom: 0; | ||
padding: 20px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
.m-plan-equip { | ||
.size(520px, 720px); | ||
background-color: @bg-black; | ||
border: 6px solid #444; | ||
.r(6px); | ||
.auto(x); | ||
|
||
.u-info { | ||
.mt(120px); | ||
.w(280px); | ||
.auto(x); | ||
.x; | ||
} | ||
.u-title { | ||
.nobreak; | ||
.fz(1rem, 2); | ||
.bold; | ||
color: #fff; | ||
} | ||
|
||
.u-author { | ||
img { | ||
.r(2px); | ||
.size(20px); | ||
.y; | ||
} | ||
img { | ||
.mr(5px); | ||
} | ||
span { | ||
.fz(13px, 2.5); | ||
color: #ccc; | ||
} | ||
} | ||
|
||
.u-time { | ||
color: #999; | ||
.fz(12px); | ||
} | ||
|
||
.u-qrcodebox { | ||
.mt(60px); | ||
.w(140px); | ||
.auto(x); | ||
|
||
.w-qrcode-static { | ||
.u-txt { | ||
.mt(10px); | ||
color: #999; | ||
.fz(12px, 16px); | ||
} | ||
svg { | ||
fill: #999; | ||
.size(16px); | ||
.y(-4px); | ||
} | ||
.u-pic { | ||
.r(2px); | ||
padding: 10px 8px 8px 8px; | ||
} | ||
} | ||
} | ||
|
||
.pr; | ||
.u-plan-equip { | ||
.pa; | ||
.flex; | ||
flex-direction: column; | ||
.u-name { | ||
.w(150px); | ||
margin: 5px 0 0 0; | ||
.x; | ||
} | ||
.quality-1 { | ||
color: #fff; | ||
} | ||
.quality-2 { | ||
color: #00d24b; | ||
} | ||
.quality-3 { | ||
color: #007eff; | ||
} | ||
.quality-4 { | ||
color: #ff2dff; | ||
} | ||
.quality-5 { | ||
color: #ffa500; | ||
} | ||
} | ||
|
||
.u-equip-melee_weapon { | ||
.lt(120px, 600px); | ||
} | ||
.u-equip-range_weapon { | ||
.lt(240px, 600px); | ||
} | ||
|
||
.u-equip-helm { | ||
.lt(-10px, 70px); | ||
} | ||
|
||
.u-equip-chest { | ||
.lt(-10px, 250px); | ||
} | ||
|
||
.u-equip-waist { | ||
.lt(-10px, 430px); | ||
} | ||
|
||
.u-equip-bangle { | ||
.lt(380px, 70px); | ||
} | ||
|
||
.u-equip-pants { | ||
.lt(380px, 160px); | ||
} | ||
|
||
.u-equip-boots { | ||
.lt(380px, 250px); | ||
} | ||
|
||
.u-equip-amulet { | ||
.lt(380px, 340px); | ||
} | ||
|
||
.u-equip-pendant { | ||
.lt(380px, 430px); | ||
} | ||
|
||
.u-equip-ring_1 { | ||
.lt(380px, 520px); | ||
} | ||
|
||
.u-equip-ring_2 { | ||
.lt(380px, 610px); | ||
} | ||
|
||
.u-misc { | ||
.pa; | ||
.lt(30px, 600px); | ||
} | ||
|
||
.u-logo { | ||
.db; | ||
svg, | ||
span { | ||
transition: 0.2s ease-in-out; | ||
} | ||
svg { | ||
.size(56px); | ||
fill: #fff; | ||
} | ||
span { | ||
.db; | ||
color: #fff; | ||
font-family: Consolas; | ||
.fz(12px); | ||
// .bold; | ||
} | ||
&:hover { | ||
span { | ||
color: #0cf; | ||
} | ||
svg { | ||
fill: #0cf; | ||
} | ||
} | ||
} | ||
|
||
.u-meta { | ||
.fz(12px); | ||
.db; | ||
color: #fff; | ||
} | ||
} | ||
.u-plan-equip { | ||
.m-item-icon { | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
} |
Oops, something went wrong.