testpromotion.wxss 948 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* pages/testpromotion/testpromotion.wxss */
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .load {
  6. width: 100%;
  7. height: 2400rpx;
  8. position: absolute;
  9. left: 0;
  10. top: 0;
  11. z-index: 9999;
  12. background-color: #ffffff;
  13. text-align: center;
  14. line-height: 1300rpx;
  15. }
  16. .loadimg {
  17. width: 200rpx;
  18. height: 200rpx;
  19. }
  20. .pm_img {
  21. width: 100%;
  22. }
  23. .answer {
  24. width: 100%;
  25. height: 180rpx;
  26. position:absolute;
  27. left:0;
  28. top:726rpx;
  29. display: flex;
  30. flex-direction: row;
  31. flex-wrap:wrap;
  32. }
  33. .answer_img {
  34. background-repeat:no-repeat;
  35. background-size:100% 100%;
  36. -moz-background-size:100% 100%;
  37. height: 100rpx;
  38. width: 630rpx;
  39. margin-left:50rpx;
  40. text-align: center;
  41. line-height: 100rpx;
  42. margin-bottom: 42rpx;
  43. }
  44. .tips {
  45. position:absolute;
  46. width: 90%;
  47. margin-left: 5%;
  48. margin-right: 5%;
  49. top:711rpx;
  50. height: 200rpx;
  51. margin-top: 200rpx;
  52. color: #FDF5E6;
  53. font-size: 30rpx;
  54. font-weight: 400;
  55. align-content: space-between;
  56. }