index.module.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .vipPopup {
  2. :global {
  3. .van-popup__close-icon {
  4. color: #333333;
  5. top: 23px;
  6. right: 23px;
  7. font-size: 20px;
  8. }
  9. }
  10. .vip {
  11. padding-bottom: 20px;
  12. width: 295px;
  13. .title {
  14. height: 49px;
  15. background: linear-gradient(to bottom, #defaff, #ffffff);
  16. padding-bottom: 4px;
  17. display: flex;
  18. justify-content: center;
  19. align-items: flex-end;
  20. .tit {
  21. font-weight: 500;
  22. font-size: 18px;
  23. color: #1a1a1a;
  24. line-height: 25px;
  25. }
  26. }
  27. .text {
  28. margin-top: 16px;
  29. padding: 0 20px;
  30. font-weight: 400;
  31. font-size: 16px;
  32. color: #666666;
  33. line-height: 26px;
  34. text-align: center;
  35. }
  36. .btnCon{
  37. margin-top: 25px;
  38. display: flex;
  39. justify-content: center;
  40. :global{
  41. .van-button{
  42. width: 120px;
  43. height: 40px;
  44. border-radius: 20px;
  45. font-weight: 500;
  46. font-size: 16px;
  47. & + .van-button{
  48. margin-left: 15px;
  49. }
  50. }
  51. }
  52. }
  53. }
  54. }