openVip.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .top {
  2. width: 100%;
  3. height: 275rpx;
  4. }
  5. .box {
  6. width: 660rpx;
  7. height: 300rpx;
  8. margin-top: 30rpx;
  9. margin-left: 45rpx;
  10. display: flex;
  11. }
  12. .one {
  13. width: 200rpx;
  14. height: 300rpx;
  15. border: 1px solid #fae2a5;
  16. background-color: #fffdf1;
  17. border-radius: 25rpx;
  18. text-align: center;
  19. }
  20. .tj {
  21. color: #fff;
  22. width: 100rpx;
  23. height: 45rpx;
  24. border-radius: 20rpx 0;
  25. text-align: center;
  26. font-size: 28rpx;
  27. line-height: 45rpx;
  28. background: linear-gradient(0deg, #ff8229 0%, #ff4d2f 100%);
  29. }
  30. .lxbn{
  31. font-size: 30rpx;
  32. font-weight: 900;
  33. color: #3f290a;
  34. margin-top: 20rpx;
  35. }
  36. .js{
  37. width: 150rpx;
  38. font-size: 25rpx;
  39. background-color: #ff4f2e;
  40. height: 40rpx;
  41. /* line-height: 20rpx; */
  42. color: #fff;
  43. border-radius: 15rpx;
  44. margin-left: 25rpx;
  45. margin-top: 20rpx;
  46. font-weight: 900;
  47. }
  48. .two {
  49. width: 200rpx;
  50. height: 300rpx;
  51. margin-left: 25rpx;
  52. background-color: #f5f5f5;
  53. border-radius: 25rpx;
  54. text-align: center;
  55. }
  56. .month{
  57. font-size: 30rpx;
  58. font-weight: 900;
  59. color: #3f290a;
  60. margin-top: 65rpx;
  61. }
  62. .dyzd{
  63. width: 130rpx;
  64. font-size: 25rpx;
  65. height: 40rpx;
  66. color: #e8b677;
  67. line-height: 40rpx;
  68. border-radius: 20rpx;
  69. margin-left: 35rpx;
  70. margin-top: 20rpx;
  71. font-weight: 900;
  72. border: 1px solid #e8b677;
  73. }
  74. .three {
  75. width: 200rpx;
  76. height: 300rpx;
  77. margin-left: 25rpx;
  78. background-color: #f5f5f5;
  79. border-radius: 25rpx;
  80. text-align: center;
  81. }
  82. .submit_btn{
  83. border-radius: 40rpx;
  84. height: 85rpx;
  85. font-size: 30rpx;
  86. line-height: 55rpx;
  87. font-weight: 600;
  88. color: #fff;
  89. background: -webkit-linear-gradient(left, #f3eccc, #f3dca0);
  90. text-align: center;
  91. margin-top: 70rpx;
  92. color: #3f290a;
  93. position: fixed;
  94. bottom: 0;
  95. /* position: fixed; */
  96. /* bottom: 0; */
  97. }
  98. .qy{
  99. width: 600rpx;
  100. height: 198rpx;
  101. margin-top: 60rpx;
  102. margin-left: 75rpx;
  103. }