zhinan.vue 1005 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <template>
  2. <view class="zn-container">
  3. </view>
  4. </template>
  5. <script>
  6. </script>
  7. <style lang="less">
  8. .zn-container{
  9. width: 100%;
  10. }
  11. // page{
  12. // background: #FFFFFF;
  13. // }
  14. // .container{
  15. // font-size: 32rpx;
  16. // padding:0 50rpx;
  17. // text-align: center;
  18. // color:#666;
  19. // .logoContent{
  20. // .logoBorder{
  21. // width:200rpx;
  22. // height:200rpx;
  23. // border:2px solid #eee;
  24. // border-radius: 20rpx;
  25. // margin:50rpx 0 15rpx 0;
  26. // display: inline-block;
  27. // position: relative;
  28. // .logoImg{
  29. // width:135rpx;
  30. // height:180rpx;
  31. // position: absolute;
  32. // top:0;
  33. // left:0;
  34. // right:0;
  35. // bottom:0;
  36. // margin:auto;
  37. // }
  38. // }
  39. // }
  40. // .textContent{
  41. // text-align: left;
  42. // margin-top: 30rpx;
  43. // font-size: 32rpx;
  44. // .tetxTitle{
  45. // margin-bottom: 10rpx;
  46. // font-size: 32rpx;
  47. // }
  48. // > view{
  49. // padding: 16upx 0;
  50. // line-height: 50upx;
  51. // text-indent: 60rpx;
  52. // }
  53. // }
  54. // }
  55. </style>