wx-audiocopy.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. .wx-audio-content .wx-audio-right .wx-audio-disc {
  2. width: 100%;
  3. text-overflow: ellipsis;
  4. overflow: hidden;
  5. white-space: nowrap;
  6. padding-bottom: 10px;
  7. font-size: 12px;
  8. color: #8c8c8c
  9. }
  10. .wx-audio-content .wx-audio-right .wx-audio-title {
  11. padding-bottom: 6px;
  12. width: 100%;
  13. font-size: 14px;
  14. font-weight: 400;
  15. text-overflow: ellipsis;
  16. overflow: hidden;
  17. white-space: nowrap
  18. }
  19. .wx-audio-content .wx-audio-left .wx-audio-state {
  20. width: 100%;
  21. height: 100%
  22. }
  23. .wx-audio-content .wx-audio-left {
  24. display: -moz-inline-stack;
  25. display: inline-block;
  26. vertical-align: middle;
  27. *vertical-align: auto;
  28. zoom: 1;
  29. *display: inline;
  30. width: 42px;
  31. height: 100%
  32. }
  33. .wx-audio-content .wx-audio-right {
  34. display: -moz-inline-stack;
  35. display: inline-block;
  36. vertical-align: middle;
  37. *vertical-align: auto;
  38. zoom: 1;
  39. *display: inline;
  40. width: calc(100% - 42px);
  41. font-size: 16px;
  42. -webkit-box-sizing: border-box;
  43. -moz-box-sizing: border-box;
  44. box-sizing: border-box;
  45. padding-left: 10px
  46. }
  47. .wx-audio-content .wx-audio-right .wx-audio-progrees {
  48. height: 2px;
  49. width: calc(100% - 4px);
  50. position: relative
  51. }
  52. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail {
  53. height: 100%;
  54. width: 100%;
  55. background: #ebebeb;
  56. position: relative;
  57. cursor: pointer;
  58. -webkit-tap-highlight-color: transparent;
  59. -webkit-user-select: none;
  60. -moz-user-select: none;
  61. -ms-user-select: none;
  62. user-select: none
  63. }
  64. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-voice-p {
  65. width: 0%;
  66. position: absolute;
  67. top: 0;
  68. bottom: 0;
  69. left: 0;
  70. right: 0;
  71. overflow: hidden;
  72. background: #09bb07;
  73. z-index: 2
  74. }
  75. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-buffer-p {
  76. width: 0%;
  77. position: absolute;
  78. top: 0;
  79. bottom: 0;
  80. left: 0;
  81. right: 0;
  82. overflow: hidden;
  83. background: #d9d9d9;
  84. z-index: 1
  85. }
  86. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading {
  87. display: none;
  88. position: absolute;
  89. top: 0;
  90. bottom: 0;
  91. left: 0;
  92. right: 0;
  93. overflow: hidden
  94. }
  95. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading .wx-loading-wrapper {
  96. position: absolute;
  97. top: 0;
  98. bottom: 0;
  99. left: 0;
  100. animation: slidein 6s linear infinite normal;
  101. -webkit-animation: slidein 6s linear infinite normal;
  102. -moz-animation: slidein 6s linear infinite normal;
  103. width: 200%;
  104. max-width: none!important;
  105. background-image: -webkit-repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px);
  106. background-image: -moz-repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px);
  107. background-image: -o-repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px);
  108. background-image: repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px)
  109. }
  110. @keyframes slidein {
  111. 0% {
  112. -webkit-transform: translateX(-50%);
  113. -moz-transform: translateX(-50%);
  114. -ms-transform: translateX(-50%);
  115. -o-transform: translateX(-50%);
  116. transform: translateX(-50%);
  117. -webkit-transform: translateX(-50%);
  118. -moz-transform: translateX(-50%);
  119. -ms-transform: translateX(-50%);
  120. -o-transform: translateX(-50%);
  121. transform: translateX(-50%)
  122. }
  123. 100% {
  124. -webkit-transform: translateX(0);
  125. -moz-transform: translateX(0);
  126. -ms-transform: translateX(0);
  127. -o-transform: translateX(0);
  128. transform: translateX(0);
  129. -webkit-transform: translateX(0);
  130. -moz-transform: translateX(0);
  131. -ms-transform: translateX(0);
  132. -o-transform: translateX(0);
  133. transform: translateX(0)
  134. }
  135. }
  136. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin {
  137. width: 6px;
  138. height: 6px;
  139. margin-top: -3px;
  140. margin-left: 0;
  141. border-radius: 50%;
  142. -moz-border-radius: 50%;
  143. -webkit-border-radius: 50%;
  144. background-color: #09bb07;
  145. position: absolute;
  146. left: 0;
  147. top: 50%;
  148. z-index: 2
  149. }
  150. .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin:before {
  151. content: " ";
  152. display: block;
  153. position: absolute;
  154. width: 24px;
  155. height: 24px;
  156. border-radius: 50%;
  157. -moz-border-radius: 50%;
  158. -webkit-border-radius: 50%;
  159. background: -webkit-radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
  160. background: -moz-radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
  161. background: -o-radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
  162. background: radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
  163. top: 50%;
  164. margin-top: -12px;
  165. margin-left: -9px;
  166. cursor: pointer;
  167. outline: 0;
  168. -webkit-tap-highlight-color: transparent
  169. }
  170. .wx-audio-content .wx-audio-right .wx-audio-time {
  171. width: 100%;
  172. padding-top: 6px;
  173. height: auto;
  174. display: -webkit-flex;
  175. display: flex;
  176. -webkit-justify-content: space-between;
  177. justify-content: space-between;
  178. overflow: hidden
  179. }
  180. .wx-audio-content .wx-audio-right .wx-audio-time span {
  181. font-size: 12px;
  182. color: #8c8c8c
  183. }
  184. .wx-audio-content {
  185. -webkit-user-select: none;
  186. -moz-user-select: none;
  187. -ms-user-select: none;
  188. user-select: none;
  189. height: auto;
  190. padding: 8px;
  191. border: 1px solid rgba(33,44,55,.3);
  192. font-size: 0;
  193. -webkit-box-sizing: border-box;
  194. -moz-box-sizing: border-box;
  195. box-sizing: border-box;
  196. -webkit-tap-highlight-color: transparent;
  197. background: #fff
  198. }
  199. .wx-audio-content p {
  200. margin: 0
  201. }
  202. .wx-audio-content .wx-audio-info {
  203. display: none
  204. }
  205. .smtoolbtn{
  206. font-size: 18px;
  207. font-weight: normal;
  208. padding: 0 4px;
  209. cursor: pointer;
  210. }
  211. .toolbtn > a:hover {
  212. text-decoration: none;
  213. color: #C9E2EA;
  214. }
  215. .weui-panel {
  216. border: 1px solid #e5e5e5;
  217. }
  218. .newmodul {
  219. margin-top: 10px;
  220. }
  221. .page-header {
  222. padding-bottom: 8px;
  223. margin-bottom: 0px;
  224. }
  225. .label {
  226. display: initial;
  227. margin-left: 1em;
  228. }
  229. .newtitle {
  230. position: absolute;
  231. bottom: 0px;
  232. background-color: rgba(0, 0, 0, 0.55);
  233. text-align: center;
  234. vertical-align: middle;
  235. font-size: 18px;
  236. font-weight: 400;
  237. color: #FFFFFF;
  238. width: 100%;
  239. left: 0px;
  240. }
  241. .panel .panel-body{
  242. padding: 0 !important;
  243. }
  244. .weui-media-box__title{
  245. font-size: 15px !important;
  246. }
  247. .newtitle{
  248. font-size: 15px !important;
  249. }
  250. .panel-heading{
  251. padding: 0;
  252. }
  253. .newmodul{
  254. margin-top: 0;
  255. }
  256. .weui-panel{
  257. border: 0;
  258. }
  259. .panel{
  260. border: 0;
  261. }
  262. .weui-panel:after{
  263. border-bottom: 0;
  264. }
  265. .panel-default{
  266. border-radius: 5px;
  267. }
  268. .weui-panel_access{
  269. border-radius: 5px;
  270. }
  271. .panel-heading{
  272. border-bottom:0;
  273. }
  274. .modal-content{
  275. background: #f5f5f5;
  276. }
  277. .msg-panel__context{
  278. background: #f5f5f5;
  279. }
  280. .cm-edit-content-con{
  281. background: #f5f5f5;
  282. }
  283. img{
  284. border-radius: 5px;
  285. }
  286. .wx-audio-content{
  287. border-radius: 5px;
  288. }
  289. .mask-bg{
  290. border-radius: 5px;
  291. }