leavepost.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. /* pages/shareOrderDetail/shareOrderDetail.wxss */
  2. page {
  3. height: 100%;
  4. background-size: 100%;
  5. background: #F9F9F9;
  6. }
  7. .order-detail {
  8. margin: 30rpx;
  9. background: #fff;
  10. border-radius: 10rpx;
  11. padding: 15rpx 20rpx;
  12. box-shadow:1rpx 2rpx 20rpx 5rpx #eee
  13. }
  14. .order-detail_i {
  15. border-bottom: 1rpx solid #eee;
  16. padding: 0 16rpx;
  17. display: flex;
  18. flex-direction: row;
  19. font-size: 32rpx;
  20. height: 96rpx;
  21. align-items: center;
  22. }
  23. .order-detail_i_l {
  24. padding: 15rpx;
  25. color: #636363;
  26. font-size: 28rpx;
  27. display: flex;
  28. flex-direction: row;
  29. }
  30. .order-detail_i_name{
  31. width: 200rpx;
  32. font-weight: 700;
  33. white-space:nowrap;
  34. text-align: right;
  35. color:#636363;
  36. }
  37. .weui-uploader {
  38. margin-top: 10rpx;
  39. }
  40. .weui-uploader__hd {
  41. display: -webkit-box;
  42. display: -webkit-flex;
  43. display: flex;
  44. padding-bottom: 10px;
  45. -webkit-box-align: center;
  46. -webkit-align-items: center;
  47. align-items: center;
  48. }
  49. .weui-uploader__title {
  50. -webkit-box-flex: 1;
  51. -webkit-flex: 1;
  52. flex: 1;
  53. color: #333;
  54. }
  55. .weui-uploader__info {
  56. color: #b2b2b2;
  57. }
  58. .weui-uploader__bd {
  59. margin-bottom: -4px;
  60. margin-right: -9px;
  61. overflow: hidden;
  62. }
  63. .weui-uploader__file {
  64. float: left;
  65. margin-right: 9px;
  66. margin-bottom: 9px;
  67. }
  68. .weui-uploader__img {
  69. display: block;
  70. width: 79px;
  71. height: 79px;
  72. }
  73. .weui-uploader__file_status {
  74. position: relative;
  75. }
  76. .weui-uploader__file_status:before {
  77. content: " ";
  78. position: absolute;
  79. top: 0;
  80. right: 0;
  81. bottom: 0;
  82. left: 0;
  83. background-color: rgba(0, 0, 0, 0.5);
  84. }
  85. .weui-uploader__file-content {
  86. position: absolute;
  87. top: 50%;
  88. left: 50%;
  89. -webkit-transform: translate(-50%, -50%);
  90. transform: translate(-50%, -50%);
  91. color: #fff;
  92. }
  93. .weui-uploader__input-box {
  94. float: left;
  95. position: relative;
  96. margin-right: 9px;
  97. margin-bottom: 9px;
  98. width: 77px;
  99. height: 77px;
  100. border: 1px solid #d9d9d9;
  101. }
  102. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  103. content: " ";
  104. position: absolute;
  105. top: 50%;
  106. left: 50%;
  107. -webkit-transform: translate(-50%, -50%);
  108. transform: translate(-50%, -50%);
  109. background-color: #d9d9d9;
  110. }
  111. .weui-uploader__input-box:before {
  112. width: 2px;
  113. height: 39.5px;
  114. }
  115. .weui-uploader__input-box:after {
  116. width: 39.5px;
  117. height: 2px;
  118. }
  119. .weui-uploader__input-box:active {
  120. border-color: #999;
  121. }
  122. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  123. background-color: #999;
  124. }
  125. .weui-uploader__input {
  126. position: absolute;
  127. z-index: 1;
  128. top: 0;
  129. left: 0;
  130. width: 100%;
  131. height: 100%;
  132. opacity: 0;
  133. }
  134. .register-btn{
  135. background: #0099ff;
  136. border-radius: 10px;
  137. background-size: 100%;
  138. width:592rpx;
  139. height: 114rpx;
  140. margin:50rpx auto 80rpx;
  141. color:#fff;
  142. font-size: 36rpx;
  143. line-height:114rpx;
  144. text-align: center;
  145. font-weight:bold;
  146. }
  147. .picker-content{
  148. height: 96rpx;
  149. line-height: 96rpx;
  150. width:420rpx;
  151. }