order.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #efefef;
  6. overflow: hidden;
  7. }
  8. /* .wx-radio-input{
  9. border-radius:50%;
  10. width:20px;
  11. height:20px;
  12. } */
  13. .wx-radio-input.wx-radio-input-checked{
  14. border-color:#eab86a !important;
  15. background:#eab86a !important;
  16. }
  17. .wx-checkbox-input.wx-checkbox-input-checked{
  18. border-color:#eab86a !important;
  19. color:#eab86a !important;
  20. }
  21. /* .wx-radio-input.wx-radio-input-checked::before{
  22. border-radius:50%;
  23. width:20px;
  24. height:20px;
  25. line-height:20px;
  26. text-align:center;
  27. font-size:15px;
  28. color:#fff;
  29. background:transparent;
  30. transform:translate(-50%, -50%) scale(1);
  31. -webkit-transform:translate(-50%, -50%) scale(1);
  32. } */
  33. .ctorder-view{
  34. margin: 15rpx;
  35. background: #FFF;
  36. padding: 15rpx;
  37. overflow: hidden;
  38. margin-bottom: 0;
  39. margin-top: 5rpx;
  40. }
  41. .ctorder-title{
  42. font-size: 26rpx;
  43. margin-bottom: 15rpx;
  44. color: #999;
  45. overflow: hidden;
  46. }
  47. .ctorder-radio{font-size: 30rpx;}
  48. .ctorder-radio .radio{margin-right: 40rpx;}
  49. .ctorder-datepicker{}
  50. .ctorder-datepicker .picker{
  51. border: 1px solid;
  52. padding: 15rpx;
  53. color: #eab86a;
  54. border-radius: 15rpx;
  55. }
  56. .picker .image{
  57. width: 60rpx;
  58. height: 60rpx;
  59. vertical-align: middle;
  60. margin-top: -10rpx;
  61. }
  62. .ctorder-checkbox{}
  63. .ctorder-checkbox .checkbox{
  64. overflow: hidden;
  65. display: block;
  66. margin-bottom: 15rpx;
  67. }
  68. .ctorder-numbox{float: right;}
  69. .cartlist_num{float: right;}
  70. .cartlist_num button{
  71. width: 50rpx;
  72. height: 50rpx;
  73. line-height: 40rpx;
  74. text-align: center;
  75. display: inline-block;
  76. border: 1px solid #ddd;
  77. border-radius: 50%;
  78. }
  79. .cartlist_num button.mius{
  80. border:1px solid #eab86a;
  81. color:#eab86a;
  82. }
  83. .cartlist_num button.add{
  84. background: #eab86a;
  85. color: #FFF;
  86. border: 0;
  87. line-height: 45rpx;
  88. }
  89. .cartlist_num input{
  90. width: 50rpx;
  91. height: 40rpx;
  92. text-align: center;
  93. display: inline-block;
  94. border-left: 0;
  95. border-right: 0;
  96. font-size: 40rpx;
  97. margin: 0 10rpx;
  98. }
  99. .ctorder-info-list{}
  100. .ctorder-info-list-item{
  101. font-size: 24rpx;
  102. color: #333;
  103. background: #eee;
  104. padding: 5rpx 15rpx;
  105. }
  106. .ctorder-fixedbox{
  107. background: #fff;
  108. position: fixed;
  109. width: 100%;
  110. bottom: 0;
  111. left: 0;
  112. overflow: hidden;
  113. }
  114. .ctorder-fixedbox .fb-left{
  115. float: left;
  116. padding: 10rpx 40rpx;
  117. font-size: 34rpx;
  118. }
  119. .ctorder-fixedbox .fb-left text{
  120. display: block;
  121. }
  122. .ctorder-fixedbox .fb-right{
  123. overflow: hidden;
  124. float: right;
  125. background: #eab86a;
  126. display: block;
  127. padding: 33rpx 80rpx;
  128. text-align: center;
  129. color: #FFF;
  130. }
  131. .inlinechekbox{
  132. display: inline-block;
  133. float: right;
  134. margin-top: 10rpx;
  135. }
  136. .inlinechekbox .checkbox{
  137. display: inline-block;
  138. font-size: 24rpx;
  139. margin-right: 10rpx;
  140. color: #666;
  141. }
  142. .ctorder-checkbox-list{
  143. overflow: hidden;
  144. padding: 15rpx 0;
  145. }
  146. .listinfo{
  147. display: inline-block;
  148. font-size: 24rpx;
  149. color: #333;
  150. }