东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 5 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* pages/guessPoster/guessPoster.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .selectGroup{
  14. position: relative;
  15. margin: 50rpx auto 70rpx;
  16. width: 611rpx;
  17. height: 71rpx;
  18. }
  19. .selectImg{
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .selectMask{
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. width: 50%;
  28. height: 100%;
  29. opacity: 0;
  30. }
  31. .posterGroup{
  32. width: 395rpx;
  33. height: 749rpx;
  34. margin: 0 auto;
  35. }
  36. .posterImg{
  37. width: 100%;
  38. height:100%;
  39. }
  40. .bottomGroup{
  41. position: relative;
  42. margin-top: 35rpx;
  43. width: 750rpx;
  44. height: 217rpx;
  45. }
  46. .bottomImg{
  47. position: absolute;
  48. left: 0;
  49. top: 0;
  50. width: 100%;
  51. height: 100%;
  52. }
  53. .saveGroup{
  54. position: absolute;
  55. left: 0;
  56. top: 0;
  57. width: 100%;
  58. height: 100%;
  59. display: flex;
  60. align-items: center;
  61. flex-direction: column;
  62. }
  63. .saveIcon{
  64. width: 95rpx;
  65. height: 96rpx;
  66. margin-top: 30rpx;
  67. margin-bottom: 15rpx;
  68. }
  69. .saveBtn{
  70. width: 267rpx;
  71. height: 54rpx;
  72. }