国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
420 B

4 days ago
  1. <template>
  2. <view :style="{width: '100%'}">
  3. <view class="nav-container" >
  4. <!-- 我是占位符 -->
  5. </view>
  6. <view class="placeholder">
  7. </view >
  8. </view>
  9. </template>
  10. <style lang="scss" scoped>
  11. .nav-container {
  12. position: absolute;
  13. // z-index: -1;
  14. width: 100%;
  15. height: 270rpx;
  16. background: linear-gradient(180deg,#1488db, #98b5f1);
  17. }
  18. .placeholder{
  19. width: 100%;
  20. height: 160rpx;
  21. }
  22. </style>