暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

selectdelivery.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. html,body{
  2. height: 100%;
  3. }
  4. :root{
  5. --info-header-color: blue;
  6. }
  7. h5{
  8. margin: 0;
  9. padding: 0;
  10. }
  11. .mianselectdelivery{
  12. min-height: 100vh;
  13. }
  14. .info-numberbox{
  15. width: 20px;
  16. /* height: 20px; */
  17. background-color: white;
  18. color: var(--info-header-color);
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. font-size: 14px;
  23. font-weight: 700;
  24. }
  25. .info-numberbox.selectdonefiled{
  26. background-color: #f3f3f3;
  27. }
  28. .addresslabel{
  29. position: relative;
  30. }
  31. .addressedit{
  32. position: absolute;
  33. top: 0;
  34. right: 0;
  35. cursor: pointer;
  36. text-transform: uppercase;
  37. font-weight: 500;
  38. font-size: 14px;
  39. }
  40. .addresscontrol input{
  41. width: 50px;
  42. }
  43. .rounded-contain{
  44. width: 25px;
  45. height: 25px;
  46. border: 1px solid #c2c2c2;
  47. border-radius: 25px;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. cursor: pointer;
  52. }
  53. .selectaddressimgshow{
  54. width: 130px;
  55. }
  56. .displayadress{
  57. }
  58. .changeaddressbtn{
  59. position: absolute;
  60. top:50%;
  61. right: 0;
  62. width: max-content;
  63. transform: translateY(-50%);
  64. }
  65. .detailsAddressBg{
  66. background: #2E1835;
  67. color: white;
  68. }
  69. .detailsAddressBtn{
  70. background-color: #F89C1F;
  71. border: none;
  72. padding: 0.5rem;
  73. border-radius: 5px;
  74. cursor: pointer;
  75. color: white;
  76. }
  77. .paymentgatewaypage{
  78. width: 100vw;
  79. height: 100vh;
  80. position: fixed;
  81. top: 0;
  82. left: 0;
  83. background: rgba(0, 0, 0, 0.378);
  84. color: white;
  85. font-weight: 800;
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. flex-direction: column;
  90. z-index: 9999;
  91. }
  92. .select2-container--default{
  93. width: 100% !important;
  94. }
  95. .select2-selection__clear span{
  96. display: none !important;
  97. }
  98. .select2-selection__rendered {
  99. line-height: 50px !important;
  100. }
  101. .select2-container .select2-selection--single {
  102. height: 60px !important;
  103. }
  104. .select2-selection__arrow {
  105. height: 50px !important;
  106. }
  107. [name="payment"]:checked ~ label{
  108. border: 1px solid blue ;
  109. }