order.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. }
  46. .ctorder-radio{font-size: 30rpx;}
  47. .ctorder-radio .radio{margin-right: 40rpx;}
  48. .ctorder-datepicker{}
  49. .ctorder-datepicker .picker{
  50. border: 1px solid;
  51. padding: 15rpx;
  52. color: #eab86a;
  53. border-radius: 15rpx;
  54. }
  55. .picker .image{
  56. width: 60rpx;
  57. height: 60rpx;
  58. vertical-align: middle;
  59. margin-top: -10rpx;
  60. }
  61. .ctorder-checkbox{}
  62. .ctorder-checkbox .checkbox{
  63. overflow: hidden;
  64. display: block;
  65. margin-bottom: 15rpx;
  66. }
  67. .ctorder-numbox{float: right;}
  68. .cartlist_num{float: right;}
  69. .cartlist_num button{
  70. width: 50rpx;
  71. height: 50rpx;
  72. line-height: 40rpx;
  73. text-align: center;
  74. display: inline-block;
  75. border: 1px solid #ddd;
  76. border-radius: 50%;
  77. }
  78. .cartlist_num button.mius{
  79. border:1px solid #eab86a;
  80. color:#eab86a;
  81. }
  82. .cartlist_num button.add{
  83. background: #eab86a;
  84. color: #FFF;
  85. border: 0;
  86. line-height: 45rpx;
  87. }
  88. .cartlist_num input{
  89. width: 50rpx;
  90. height: 40rpx;
  91. text-align: center;
  92. display: inline-block;
  93. border-left: 0;
  94. border-right: 0;
  95. font-size: 40rpx;
  96. margin: 0 10rpx;
  97. }
  98. .ctorder-info-list{}
  99. .ctorder-info-list-item{
  100. font-size: 24rpx;
  101. color: #333;
  102. background: #eee;
  103. padding: 5rpx 15rpx;
  104. }
  105. .ctorder-fixedbox{
  106. background: #fff;
  107. position: fixed;
  108. width: 100%;
  109. bottom: 0;
  110. left: 0;
  111. overflow: hidden;
  112. }
  113. .ctorder-fixedbox .fb-left{
  114. float: left;
  115. padding: 10rpx 40rpx;
  116. font-size: 34rpx;
  117. }
  118. .ctorder-fixedbox .fb-left text{
  119. display: block;
  120. }
  121. .ctorder-fixedbox .fb-right{
  122. overflow: hidden;
  123. float: right;
  124. background: #eab86a;
  125. display: block;
  126. padding: 33rpx 80rpx;
  127. text-align: center;
  128. color: #FFF;
  129. }
  130. .inlinechekbox{
  131. display: inline-block;
  132. float: right;
  133. margin-top: 10rpx;
  134. }
  135. .inlinechekbox .checkbox{
  136. display: inline-block;
  137. font-size: 24rpx;
  138. margin-right: 10rpx;
  139. color: #666;
  140. }
  141. .ctorder-checkbox-list{
  142. overflow: hidden;
  143. padding: 15rpx 0;
  144. }
  145. .listinfo{
  146. display: inline-block;
  147. font-size: 24rpx;
  148. color: #333;
  149. }