buyad.wxss 1.5 KB

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