examdata.wxss 702 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .page-view {
  2. background-color: #ff8caf;
  3. }
  4. .page_title {
  5. font-size: 75rpx;
  6. font-family: YSfont;
  7. color: #FFF;
  8. }
  9. .page_subtitle {
  10. font-size: 40rpx;
  11. font-family: YSfont;
  12. color: #FFF;
  13. }
  14. .bg1 {
  15. position: absolute;
  16. top: 200rpx;
  17. left: 450rpx;
  18. width: 430rpx;
  19. height: 430rpx;
  20. border-radius: 50%;
  21. background-color: #ffb2c9;
  22. }
  23. .detail_image1 {
  24. position: absolute;
  25. top: 180rpx;
  26. left: 580rpx;
  27. width: 300rpx;
  28. height: 350rpx;
  29. background-size: 100%;
  30. background-repeat: no-repeat;
  31. z-index: 51;
  32. }
  33. .detail_image2 {
  34. position: absolute;
  35. top: 230rpx;
  36. left: 380rpx;
  37. width: 300rpx;
  38. height: 350rpx;
  39. background-size: 100%;
  40. background-repeat: no-repeat;
  41. z-index: 50;
  42. }