东风启辰小程序端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

lookPrizeDetail.wxss 1.0KB

5 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* pages/lookPrizeDetail/lookPrizeDetail.wxss */
  2. .closeXieyi{
  3. display: block;
  4. }
  5. .main{
  6. width: 750rpx;
  7. position: fixed;
  8. left: 0;
  9. top: 0;
  10. height: calc(100vh - 120rpx);
  11. overflow: auto;
  12. background-color: white;
  13. z-index: 99;
  14. }
  15. .titleText{
  16. width: 682rpx;
  17. margin: 0 auto;
  18. margin-top: 78rpx;
  19. margin-bottom: 28rpx;
  20. line-height: 39rpx;
  21. font-size:39rpx;
  22. font-family:PingFangSC;
  23. font-weight:bold;
  24. color:rgba(0,77,149,1);
  25. }
  26. .lineSty{
  27. width: 682rpx;
  28. height:2rpx;
  29. background-color: #B6B6B6;
  30. margin: 0 auto;
  31. }
  32. .closeXieyi{
  33. position: absolute;
  34. right: 48rpx;
  35. top: 38rpx;
  36. width: 42rpx;
  37. height: 42rpx;
  38. }
  39. .confirm{
  40. position: absolute;
  41. left: 50%;
  42. bottom: 110rpx;
  43. transform: translateX(-50%);
  44. width: 275rpx;
  45. height: 49rpx;
  46. }
  47. .image6Btn1,.image6Btn2{
  48. position: absolute;
  49. top:35rpx;
  50. left: 70rpx;
  51. opacity: 0;
  52. }
  53. .image6Btn1{
  54. width: 310rpx;
  55. height: 80rpx;
  56. background-color: red;
  57. }
  58. .image6Btn2{
  59. left: auto;
  60. right: 70rpx;
  61. width: 310rpx;
  62. height: 80rpx;
  63. background-color: green;
  64. }