jianshe.wxss 350 B

1234567891011121314151617181920212223
  1. /* pages/jianshe/jianshe.wxss */
  2. .page{
  3. background-color: #f7f7f7;
  4. }
  5. .container{
  6. position: fixed;
  7. top:0;
  8. left: 0;
  9. width: 100%;
  10. height: 100%;
  11. background-color: #f7f7f7;
  12. }
  13. .cont_icon{
  14. display: block;
  15. width: 380rpx;
  16. height: 391rpx;
  17. margin: 200rpx auto 20rpx;
  18. }
  19. .cont_cont{
  20. text-align: center;
  21. font-size: 30rpx;
  22. color: #999;
  23. }