index.scss 744 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ::v-deep .uni-page-body,page {
  2. height:100%
  3. }
  4. .myIndex{
  5. height: 100%;
  6. background-color: #F8F9FA;
  7. .myIndex_header{
  8. height: 300rpx;
  9. background: linear-gradient(180deg, rgba(190, 163, 117, 1) 0%, rgba(255, 255, 255, 1) 100%);
  10. display: flex;
  11. padding-top: 100rpx;
  12. .myIndex_header_icon{
  13. .header_icon{
  14. height: 140rpx;
  15. width: 140rpx;
  16. }
  17. }
  18. .myIndex_header_info{
  19. .myIndex_header_name{
  20. display: flex;
  21. .myIndex_header_name_text{
  22. color: rgba(255, 255, 255, 1);
  23. font-size: 20px;
  24. text-align: left;
  25. }
  26. .myIndex_header_eyeIcon{
  27. height: 60rpx;
  28. width: 60rpx;
  29. }
  30. }
  31. .myIndex_header_address{
  32. color: rgba(255, 255, 255, 1);
  33. font-size: 12px;
  34. text-align: left;
  35. }
  36. }
  37. }
  38. }