Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
eeb2ad6f
Commit
eeb2ad6f
authored
Jan 24, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unused file
parent
19207e34
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
89 additions
and
272 deletions
+89
-272
examples/hello-mui/css/oa.css
examples/hello-mui/css/oa.css
+0
-176
examples/hello-mui/examples/list-triplex-row.html
examples/hello-mui/examples/list-triplex-row.html
+89
-96
No files found.
examples/hello-mui/css/oa.css
deleted
100644 → 0
View file @
19207e34
@font-face
{
font-family
:
OAicons
;
font-style
:
normal
;
font-weight
:
normal
;
src
:
url("../fonts/ratchicons.eot")
;
src
:
url("../fonts/ratchicons.eot?#iefix")
format
(
"embedded-opentype"
),
url("../fonts/ratchicons.woff")
format
(
"woff"
),
url("../fonts/ratchicons.ttf")
format
(
"truetype"
),
url("../fonts/ratchicons.svg#svgFontName")
format
(
"svg"
);
}
.oa-icon
{
display
:
inline-block
;
font-family
:
OAicons
;
font-size
:
24px
;
line-height
:
1
;
text-decoration
:
none
;
-webkit-font-smoothing
:
antialiased
;
}
.oa-icon-back
:before
{
content
:
'\e80a'
;
}
.oa-icon-bars
:before
{
content
:
'\e80e'
;
}
.oa-icon-caret
:before
{
content
:
'\e80f'
;
}
.oa-icon-check
:before
{
content
:
'\e810'
;
}
.oa-icon-close
:before
{
content
:
'\e811'
;
}
.oa-icon-code
:before
{
content
:
'\e812'
;
}
.oa-icon-compose
:before
{
content
:
'\e813'
;
}
.oa-icon-download
:before
{
content
:
'\e815'
;
}
.oa-icon-edit
:before
{
content
:
'\e829'
;
}
.oa-icon-forward
:before
{
content
:
'\e82a'
;
}
.oa-icon-gear
:before
{
content
:
'\e821'
;
}
.oa-icon-home
:before
{
content
:
'\e82b'
;
}
.oa-icon-info
:before
{
content
:
'\e82c'
;
}
.oa-icon-list
:before
{
content
:
'\e823'
;
}
.oa-icon-more-vertical
:before
{
content
:
'\e82e'
;
}
.oa-icon-more
:before
{
content
:
'\e82f'
;
}
.oa-icon-pages
:before
{
content
:
'\e824'
;
}
.oa-icon-pause
:before
{
content
:
'\e830'
;
}
.oa-icon-person
:before
{
content
:
'\e832'
;
}
.oa-icon-play
:before
{
content
:
'\e816'
;
}
.oa-icon-plus
:before
{
content
:
'\e817'
;
}
.oa-icon-refresh
:before
{
content
:
'\e825'
;
}
.oa-icon-search
:before
{
content
:
'\e819'
;
}
.oa-icon-share
:before
{
content
:
'\e81a'
;
}
.oa-icon-sound
:before
{
content
:
'\e827'
;
}
.oa-icon-sound2
:before
{
content
:
'\e828'
;
}
.oa-icon-sound3
:before
{
content
:
'\e80b'
;
}
.oa-icon-sound4
:before
{
content
:
'\e80c'
;
}
.oa-icon-star-filled
:before
{
content
:
'\e81b'
;
}
.oa-icon-star
:before
{
content
:
'\e81c'
;
}
.oa-icon-stop
:before
{
content
:
'\e81d'
;
}
.oa-icon-trash
:before
{
content
:
'\e81e'
;
}
.oa-icon-up-nav
:before
{
content
:
'\e81f'
;
}
.oa-icon-up
:before
{
content
:
'\e80d'
;
}
.oa-icon-right-nav
:before
{
content
:
'\e818'
;
}
.oa-icon-right
:before
{
content
:
'\e826'
;
}
.oa-icon-down-nav
:before
{
content
:
'\e814'
;
}
.oa-icon-down
:before
{
content
:
'\e820'
;
}
.oa-icon-left-nav
:before
{
content
:
'\e82d'
;
}
.oa-icon-left
:before
{
content
:
'\e822'
;
}
\ No newline at end of file
examples/hello-mui/examples/list-triplex-row.html
View file @
eeb2ad6f
...
@@ -21,16 +21,6 @@
...
@@ -21,16 +21,6 @@
.mui-bar-nav
~
.mui-content
{
.mui-bar-nav
~
.mui-content
{
padding
:
0
;
padding
:
0
;
}
}
</style>
<script>
mui
.
init
();
</script>
</head>
<body>
<link
rel=
"stylesheet"
href=
"../css/oa.css"
>
<style>
.mui-table
h4
,
.mui-table
h5
,
.mui-table
.mui-h5
,
.mui-table
.mui-h6
,
.mui-table
p
{
.mui-table
h4
,
.mui-table
h5
,
.mui-table
.mui-h5
,
.mui-table
.mui-h6
,
.mui-table
p
{
margin-top
:
0
;
margin-top
:
0
;
}
}
...
@@ -47,13 +37,18 @@
...
@@ -47,13 +37,18 @@
.mui-table
.oa-icon-star-filled
{
.mui-table
.oa-icon-star-filled
{
color
:
#f14e41
;
color
:
#f14e41
;
}
}
</style>
<script>
mui
.
init
();
</script>
</head>
</style
>
<body
>
<header
class=
"mui-bar mui-bar-nav"
>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
class=
"mui-title"
>
三行列表
</h1>
<h1
class=
"mui-title"
>
三行列表
</h1>
</header>
</header>
<div
class=
"mui-content"
>
<div
class=
"mui-content"
>
<ul
class=
"mui-table-view mui-table-view-striped mui-table-view-condensed"
>
<ul
class=
"mui-table-view mui-table-view-striped mui-table-view-condensed"
>
<li
class=
"mui-table-view-cell"
>
<li
class=
"mui-table-view-cell"
>
<div
class=
"mui-table"
>
<div
class=
"mui-table"
>
...
@@ -120,8 +115,6 @@
...
@@ -120,8 +115,6 @@
</div>
</div>
</li>
</li>
</ul>
</ul>
</div>
</div>
</body>
</body>
</html>
</html>
\ 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