-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 删除 weui_vimg_wrp扩展类,用weui_cells_form做父类可达到同样效果 2. 增加 weui_btn_area增加margin-top: 20px 3. 增加 weui_btn_area增加margin-bottom 4. 删除 weui_btn_area_inline为WinPhone7写的hack 5. 增加 weui_cells_tips 6. 修改 weui_cell的border-color 7.修改 weui_cells_form的weui_cell_hd的padding-right改为0.3em 8. 修改 weui_cells的font-size改为17px 9. 修改 weui_cells_title的margin 10. 增加 weui_cell_switch来控制weui_switch那个cell的高度,让其保持44px 11. 修改 weui_msg的间距
- Loading branch information
BearJ
committed
Nov 5, 2015
1 parent
f0cbbaf
commit b62c24a
Showing
12 changed files
with
91 additions
and
101 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
@weuiCellBg:#FFFFFF; | ||
@weuiCellBorderColor:#ECECEC; | ||
@weuiCellBorderColor:#D9D9D9; | ||
@weuiCellGapV:10px; | ||
@weuiCellGapH:15px; | ||
@weuiCellInnerGapH:.35em; | ||
@weuiCellHeight: 44px; | ||
@weuiCellFontSize:17px; | ||
@weuiCellTipsFontSize:14px; | ||
|
||
@weuiCellsMarginTop:.8em; | ||
@weuiCellLineHeight: unit((@weuiCellHeight - 2 * @weuiCellGapV) / @weuiCellFontSize); // 高度为44px,减去上下padding的行高 | ||
@weuiCellsMarginTop:unit(20 / @weuiCellFontSize, em); |
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,8 +1,7 @@ | ||
@weuiMsgPadding:75px 0 0; | ||
@weuiMsgSmallPadding: 45px 0 0; | ||
@weuiMsgIconGap:19px; | ||
@weuiMsgPaddingTop:36px; | ||
@weuiMsgIconGap:30px; | ||
@weuiMsgTitleGap:5px; | ||
@weuiMsgTextGap:25px; | ||
@weuiMsgTitleGap:12px; | ||
@weuiMsgOprGap:25px; | ||
@weuiMsgExtraAreaGap:20px; | ||
@weuiMsgExtraAreaOfMinHeight:416px; | ||
@weuiMsgExtraAreaGap:15px; | ||
@weuiMsgExtraAreaOfMinHeight:438px; |
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
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