app.wxss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @import "bower_components/zanui-weapp/dist/index.wxss";
  2. @import 'style/weui.wxss';
  3. .container {
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-between;
  9. padding: 200rpx 0;
  10. box-sizing: border-box;
  11. }
  12. page{
  13. background-color: #fff;
  14. font-size: 16px;
  15. font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
  16. }
  17. .page__hd {
  18. padding: 40px;
  19. }
  20. .page__bd {
  21. padding-bottom: 40px;
  22. }
  23. .page__bd_spacing {
  24. padding-left: 15px;
  25. padding-right: 15px;
  26. }
  27. .page__ft{
  28. padding-bottom: 10px;
  29. text-align: center;
  30. }
  31. .page__title {
  32. text-align: center;
  33. font-size: 20px;
  34. font-weight: 400;
  35. }
  36. .page__desc {
  37. margin-top: 10px;
  38. color: #888888;
  39. text-align: left;
  40. font-size: 14px;
  41. }
  42. .float-icon {
  43. position: fixed;
  44. z-index: 999;
  45. right: 20rpx;
  46. bottom: 110rpx;
  47. }
  48. .dial {
  49. width: 114rpx;
  50. height: 150rpx;
  51. border-radius: 10rpx;
  52. display: block;
  53. margin-bottom: 32rpx;
  54. }
  55. .we7-bottom-placeholder { width: 100%; height: 134rpx; position: relative; bottom: 0; z-index: -1 }
  56. .we7-bottom { display: flex; overflow: hidden; position: fixed; left: 0; right: 0; bottom: 0; padding: 10rpx 0; border-top: 1px solid #eee; background-color: #fff; z-index:99; }
  57. .we7-bottom.active { background-color: #fff; }
  58. .we7-bottom.active wx-navigatorurl { background-color: #fff }
  59. .we7-bottom .we7-bottom-item { flex: 1; padding: 10rpx; text-align: center; position: relative; }
  60. .we7-bottom .item-img { width: 50rpx; height: 50rpx; display: inline-block }
  61. .we7-bottom .item-text { display: block; font-size: 12px; line-height:1 }
  62. .we7-bottom-item wx-button,.we7-bottom-item wx-web-view{ position: absolute; top:5px; left: 30%; background: red; width: 100rpx; height: 100rpx; opacity: 0.0; z-index: 100; }
  63. .we7-bottom-item wx-navigator{ position: absolute; display: block; top:5px; left: 30%; background: red; width: 100rpx; height: 100rpx; opacity: 0.0; z-index: 100; }
  64. .we7-bottom-item .aview{ position: absolute; display: block; top:5px; left: 30%; background: red; width: 100rpx; height: 100rpx; opacity: 0.0; z-index: 100; }