扩展链接高佣版

floow.wxss 333B

1234567891011121314151617181920212223
  1. /* pages/floow/floow.wxss */
  2. .floow {
  3. width: 100%;
  4. height: 100vh;
  5. padding: 60rpx;
  6. text-align: center;
  7. color: #111;
  8. background: #fff;
  9. }
  10. .h3 {
  11. font-size: 34rpx;
  12. line-height: 60rpx;
  13. margin-bottom: 60rpx;
  14. text-align: left;
  15. }
  16. image {
  17. width: 400rpx;
  18. height: 400rpx;
  19. }
  20. text {
  21. display: block;
  22. margin-top: 30rpx;
  23. }