buyad.wxss 1.6 KB

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