123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- .wx-audio-content .wx-audio-right .wx-audio-disc {
- width: 100%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- padding-bottom: 10px;
- font-size: 12px;
- color: #8c8c8c
- }
- .wx-audio-content .wx-audio-right .wx-audio-title {
- padding-bottom: 6px;
- width: 100%;
- font-size: 14px;
- font-weight: 400;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap
- }
- .wx-audio-content .wx-audio-left .wx-audio-state {
- width: 100%;
- height: 100%
- }
- .wx-audio-content .wx-audio-left {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- width: 42px;
- height: 100%
- }
- .wx-audio-content .wx-audio-right {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- width: calc(100% - 42px);
- font-size: 16px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 10px
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees {
- height: 2px;
- width: calc(100% - 4px);
- position: relative
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail {
- height: 100%;
- width: 100%;
- background: #ebebeb;
- position: relative;
- cursor: pointer;
- -webkit-tap-highlight-color: transparent;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-voice-p {
- width: 0%;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- overflow: hidden;
- background: #09bb07;
- z-index: 2
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-buffer-p {
- width: 0%;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- overflow: hidden;
- background: #d9d9d9;
- z-index: 1
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading {
- display: none;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- overflow: hidden
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading .wx-loading-wrapper {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- animation: slidein 6s linear infinite normal;
- -webkit-animation: slidein 6s linear infinite normal;
- -moz-animation: slidein 6s linear infinite normal;
- width: 200%;
- max-width: none!important;
- background-image: -webkit-repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px);
- background-image: -moz-repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px);
- background-image: -o-repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px);
- background-image: repeating-linear-gradient(-15deg,#d9d9d9,#d9d9d9 2px,#ebebeb 2px,#ebebeb 4px)
- }
- @keyframes slidein {
- 0% {
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -o-transform: translateX(-50%);
- transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -o-transform: translateX(-50%);
- transform: translateX(-50%)
- }
- 100% {
- -webkit-transform: translateX(0);
- -moz-transform: translateX(0);
- -ms-transform: translateX(0);
- -o-transform: translateX(0);
- transform: translateX(0);
- -webkit-transform: translateX(0);
- -moz-transform: translateX(0);
- -ms-transform: translateX(0);
- -o-transform: translateX(0);
- transform: translateX(0)
- }
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin {
- width: 6px;
- height: 6px;
- margin-top: -3px;
- margin-left: 0;
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- background-color: #09bb07;
- position: absolute;
- left: 0;
- top: 50%;
- z-index: 2
- }
- .wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin:before {
- content: " ";
- display: block;
- position: absolute;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- background: -webkit-radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
- background: -moz-radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
- background: -o-radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
- background: radial-gradient(rgba(9,187,7,0.3) 20%,transparent 40%);
- top: 50%;
- margin-top: -12px;
- margin-left: -9px;
- cursor: pointer;
- outline: 0;
- -webkit-tap-highlight-color: transparent
- }
- .wx-audio-content .wx-audio-right .wx-audio-time {
- width: 100%;
- padding-top: 6px;
- height: auto;
- display: -webkit-flex;
- display: flex;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- overflow: hidden
- }
- .wx-audio-content .wx-audio-right .wx-audio-time span {
- font-size: 12px;
- color: #8c8c8c
- }
- .wx-audio-content {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- height: auto;
- padding: 8px;
- border: 1px solid rgba(33,44,55,.3);
- font-size: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-tap-highlight-color: transparent;
- background: #fff
- }
- .wx-audio-content p {
- margin: 0
- }
- .wx-audio-content .wx-audio-info {
- display: none
- }
- .smtoolbtn{
- font-size: 18px;
- font-weight: normal;
- padding: 0 4px;
- cursor: pointer;
- }
- .toolbtn > a:hover {
- text-decoration: none;
- color: #C9E2EA;
- }
- .weui-panel {
- border: 1px solid #e5e5e5;
- }
- .newmodul {
- margin-top: 10px;
- }
- .page-header {
- padding-bottom: 8px;
- margin-bottom: 0px;
- }
- .label {
- display: initial;
- margin-left: 1em;
- }
- .newtitle {
- position: absolute;
- bottom: 0px;
- background-color: rgba(0, 0, 0, 0.55);
- text-align: center;
- vertical-align: middle;
- font-size: 18px;
- font-weight: 400;
- color: #FFFFFF;
- width: 100%;
- left: 0px;
- }
- .panel .panel-body{
- padding: 0 !important;
- }
- .weui-media-box__title{
- font-size: 15px !important;
- }
- .newtitle{
- font-size: 15px !important;
- }
- .panel-heading{
- padding: 0;
- }
- .newmodul{
- margin-top: 0;
- }
- .weui-panel{
- border: 0;
- }
- .panel{
- border: 0;
- }
- .weui-panel:after{
- border-bottom: 0;
- }
- .panel-default{
- border-radius: 5px;
- }
- .weui-panel_access{
- border-radius: 5px;
- }
- .panel-heading{
- border-bottom:0;
- }
- .modal-content{
- background: #f5f5f5;
- }
- .msg-panel__context{
- background: #f5f5f5;
- }
- .cm-edit-content-con{
- background: #f5f5f5;
- }
- img{
- border-radius: 5px;
- }
- .wx-audio-content{
- border-radius: 5px;
- }
- .mask-bg{
- border-radius: 5px;
- }
|