forked from dcloudio/uni-ui
-
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.
update: 重构uni-ui工程,优化 uni-card uni-list
- Loading branch information
Showing
246 changed files
with
8,477 additions
and
14,560 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
node_modules/ | ||
.project | ||
unpackage/ | ||
package/ | ||
temps/example_temps/ | ||
.DS_Store | ||
dist/ | ||
.project | ||
.DS_Store |
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
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
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 @@ | ||
$uni-test:red; |
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 |
---|---|---|
@@ -1,96 +0,0 @@ | ||
/* 头条小程序组件内不能引入字体 */ | ||
/* #ifdef MP-TOUTIAO */ | ||
@font-face { | ||
font-family: uniicons; | ||
font-weight: normal; | ||
font-style: normal; | ||
src: url('~@/static/uni.ttf') format('truetype'); | ||
} | ||
/* #endif */ | ||
|
||
/* #ifndef APP-NVUE */ | ||
page { | ||
display: flex; | ||
flex-direction: column; | ||
box-sizing: border-box; | ||
background-color: #efeff4; | ||
min-height: 100%; | ||
height: auto; | ||
} | ||
|
||
view { | ||
font-size: 14px; | ||
line-height: inherit; | ||
} | ||
|
||
.example { | ||
padding: 0 15px 15px; | ||
} | ||
|
||
.example-info { | ||
padding: 15px; | ||
color: #3b4144; | ||
background: #ffffff; | ||
} | ||
|
||
.example-body { | ||
/* #ifndef APP-NVUE */ | ||
display: flex; | ||
/* #endif */ | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content: center; | ||
padding: 0; | ||
font-size: 14px; | ||
background-color: #ffffff; | ||
} | ||
/* #endif */ | ||
.example { | ||
padding: 0 15px; | ||
} | ||
|
||
.example-info { | ||
/* #ifndef APP-NVUE */ | ||
display: block; | ||
/* #endif */ | ||
padding: 15px; | ||
color: #3b4144; | ||
background-color: #ffffff; | ||
font-size: 14px; | ||
line-height: 20px; | ||
} | ||
|
||
.example-info-text { | ||
font-size: 14px; | ||
line-height: 20px; | ||
color: #3b4144; | ||
} | ||
|
||
|
||
.example-body { | ||
flex-direction: column; | ||
padding: 15px; | ||
background-color: #ffffff; | ||
} | ||
|
||
.word-btn-white{ | ||
font-size: 18px; | ||
color:#FFFFFF; | ||
} | ||
|
||
.word-btn { | ||
/* #ifndef APP-NVUE */ | ||
display: flex; | ||
/* #endif */ | ||
flex-direction: row; | ||
align-items: center; | ||
justify-content: center; | ||
border-radius: 6px; | ||
height: 48px; | ||
margin: 15px; | ||
background-color: #007AFF; | ||
} | ||
|
||
.word-btn--hover { | ||
background-color: #4ca2ff; | ||
} | ||
Oops, something went wrong.