物流
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.

40 lines
530 B

4 years ago
4 years ago
4 years ago
  1. <template>
  2. <view>
  3. <view>
  4. </view>
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data() {
  10. return {
  11. title: '记录'
  12. }
  13. }
  14. }
  15. </script>
  16. <style lang="scss" scoped>
  17. .logo {
  18. height: 200rpx;
  19. width: 200rpx;
  20. margin-top: 200rpx;
  21. margin-left: auto;
  22. margin-right: auto;
  23. margin-bottom: 50rpx;
  24. }
  25. .text-area {
  26. display: flex;
  27. justify-content: center;
  28. }
  29. .title {
  30. font-size: 36rpx;
  31. background-image: linear-gradient(135deg, red, blue);
  32. background-clip: text;
  33. color: transparent;
  34. }
  35. </style>