buyad.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .container {
  2. background-color: #342535;
  3. color:#1e1e1e;
  4. }
  5. .pay_shoppingguide_illus_03{
  6. width: 610rpx;
  7. height: 174rpx;
  8. margin-top: 40rpx;
  9. }
  10. .panel1 {
  11. width: 610rpx;
  12. margin-top: 30rpx;
  13. justify-content: flex-start;
  14. border-radius: 10rpx;
  15. box-shadow: 0 20rpx 1rpx #AE5138,
  16. 0 50rpx 1rpx #2E1E2F;
  17. position: relative;
  18. }
  19. .pay_shoppingguide_illus_01 {
  20. width: 610rpx;
  21. height: 180rpx;
  22. }
  23. .panel11{
  24. width: 610rpx;
  25. background-color: #FEC579;
  26. justify-content: space-between;
  27. border-bottom-left-radius: 10rpx;
  28. border-bottom-right-radius: 10rpx;
  29. }
  30. .panel111{
  31. width: 304rpx;
  32. height:120rpx;
  33. line-height: 120rpx;
  34. text-align: center;
  35. background-color: #FEC579;
  36. border-bottom-left-radius: 10rpx;
  37. }
  38. .line1{
  39. width:2rpx;
  40. height:60rpx;
  41. background-color: #E4B06C;
  42. }
  43. .panel112{
  44. border-bottom-left-radius: 0;
  45. border-bottom-right-radius: 10rpx;
  46. }
  47. .number{
  48. position: absolute;
  49. left:103rpx;
  50. top:160rpx;
  51. width:100rpx;
  52. height:40rpx;
  53. line-height: 40rpx;
  54. font-size:24rpx;
  55. text-align: center;
  56. border-radius: 20rpx;
  57. background-color: #E4B06C;
  58. }
  59. .pay_shoppingguide_illus_02{
  60. width:610rpx;
  61. height:192rpx;
  62. margin-top: 74rpx;
  63. position: relative;
  64. z-index: 10;
  65. }
  66. .text1{
  67. margin-top: 15rpx;
  68. font-size:28rpx;
  69. color:#FE6659;
  70. text-decoration: underline;
  71. z-index: 10;
  72. background-color:rgba(0,0,0,0);
  73. border: 0rpx solid;
  74. }
  75. .pay_shoppingguide_footer{
  76. width:100%;
  77. height:350rpx;
  78. position: fixed;
  79. bottom:130rpx;
  80. }
  81. .text2{
  82. width:100%;
  83. height:130rpx;
  84. color:#fff;
  85. line-height: 130rpx;
  86. font-size:48rpx;
  87. text-align: center;
  88. background-color: #6B4D4E;
  89. position: fixed;
  90. bottom:0;
  91. }