UNPKG

iuap-design

Version:
46 lines 2.44 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Title</title> <link rel="stylesheet" href="http://iuap.yonyou.com/fe/vendor/font-awesome/css/font-awesome.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/u.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/u-extend.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/tree.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/grid.css"> <link rel="stylesheet" type="text/css" href="widget.css"> </head> <body> <div class="example example-box u-container-fluid"> <div class="row"> <div class="col-md-4 m-b-sm bg-grey h-64"> <img src="../../static/img/img2.png" height="64" width="64" style="vertical-align:top"> <span class="text-top">Aligns text to the top.</span> </div> <div class="col-md-4 m-b-sm bg-grey h-64" > <img src="../../static/img/img2.png" height="64" width="64" style="vertical-align:middle"> <span class="text-middle">Aligns text to the middle.</span> </div> <div class="col-md-4 m-b-sm bg-grey h-64" > <img src="../../static/img/img2.png" height="64" width="64" style="vertical-align:bottom"> <span class="text-bottom">Aligns text to the bottom.</span> </div> </div> <div class="margin-top-20"> <p class="text-left">Left aligned text.</p> <p class="text-center">Center aligned text.</p> <p class="text-right">Right aligned text.</p> <p class="text-justify">Justified text.Justified text.Justified text.</p> </div> </div> <script src="http://iuap.yonyou.com/fe/vendor/jquery/jquery-1.11.2.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/knockout/knockout-3.2.0.debug.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u-polyfill.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u-tree.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u-grid.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/requirejs/require.debug.js"></script> <script src="widget.js"></script> </body> </html>