workdata.wxss 658 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .page_view {
  2. background-color: #f9c752;
  3. }
  4. .page_title {
  5. font-size: 55rpx;
  6. font-weight: bold;
  7. -webkit-transform: skew(-10deg);
  8. transform: skew(-10deg);
  9. color: #FFF;
  10. }
  11. .page_subtitle {
  12. font-size: 34rpx;
  13. font-weight: bold;
  14. -webkit-transform: skew(-10deg);
  15. transform: skew(-10deg);
  16. color: #FFF;
  17. }
  18. .bg1 {
  19. position: absolute;
  20. top: 200rpx;
  21. left: 450rpx;
  22. width: 430rpx;
  23. height: 430rpx;
  24. border-radius: 50%;
  25. background-color: #f9da7a;
  26. }
  27. .detail_image {
  28. position: absolute;
  29. top: 170rpx;
  30. left: 430rpx;
  31. width: 330rpx;
  32. height: 360rpx;
  33. background-size: 100%;
  34. background-repeat: no-repeat;
  35. z-index: 50;
  36. }