examdata.wxss 838 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .page_view {
  2. background-color: #ff8caf;
  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: #ffb2c9;
  26. }
  27. .detail_image1 {
  28. position: absolute;
  29. top: 180rpx;
  30. left: 580rpx;
  31. width: 300rpx;
  32. height: 350rpx;
  33. background-size: 100%;
  34. background-repeat: no-repeat;
  35. z-index: 51;
  36. }
  37. .detail_image2 {
  38. position: absolute;
  39. top: 230rpx;
  40. left: 380rpx;
  41. width: 300rpx;
  42. height: 350rpx;
  43. background-size: 100%;
  44. background-repeat: no-repeat;
  45. z-index: 50;
  46. }