選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

3年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./static/image/favicon.ico><meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><title></title><style type=text/css>.ub {
  2. display: -webkit-box;
  3. display: -moz-box;
  4. //display: box;
  5. position:relative;
  6. }
  7. /*以反方向显示 div 框的子元素*/
  8. .ub-rev {
  9. -webkit-box-direction:reverse;
  10. -moz-box-direction:reverse;
  11. box-direction:reverse;
  12. }
  13. .ub-fh {
  14. width: 100%;
  15. }
  16. .ub-fv {
  17. height: 100%;
  18. }
  19. .ub-con {
  20. position: absolute;
  21. width: 100%;
  22. height: 100%;
  23. }
  24. /*通过使用 box-align and box-pack 属性,居中 div 框的子元素*/
  25. .ub-ac
  26. {
  27. -webkit-box-align:center;
  28. -moz-box-align:center;
  29. box-align:center;
  30. }
  31. /*通过使用 box-align and box-pack :end属性,右下 div 框的子元素*/
  32. .ub-ae
  33. {
  34. -webkit-box-align:end;
  35. -moz-box-align:end;
  36. box-align:end;
  37. }
  38. .ub-pc
  39. {
  40. -webkit-box-pack:center;
  41. -moz-box-pack:center;
  42. box-pack:center;
  43. }
  44. .ub-pe
  45. {
  46. -webkit-box-pack:end;
  47. -moz-box-pack:end;
  48. box-pack:end;
  49. }
  50. /*两端对齐*/
  51. .ub-pj
  52. {
  53. -webkit-box-pack:justify;
  54. -moz-box-pack:justify;
  55. box-pack:justify;
  56. }
  57. /*从上向下垂直排列子元素。*/
  58. .ub-ver
  59. {
  60. -webkit-box-orient:vertical;
  61. -moz-box-orient:vertical;
  62. box-orient:vertical;
  63. }
  64. /*box-flex主要让子容器针对父容器的宽度按一定规则进行划分*/
  65. .ub-f1
  66. {
  67. position:relative;
  68. -webkit-box-flex: 1;
  69. -moz-box-flex: 1;
  70. box-flex: 1;
  71. }
  72. .ub-f2
  73. {
  74. position:relative;
  75. -webkit-box-flex: 2;
  76. -moz-box-flex: 2;
  77. box-flex: 2;
  78. }
  79. .ub-f3
  80. {
  81. position:relative;
  82. -webkit-box-flex: 3;
  83. -moz-box-flex: 3;
  84. box-flex: 3;
  85. }
  86. .ub-f4
  87. {
  88. position:relative;
  89. -webkit-box-flex: 4;
  90. -moz-box-flex: 4;
  91. box-flex: 4;
  92. }</style><link href=static/css/app.d0c22e034a387d686b18aa2526efd18d.css rel=stylesheet></head><body style="max-width:540px;margin:0 auto;"><script src=http://res.wx.qq.com/open/js/jweixin-1.0.0.js></script><div id=app></div><script type=text/javascript src=static/js/manifest.a89b828dd88896f1e7d6.js></script><script type=text/javascript src=static/js/vendor.fc10c613303e940213c1.js></script><script type=text/javascript src=static/js/app.a18c6b113a87a58975d5.js></script></body></html>