layout1.css 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. /**
  2. 二次开发Q839070295
  3. */
  4. body.overflow{overflow: hidden;}
  5. /* __ 边框、阴影、过渡*/
  6. .splitline::after{content: ''; border-right: 1px solid #f5c106; position: absolute; top: .25rem; bottom: .25rem; right: 0;}
  7. .splitlineL::after{content: ''; border-left: 1px solid #f5c106; position: absolute; top: .25rem; bottom: .25rem; left: 0;}
  8. .shadowB{box-shadow:0 .01rem .1rem rgba(100,100,100,.1);}
  9. .transit{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
  10. /* __ 触摸模拟(active) */
  11. .wc__material-cell:active{background-color: #e9e9e9!important;}
  12. /* __ 消息提示(圆点) */
  13. .wc__badge{background-color: #e03b30; border-radius: 18px; color: #fff; display: inline-block; font-size: 12px; font-family: Verdana; text-align: center; padding: 0 4px; line-height: 14px; min-width: 8px; vertical-align: middle;}
  14. .wc__badge-dot{padding: 5px; min-width: 0;}
  15. /* __ 边框线(border) */
  16. .wc__borT, .wc__borB{position: relative;}
  17. .wc__borT:before{content: ''; border-top: 1px solid #e3e3e3; color: #e3e3e3; height: 1px; width: 100%; position: absolute; left: 0; top: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  18. .wc__borB:after{content: ''; border-bottom: 1px solid #e3e3e3; color: #e3e3e3; height: 1px; width: 100%; position: absolute; left: 0; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  19. /* __ 箭头(arrow) */
  20. .wc__arr:after{content: ''; border-color: #d9d9d9; border-style: solid; border-width: .06rem .06rem 0 0; display: inline-block; vertical-align: middle; margin-right: -.07rem; height: .45rem; width: .45rem; position: relative; transform: rotate(45deg) scale(.5); -webkit-transform: rotate(45deg) scale(.5);}
  21. /* …… 微聊布局.layout {{{ ……*/
  22. /*.wechat__panel{-webkit-touch-callout:text; -webkit-user-select:text; -moz-user-select:text; user-select:text; -webkit-tap-highlight-color: transparent;}*/
  23. .wc__home-wrapper{height: calc(100vh); position: relative;}
  24. /* __ 顶部条#3081fd 10%,#24cafe #2479fd 10%,#24cafe); */
  25. .wc__headerBar .inner{background-image: linear-gradient(90deg,#3081fd 10%,#24cafe);height:.9rem;width:100%;z-index:999;position:absolute;}
  26. .wc__headerBar.fixed{padding-bottom:.9rem;}
  27. .wc__headerBar.fixed .inner{max-width:750px; width:100%; position:fixed; top:0;}
  28. .wc__headerBar .inner a:active{background-color: rgba(255,255,255,.15);}
  29. .wc__headerBar .inner .barTit{color:#fff; font-size:.3rem; font-family: 'Microsoft Yahei'; line-height:.9rem; position: relative;}
  30. .wc__headerBar .inner .barTxt{color:#fff; font-size:.24rem; font-family: 'Microsoft Yahei'; padding: 0 .35rem; line-height:.9rem; position: relative;}
  31. .wc__headerBar .inner .batBtn{color:#fff; font-size:.24rem; font-family: 'Microsoft Yahei'; padding: 0 .35rem; line-height:.9rem; position: relative;}
  32. .wc__headerBar .inner .barTitLg{font-size: .34rem; padding-left: .25rem;}
  33. .wc__headerBar .inner .close{background: url(../img/topbar/icon__close-white.png) no-repeat center;background-size:.36rem; width:.85rem;position: relative;}
  34. .wc__headerBar .inner .back{background: url(../img/topbar/icon__back-white.png) no-repeat center;background-size:.36rem; width:.85rem; position: relative;}
  35. .wc__headerBar .inner .barIco{width:1.15rem; position: relative;}
  36. .wc__headerBar .inner .u-one{background: url(../img/topbar/icon__user.png) no-repeat center; background-size:.36rem;}
  37. .wc__headerBar .inner .u-qun{background: url(../img/topbar/icon__users.png) no-repeat center; background-size:.36rem;}
  38. .wc__headerBar .inner .sear{background: url(../img/topbar/icon__sear.png) no-repeat center; background-size:.36rem;}
  39. .wc__headerBar .inner .add{background: url(../img/topbar/icon__add.png) no-repeat center; background-size:.36rem;}
  40. /* …… 微聊顶部弹出菜单 …… */
  41. .wc__popup-topbar{position:relative; display:none;}
  42. .wrap__topbar-mask{background:rgba(100,100,100,0); height: 100%; width: 100%; position:fixed; left:0; top: 0; z-index: 2008;}
  43. .wrap__topbar-menu{max-width:750px;width:100%;position: fixed; top: 1rem; z-index:2008;}
  44. .wrap__topbar-menu ul{background:#fff;border-radius:.03rem;box-shadow:0 .05rem .2rem rgba(0,0,0,.2); position:absolute;right:.1rem;}
  45. .wrap__topbar-menu ul li{color:#666; font-size:.28rem; font-family:"Microsoft Yahei"; padding:.3rem; position:relative;}
  46. .wrap__topbar-menu ul li:after{content: ''; background-color: #e2e2e2; color: #e2e2e2; height: 1px; position: absolute; left: .2rem; right: .2rem; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  47. .wrap__topbar-menu ul li:last-child:after{display: none;}
  48. .wrap__topbar-menu ul li .ico{display: inline-block; vertical-align: top; margin-right:.2rem; height: .48rem; width: .48rem; position: relative;}
  49. .wrap__topbar-menu ul li .ico.i1{background: url(../img/topbar/icon__qun-chat.png) no-repeat center; background-size: .48rem;}
  50. .wrap__topbar-menu ul li .ico.i2{background: url(../img/topbar/icon__add-friend.png) no-repeat center; background-size: .48rem;}
  51. .wrap__topbar-menu ul li .ico.i3{background: url(../img/topbar/icon__help.png) no-repeat -.02rem center; background-size: .48rem;}
  52. /* __ tabBar三个页面滑动切换 */
  53. .wc__swiper-tabBar .swiper-slide{height: calc(100vh - 2rem); position: relative; z-index: 11;}
  54. .wc__scrolling-panel{overflow: auto; -webkit-overflow-scrolling: touch; height: 100%; position: relative;}
  55. /* 页面1:微聊记录列表 */
  56. .wc__recordChat-list ul li{background: #fff; font-family: 'Microsoft Yahei'; padding: .2rem .3rem; position: relative;}
  57. .wc__recordChat-list ul li:before{background: transparent; content: ''; height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
  58. .wc__recordChat-list ul li:after{content: ''; background-color: #e3e3e3; color: #e3e3e3; height: 1px;width: 100%; position: absolute;left: 0;bottom: 0; transform: scaleY(.5); -webkit-transform: scaleY(.5);}
  59. .wc__recordChat-list ul li .img{margin-right: .3rem; height: .9rem; width: .9rem; position: relative;}
  60. .wc__recordChat-list ul li .img img{float: left;height: 100%;width: 100%;object-fit: contain;border-radius: 2em 2em 2em / 2em 2em;}
  61. .wc__recordChat-list ul li .imgs{background: #e9e9e9;border-radius: 5px;}
  62. .wc__recordChat-list ul li .imgs img{margin-left: .03rem; margin-top: .03rem; height: .26rem; width: .26rem;}
  63. .wc__recordChat-list ul li .img .wc__badge{position: absolute; top: -5px; right: -10px;}
  64. .wc__recordChat-list ul li .title{color: #333; font-size: .3rem;}
  65. .wc__recordChat-list ul li .desc{color: #999; font-size: .05rem; font-family: Verdana; margin-top:.1rem;}
  66. .wc__recordChat-list ul li .time{color: #ccc; font-size: .2rem; font-family: Verdana; margin-top: .1rem; text-align: right; min-width: 1rem;}
  67. /* 页面2:通讯录 */
  68. .wc__addrFriend-showletter{background: rgba(0,0,0,.5); border-radius: .05rem; color:#fff; font-size: .32rem; font-family: Verdana; text-align:center; margin:-.5rem 0 0 -.5rem; height: 1rem;line-height: 1rem; width: 1rem; position: absolute; left: 50%; top: 50%; z-index: 11; display: none;}
  69. .wc__addrFriend-floatletter{
  70. /*background: #fbf9fe;*/ color: #666; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; width: .4rem; position: absolute; right: 0; top:0; bottom:0; z-index: 11;
  71. }
  72. .wc__addrFriend-floatletter em{flex:1; font-size: .24rem; font-family: arial; text-align: center; height: 3.846%; align-self: center; width: 100%;}
  73. .wc__addrFriend-list ul li .initial{/*background: #fbf9fe;*/ font-size: .24rem; font-family: Verdana; padding: 0 .3rem;}
  74. .wc__addrFriend-list ul li:first-child .initial:before{display: none;}
  75. .wc__addrFriend-list ul li .row{background: #fff; font-family: 'Microsoft Yahei'; padding: .15rem .3rem; position: relative;}
  76. .wc__addrFriend-list ul li .row:after{content: ''; background-color: #e3e3e3; color: #e3e3e3; height: 1px;width: auto; position: absolute;left: .3rem;right:.4rem;bottom: 0; transform: scaleY(.5); -webkit-transform: scaleY(.5);}
  77. .wc__addrFriend-list ul li .row:last-child::after{display: none;}
  78. .wc__addrFriend-list ul li .row .uimg{display: inline-block; vertical-align: top; margin-right: .2rem; height: .7rem; width: .7rem;}
  79. .wc__addrFriend-list ul li .row .name{color:#333; font-size: .28rem;}
  80. .wc__addrFriend-list .total{color:#999;font-size:.28rem;font-family:arial; padding: .4rem 0; text-align: center;}
  81. /* 页面3:我的(用户中心) */
  82. .wc__ucenter-list{padding-bottom: .35rem;}
  83. .wc__ucenter-list ul li{margin-top: .35rem;}
  84. .wc__ucenter-list ul li .item{background: #fff; font-family: 'Microsoft Yahei'; padding: .25rem .3rem; position: relative;}
  85. .wc__ucenter-list ul li .item:after{content: ''; background-color: #e3e3e3; color: #e3e3e3; height: 1px; width: auto; position: absolute; left: .3rem; right: .3rem; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  86. .wc__ucenter-list ul li .item:last-child::after{display: none;}
  87. .wc__ucenter-list ul li .item .uimg{display: inline-block; margin-right: .4rem; vertical-align: top; height: 1.1rem; width: 1.1rem;}
  88. .wc__ucenter-list ul li .item .icon{display: inline-block; margin-left: .1rem; vertical-align: top; margin-right: .4rem; height: .5rem; width: .5rem;}
  89. .wc__ucenter-list ul li .item .txt{color:#333; font-size: .28rem;}
  90. .wc__ucenter-list ul li .item .txt i{color: #aaa; display: block; font-size: .24rem; font-family: Verdana; margin-top: .1rem;}
  91. .wc__ucenter-list ul li .item .lbl{color:#999; font-size: .24rem;}
  92. .wc__ucenter-list ul li .item .qrcode{position: relative;}
  93. .wc__ucenter-list ul li .item .qrcode img{vertical-align: middle; height: .5rem; width: .5rem;}
  94. /* __ 底部tabBar */
  95. /* .wechat__tabBar{padding-top: 1.1rem;} */
  96. .wechat__tabBar .bottomfixed{background: #fafafa; max-width:750px; height: 1.1rem; width: 100%; /*position: fixed; bottom: 0;*/ z-index: 1001;}
  97. .wechat__tabBar .bottomfixed:before{border-top-color: #c9c9c9; color: #c9c9c9;}
  98. .wechat__tabBar ul{text-align: center; height: 1.1rem;}
  99. .wechat__tabBar ul li{background:none; border-radius:0; opacity:1; height: 1.1rem; width: auto;}
  100. .wechat__tabBar ul li .ico{display: inline-block; vertical-align: top; margin-top: .15rem; height: .48rem; width: .48rem; position: relative;}
  101. .wechat__tabBar ul li .ico.i1{background: url(../img/tabbar/icon_chat.png) no-repeat center; background-size: .48rem;}
  102. .wechat__tabBar ul li .ico.i2{background: url(../img/tabbar/icon_abook.png) no-repeat center; background-size: .48rem;}
  103. .wechat__tabBar ul li .ico.i3{background: url(../img/tabbar/icon_explore.png) no-repeat center;background-size: .59rem;}
  104. .wechat__tabBar ul li .ico.i4{background: url(../img/tabbar/icon_me.png) no-repeat center; background-size: .48rem;}
  105. /* 选中 */
  106. .wechat__tabBar ul li.on .ico.i1, .wechat__tabBar ul li.swiper-pagination-bullet-active .ico.i1{background: url(../img/tabbar/icon_chat_HL.png) no-repeat center; background-size: .48rem;}
  107. .wechat__tabBar ul li.on .ico.i2, .wechat__tabBar ul li.swiper-pagination-bullet-active .ico.i2{background: url(../img/tabbar/icon_abook_HL.png) no-repeat center; background-size: .48rem;}
  108. .wechat__tabBar ul li.on .ico.i3, .wechat__tabBar ul li.swiper-pagination-bullet-active .ico.i3{background: url(../img/tabbar/icon_explore_HL.png) no-repeat center;background-size: .59rem;}
  109. .wechat__tabBar ul li.on .ico.i4, .wechat__tabBar ul li.swiper-pagination-bullet-active .ico.i4{background: url(../img/tabbar/icon_me_HL.png) no-repeat center; background-size: .48rem;}
  110. .wechat__tabBar ul li .ico .wc__badge{position: absolute; top: -3px; right: -18px;}
  111. .wechat__tabBar ul li .ico .wc__badge-dot{right: -6px;}
  112. .wechat__tabBar ul li span{color: #999; display: block; font-size: .24rem; margin-top:.05rem;}
  113. .wechat__tabBar ul li.on span{color: #45c00c;}
  114. .wechat__tabBar ul li.swiper-pagination-bullet-active span{color: #38adff;}
  115. /*__ 聊天面板区 */
  116. .wc__chat-wrapper{/*height: calc(100vh); position: absolute;*/position: absolute;z-index: 2;height: 100%;max-width: 750px;
  117. width: 100%;}
  118. .wc__chatMsg-panel{overflow: auto; -webkit-overflow-scrolling: touch; width: 100%; position: relative;}
  119. .wc__chatMsg-panel .chatMsg-cnt{padding: .15rem; position: relative;}
  120. .chatMsg-cnt ul li{display:-webkit-box; display:-webkit-flex; display:flex; display:-ms-flexbox; margin-bottom: .25rem;}
  121. .chatMsg-cnt ul li.time{padding-top: .25rem;}
  122. .chatMsg-cnt ul li.time span{background: rgba(0,0,0,.1); color: #fff; border-radius: .05rem; display: block; font-size: .22rem; font-family: Verdana; overflow: hidden; margin: 0 auto; padding: .05rem .1rem; line-height: normal; max-width: 90%;}
  123. .chatMsg-cnt ul li.notice span{background: rgba(0,0,0,.1); color: #fff; border-radius: .05rem; display: block; font-size: .24rem; font-family: Verdana; overflow: hidden; margin: 0 auto; padding: .1rem; line-height: normal; max-width: 90%;}
  124. .chatMsg-cnt ul li.notice span a{color: #22a7ff;}
  125. .chatMsg-cnt ul li .avatar{display: block;overflow: hidden;height: .8rem;width: .8rem;position: relative;border-radius: 2em 2em 2em / 2em 2em;}
  126. .chatMsg-cnt ul li .avatar img{vertical-align: top; height: 100%; width: 100%;}
  127. .chatMsg-cnt ul li .avatar:after{background-color: transparent; content: ""; height: 100%;width:100%; position: absolute;left: 0;top: 0;}
  128. .chatMsg-cnt ul li .content{-webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;}
  129. .chatMsg-cnt ul li .content .author{color: #aaa; font-size: .2rem; margin: 0 .2rem;}
  130. .chatMsg-cnt ul li .content .msg{border-style: solid; border-width: 1px; border-radius: .07rem; color: #333; float: left; font-size: .28rem; margin: 0 .2rem; padding: .2rem; word-wrap: break-word; word-break: break-all; min-height: .6rem; max-width: 5.4rem; position: relative; transition: all .3s;}
  131. .chatMsg-cnt ul li .content .msg .face{vertical-align: top; height: .4rem;}
  132. .chatMsg-cnt ul li .content .msg .lg-face{vertical-align: top; max-height: 2.5rem; max-width: 2.5rem;}
  133. .chatMsg-cnt ul li .content .msg a{color: #22a7ff;font-family: arial;}
  134. .chatMsg-cnt ul li .content .msg a:active{background-color: #c2e6fd;}
  135. .chatMsg-cnt ul li.others .content .msg{background-color: #fff; border-color: #f0f0f0;}
  136. .chatMsg-cnt ul li.others .content .msg:active, .chatMsg-cnt ul li.others .content .msg.taped{background-color: #e9e9e9; border-color:#dedede;}
  137. .chatMsg-cnt ul li.me .content .author{text-align: right;}
  138. .chatMsg-cnt ul li.me .content .msg{float: right; background-color: #a0d4fc; border-color: #89cafd;}
  139. .chatMsg-cnt ul li.me .content .msg:active, .chatMsg-cnt ul li.me .content .msg.taped{background-color: #7cc6ff; border-color: #6abbfd;}
  140. .chatMsg-cnt ul li .content .msg:before{content: ''; display: inline-block; border-style: solid; border-width: .01rem .01rem 0 0; height: .2rem; width: .2rem; position: absolute; top: .3rem;}
  141. .chatMsg-cnt ul li.others .content .msg:before{background: inherit; border-color: inherit; left: -.115rem; transform: translate(0, -50%) rotate(-135deg);}
  142. .chatMsg-cnt ul li.me .content .msg:before{background: inherit; border-color: inherit; right: -.11rem; transform: translate(0, -50%) rotate(45deg);}
  143. .chatMsg-cnt ul li .content .picture:before, .chatMsg-cnt ul li .content .video:before{display: none;}
  144. .chatMsg-cnt ul li .content .picture, .chatMsg-cnt ul li .content .video{background-color: transparent!important; border-width: 0; border-radius:.07rem; padding: 0; overflow: hidden; position: relative;}
  145. .chatMsg-cnt ul li .content .picture.taped, .chatMsg-cnt ul li .content .video.taped{opacity: .5;}
  146. .chatMsg-cnt ul li .content .picture .img__pic, .chatMsg-cnt ul li .content .video .img__video{vertical-align: top; pointer-events: auto; max-height: 5.4rem; max-width: 5.4rem}
  147. .chatMsg-cnt ul li .content .video:after{content: ''; background: url(../img/wchat/icon-play.png) no-repeat center; background-size: .6rem; height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
  148. .chatMsg-cnt ul li .content .lgface{background-color: transparent!important; border-width: 0; border-radius:0; padding: 0; overflow: hidden; position: relative;} /*大表情*/
  149. .onez-at{color: #006efe;}
  150. /* 新消息提醒 */
  151. .wc__chatMsg-panel .chatMsg-notice{background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); border-top-left-radius: .5rem; border-bottom-left-radius: .5rem; color: #12b7f5; font-size: .24rem; font-family: arial; padding: 0 .25rem; line-height: .7rem; position: fixed; top: 1.6rem; right: 0;}
  152. /* 长按菜单 */
  153. .wc__chatTapMenu{display: inline-block;}
  154. .wc__chatTapMenu .menu{background: #313131; border-radius: .07rem; overflow: hidden; padding:0 .1rem; text-align: center;}
  155. .wc__chatTapMenu .menu:before{content: ""; border-style: solid dashed dashed dashed; border-width: .16rem; font-size:0; overflow: hidden; height: 0; width: 0; position: absolute; left:50%; bottom:-.14rem;
  156. border-color: #313131 transparent transparent transparent; transform: translate(-50%, 50%);}
  157. .wc__chatTapMenu .menu a{color: #fff; font-size: .2rem; display: inline-block; vertical-align: top; padding: .07rem .3rem;}
  158. .wc__chatTapMenu .menu a:active{background-color: #515151;}
  159. .wc__chatTapMenu .menu a .ico{display: block; margin: .03rem auto; height: .45rem; width: .45rem;}
  160. .wc__chatTapMenu .menu a .ico.i1{background: url(../img/wchat/icon__chat-copy.png) no-repeat; background-size: cover;}
  161. .wc__chatTapMenu .menu a .ico.i2{background: url(../img/wchat/icon__chat-collect.png) no-repeat; background-size: cover;}
  162. .wc__chatTapMenu .menu a .ico.i3{background: url(../img/wchat/icon__chat-save.png) no-repeat; background-size: cover;}
  163. .wc__chatTapMenu .menu a .ico.i4{background: url(../img/wchat/icon__chat-revoke.png) no-repeat; background-size: cover;}
  164. .wc__chatTapMenu .menu a .ico.i5{background: url(../img/wchat/icon__chat-del.png) no-repeat; background-size: cover;}
  165. /* 底部编辑器部分 */
  166. .wc__footTool-panel{background: #fbf9fe; max-width: 750px; width: 100%; z-index: 1005;}
  167. /* 编辑器 */
  168. .wc__editor-panel{padding: .15rem .2rem; align-items: flex-end;}
  169. .wc__editor-panel:before{border-top-color: #d9d9d9;}
  170. .wc__editor-panel .wrap-editor{max-width: 100%;}
  171. .wc__editor-panel .wrap-editor .editor{background: none; color: #333; caret-color: #12b7f5; font-size: .28rem; padding: .1rem .15rem; overflow-y: auto; overflow-x: hidden; outline: none; word-wrap: break-word; word-break: break-all; line-height: .4rem; max-height: 2.3rem; max-width: 100%; position: relative;}
  172. .wc__editor-panel .wrap-editor .editor:after{content: ''; border-bottom: 1px solid #d9d9d9; color: #d9d9d9; height: 1px; width: 100%; position: absolute; left: 0; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5); transition: border-color .3s;}
  173. .wc__editor-panel .wrap-editor .editor:focus:after{border-bottom-color: #12b7f5;}
  174. .wc__editor-panel .wrap-editor .editor .face{vertical-align: middle; height: .4rem;}
  175. .wc__editor-panel .btn{margin-left: .1rem; height: .7rem; width: .7rem;}
  176. .wc__editor-panel .btn-emotion{background: url(../img/wchat/icon__emotion.png) no-repeat; background-size: cover;}
  177. .wc__editor-panel .btn-choose{background: url(../img/wchat/icon__choose.png) no-repeat; background-size: cover;}
  178. .wc__editor-panel .btn-submit{background: #1a4065;border: 0;color: #fff;font-size: .28rem;font-family: "Microsoft Yahei";outline: none;margin-left: .15rem;margin-bottom: .05rem;padding: 0 .15rem;height: .6rem;}
  179. /* 选择区 */
  180. .wc__choose-panel{height: 5.8rem;}
  181. .wc__choose-panel:before{border-top-color: #d9d9d9;}
  182. .wc__choose-panel .wrap-emotion{height: 100%;}
  183. .wc__choose-panel .wrap-emotion .emotion__cells{height: 100%;}
  184. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .swiper-container{height: 100%;}
  185. /* 小表情 */
  186. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__sm-list{display: inline-block; margin-right: -.15rem; padding: .25rem .15rem 0;}
  187. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__sm-list span{float: left; text-align: center; margin-top: .35rem; margin-right: .15rem; height: .9rem; width: .9rem;}
  188. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__sm-list span:active{background-color: #f3f3f3; border-radius: .07rem;}
  189. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__sm-list span img{margin-top: .15rem; height: .6rem; width: .6rem;}
  190. /* 大表情 */
  191. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__lg-list{display: inline-block; margin-right: -.366rem; padding: .25rem .2rem 0;}
  192. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__lg-list span{float: left; text-align: center; margin-top: .35rem; margin-right: .366rem; height: 1.5rem; width: 1.5rem;}
  193. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__lg-list span:active{background-color: #f3f3f3; border-radius: .07rem;}
  194. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .face__lg-list span img{margin-top: .1rem; height: 1.3rem; width: 1.3rem;}
  195. /* 圆点 */
  196. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .pagination-emotion{text-align: center; position: absolute; bottom: .1rem; z-index: 11;}
  197. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .pagination-emotion .swiper-pagination-bullet{opacity: .1; height: 6px; width: 6px;}
  198. .wc__choose-panel .wrap-emotion .emotion__cells-swiper .pagination-emotion .swiper-pagination-bullet-active{background: #999; opacity: 1; transform: scale(1.3);}
  199. /* 底部多表情切换 */
  200. .wc__choose-panel .wrap-emotion .emotion__cells-footer{border-top: 1px solid #e9e9e9; white-space: nowrap; overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; height: .75rem; width: 100%;}
  201. .wc__choose-panel .wrap-emotion .emotion__cells-footer ul{font-size: 0; /*去除inline-block空格*/}
  202. .wc__choose-panel .wrap-emotion .emotion__cells-footer ul li{border-left: 1px solid #e9e9e9; display: inline-block; padding: .1rem 0; text-align: center; height: .75rem; width: 1.26rem;}
  203. .wc__choose-panel .wrap-emotion .emotion__cells-footer ul li:last-child{border-right: 1px solid #e9e9e9;}
  204. .wc__choose-panel .wrap-emotion .emotion__cells-footer ul li.cur{background-color: #e9e9e9;}
  205. .wc__choose-panel .wrap-emotion .emotion__cells-footer ul li img{height: 100%;}
  206. .wc__choose-panel .wrap-emotion .emotion__cells-footer ul li.swiperTmplSet img{height: 100%;}
  207. /* 滚动隐藏滚动条 */
  208. .wc__choose-panel .wrap-emotion .emotion__cells-footer::-webkit-scrollbar{
  209. display:none;
  210. }
  211. /* 功能区 */
  212. .wc__choose-panel .wrap-choose ul{display: inline-block; padding: 0 .4rem; width: 100%;}
  213. .wc__choose-panel .wrap-choose ul li{float: left; text-align: center; margin-top: .8rem; width: 25%;}
  214. .wc__choose-panel .wrap-choose ul li a{display: inline-block;}
  215. .wc__choose-panel .wrap-choose ul li a .img{display: inline-block; height: 1.2rem; width: 1.2rem; position: relative;}
  216. .wc__choose-panel .wrap-choose ul li a .img:before{content: ''; background-color: #fff; border: 1px solid #e9e9e9; border-radius: .25rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
  217. .wc__choose-panel .wrap-choose ul li a .img:active:before{background-color: #f3f3f3;}
  218. .wc__choose-panel .wrap-choose ul li a .img img{margin-top: .25rem; height: .7rem; width: .7rem; position: relative; z-index: 9;}
  219. .wc__choose-panel .wrap-choose ul li a .img input[type="file"]{opacity: 0; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 11;}
  220. .wc__choose-panel .wrap-choose ul li a em{color: #999; display: block; font-size: .2rem; margin-top: .1rem;}
  221. /* 霸屏、打赏、红包模板样式 */
  222. .weui-picker__hd{font-size: 14px!important;}
  223. .weui-picker__hd .weui-picker__action{color: #00c1de;}
  224. .weui-picker__item{font-size: 14px;}
  225. .weui-picker{z-index: 10005!important;}
  226. .weui-mask, .weui-mask_transparent{z-index: 10004!important;}
  227. .wc__popupTmpl{text-align: left;}
  228. .wc__popupTmpl .wc-xclose{background: url(../img/icon__wc-close.png) no-repeat; background-size: 12px; height: 12px; width: 12px; position: absolute; top: 10px; right: 10px;}
  229. .wc__popupTmpl .hdTit{color: #333; font-size: 16px; margin-bottom: 20px; text-align: center;}
  230. .wc__popupTmpl .item{background: #fff; border-radius: 4px; margin-bottom: 20px; padding: 0 10px; align-items: center; height: 50px;}
  231. .wc__popupTmpl .item-area{height: 60px;}
  232. .wc__popupTmpl .item-upload{background: none; padding: 0; height: auto;}
  233. .wc__popupTmpl .item-gift{height: auto;}
  234. .wc__popupTmpl .item label.txt{color: #333; font-size: 14px;}
  235. .wc__popupTmpl .item label.txt .time{color: #999; display: block; font-size: 12px; margin-top: 2px;}
  236. .wc__popupTmpl .item .unit{color: #333; font-size: 14px; margin-left: 10px;}
  237. .wc__popupTmpl .item .ipt-txt{border: 0; font-size: 14px; outline: none; text-align: right; padding: 10px 0; min-width: 50px;}
  238. .wc__popupTmpl .item .describe{border: 0; font-size: 14px; font-family: arial; outline: none; resize: none; padding: 10px 0; height: 100%; width: 100%;}
  239. .wc__popupTmpl .tips{color: #999; font-size: 12px; font-family: helvetica; margin: -15px 0 15px; padding-left: 9px;}
  240. .wc__popupTmpl .amountTotal{color: #333; font-size: 14px; text-align: center;}
  241. .wc__popupTmpl .amountTotal .num{font-size: 28px; font-family: helvetica; vertical-align: middle;}
  242. .wc__popupTmpl .item-gift .gift{align-items: center; justify-content: space-between; height: 50px; position: relative;}
  243. .wc__popupTmpl .item-gift .gift:after{content: ''; background-color: #e3e3e3; color: #e3e3e3; height: 1px; width: 100%; position: absolute; left: 0; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  244. .wc__popupTmpl .item-gift .gift:last-child:after{display: none;}
  245. .wc__popupTmpl .item-gift .gift .amount{color: #333; font-size: 12px; font-family: arial;}
  246. .wc__popupTmpl .item-gift .gift .amount em{font-size: 15px;}
  247. .wc__popupTmpl .item-gift .gift .amount .chkbox{background: #fff; border:1px solid #00c1de; border-radius: 50%; display: inline-block; margin-left: 10px; height: 12px; width: 12px;}
  248. .wc__popupTmpl .item-gift .gift.selected .amount .chkbox{background: #00c1de;}
  249. /* __ 充值 */
  250. .wc__popupTmpl.tmpl-recharge .item{border-radius: 0; padding: 0; height: auto;}
  251. .wc__popupTmpl.tmpl-recharge .item .itembox{padding: 15px 0; position: relative;}
  252. .wc__popupTmpl.tmpl-recharge .item .bankLbl{width: 90px;}
  253. .wc__popupTmpl.tmpl-recharge .item .bankName{color: #f90; font-size: 14px;}
  254. .wc__popupTmpl.tmpl-recharge .item .bankQuota{color: #999; font-size: 12px; margin-top: 5px;}
  255. .wc__popupTmpl.tmpl-recharge .item .ipt-txt{font-size: 40px; text-align: left; padding: 0;}
  256. .wc__popupTmpl.tmpl-recharge .item .unit{color: #333; font-size: 40px; margin-left: 0; margin-right: 15px;}
  257. #bankRecharge .popui__panel-btn:after{display: none;}
  258. /* __ 上传*/
  259. .wc__uploader-panel{background: #fff; border: 1px dashed #bbb; border-radius: 4px; height: 120px; width: 100%; position: relative;}
  260. .wc__uploader-panel .wc__uploader-input{opacity: 0; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
  261. .wc__uploader-panel .wc__uploader-tips{color: #bbb; font-size: 14px; transform: translate(-50%, -50%); padding-top: 35px; position: absolute; top: 50%; left: 50%;}
  262. .wc__uploader-panel .wc__uploader-tips i:before, .wc__uploader-panel .wc__uploader-tips i:after{content: ""; background: #bebebe; border-radius: 20px; transform: translate(-50%, -50%); position: absolute; top: 30%; left: 50%;}
  263. .wc__uploader-panel .wc__uploader-tips i:before{height: 30px; width: 6px;}
  264. .wc__uploader-panel .wc__uploader-tips i:after{height: 6px; width: 30px;}
  265. /* 禁止发言839070295 */
  266. .wc__talk-notAllowed{background: #fff; color: #e64240; font-size: .28rem; text-align:center; padding: .15rem .2rem; line-height: .7rem;}
  267. .wc__talk-notAllowed:before{border-top-color: #d9d9d9;}
  268. /* }}} */
  269. /* …… 好友主页-详细资料 {{{ …… */
  270. .wc__ucinfo-detail{padding-bottom: .35rem;}
  271. .wc__ucinfo-detail ul li{margin-top: .35rem;}
  272. .wc__ucinfo-detail ul li .item{background: #fff; font-family: 'Microsoft Yahei'; padding: .25rem .3rem; position: relative;}
  273. .wc__ucinfo-detail ul li .item:after{content: ''; background-color: #e3e3e3; color: #e3e3e3; height: 1px; width: auto; position: absolute; left: .3rem; right: .3rem; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  274. .wc__ucinfo-detail ul li .item:last-child::after{display: none;}
  275. .wc__ucinfo-detail ul li .item .uimg{display: block; margin-right: .4rem; height: 1.1rem; width: 1.1rem;}
  276. .wc__ucinfo-detail ul li .item .lbl{color:#333; font-size: .28rem; min-width: 1.5rem;}
  277. .wc__ucinfo-detail ul li .item .lbl i{color: #aaa; display: block; font-size: .24rem; font-family: Verdana; margin-top: .1rem;}
  278. .wc__ucinfo-detail ul li .item .cnt{font-size:.24rem; line-height:.4rem;}
  279. .wc__ucinfo-detail ul li .item .cnt img{object-fit: cover; vertical-align: top; margin-right: .1rem; height:1.1rem; width:1.1rem;}
  280. .wc__btns-panel{padding: 0 .3rem .3rem;}
  281. .wc__btns-panel a{display: block; margin-bottom: .3rem;}
  282. /* }}} */
  283. /* …… 我(个人信息、钱包、银行卡) {{{ …… */
  284. .wc__ucinfo-personal ul li{margin-top: .35rem;}
  285. .wc__ucinfo-personal ul li .item{background: #fff; font-family: 'Microsoft Yahei'; padding: .25rem .3rem; position: relative;}
  286. .wc__ucinfo-personal ul li .item:after{content: ''; background-color: #e3e3e3; color: #e3e3e3; height: 1px; width: auto; position: absolute; left: .3rem; right: .3rem; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  287. .wc__ucinfo-personal ul li .item:last-child::after{display: none;}
  288. .wc__ucinfo-personal ul li .item .uimg{display: block; height: 1.1rem; width: 1.1rem;}
  289. .wc__ucinfo-personal ul li .item .lbl{color:#333; font-size: .28rem;}
  290. .wc__ucinfo-personal ul li .item .val{background:transparent;border:none;color: #999; font-size:.24rem;outline: none; padding: .1rem 0; text-align: right;}
  291. .wc__ucinfo-personal ul li .item .area{background:transparent;border:none;color: #999; font-size:.24rem;font-family:arial;outline: none; padding: .1rem 0;}
  292. .wc__ucinfo-personal ul li .item .chooseImg{opacity: 0; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
  293. /* __ 钱包 */
  294. .wc__wallet-quick ul li{padding: .5rem 0; text-align: center;}
  295. .wc__wallet-quick ul li:active{background: #d1c08f!important;}
  296. .wc__wallet-quick ul li .icon{display: block; margin: 0 auto; height: .7rem;width:.7rem;}
  297. .wc__wallet-quick ul li .txt{color: #f8f8f8; display: block; font-size: .28rem; margin-top: .15rem;}
  298. .wc__wallet-quick ul li .txt .num{color: #fff; display: block; font-size: .32rem; font-family: verdana;}
  299. /* __ 微服务 */
  300. .wc__wallet-services{margin-top: .1rem;}
  301. .wc__wallet-services .tit{font-size: .28rem; padding: .2rem;}
  302. .wc__wallet-services ul{border-top: 1px solid #e9e9e9; flex-wrap: wrap;}
  303. .wc__wallet-services ul li{border-left: 1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; padding: .3rem 0; text-align: center; min-width: 33.3%; max-width: 33.3%; width: 33.3%;}
  304. .wc__wallet-services ul li:nth-of-type(3n+1){border-left: 0;}
  305. .wc__wallet-services ul li .icon{display: block; margin: 0 auto; height: .5rem;width:.5rem;}
  306. .wc__wallet-services ul li .txt{color: #333; display: block; font-size: .28rem; margin-top: .15rem;}
  307. /* __ 零钱 */
  308. .wc__wallet-lingqian{text-align: center;}
  309. .wc__wallet-lingqian .icon{display: block; margin: .5rem auto 0; height: 1.5rem; width: 1.5rem;}
  310. .wc__wallet-lingqian p{color: #333; font-size: .28rem; margin-top: .1rem;}
  311. .wc__wallet-lingqian p.num{font-size: .6rem; font-family: verdana;}
  312. .wc__wallet-lingqian .wc__btns-panel{margin-top: .5rem;}
  313. .wc__wallet-lingqian .wc__btns-panel a{font-size: .3rem;}
  314. /* __ 银行卡 */
  315. .wc__bankCard-list ul{padding-top: .2rem;}
  316. .wc__bankCard-list ul li{background: #c64f58; border-radius: .07rem; margin: .15rem .15rem 0; height: 2rem;}
  317. .wc__bankCard-list ul li .bklogo{background: rgba(255,255,255,.7); border-radius: 50%; margin: .3rem .1rem 0 .3rem; overflow: hidden; padding: .1rem; height: .725rem; width: .725rem;}
  318. .wc__bankCard-list ul li .bkinfo{padding-top: .3rem;}
  319. .wc__bankCard-list ul li .bkinfo h2{color: #fff; font-size: .28rem;}
  320. .wc__bankCard-list ul li .bkinfo h5{color: #ddd; font-size: .24rem;}
  321. .wc__bankCard-list ul li .bkinfo .bknum{color: #fff; display: block; font-size: .36rem; font-family: arial; margin-top: .15rem;}
  322. .wc__bankCard-add{background: url(../img/icon__add.png) no-repeat .3rem center; background-size: .45rem; color: #fff; font-size: .32rem; margin: .5rem 0; padding-left: .9rem; height: 1rem;}
  323. .wc__bankCard-add.wc__borB:after{border-bottom-color: #4a4f58;}
  324. .wc__bankCard-add:active{background-color: #4a4f58!important;}
  325. /* __ 收付款 */
  326. /* 付款码 */
  327. .wc__receivables-qrcode{background: #fff; border-radius: .05rem; margin: .2rem;}
  328. .wc__receivables-qrcode .head{background: #f8f8f8; border-top-left-radius: .05rem; border-top-right-radius: .05rem; height: 1rem;}
  329. .wc__receivables-qrcode .head .lbl{background: url(../img/wallet/icon__wallet-shoukuan-color.png) no-repeat .2rem center; background-size: .5rem; color: #ccae56; font-size: .28rem; padding-left: .9rem;}
  330. .wc__receivables-qrcode .head .intro{background: url(../img/icon__dot.png) no-repeat center; background-size: .5rem; display: block; height: 1rem;width: 1rem;}
  331. .wc__receivables-qrcode .cnt .pay-qrcode{padding: .5rem 0; text-align: center;}
  332. .wc__receivables-qrcode .cnt .pay-qrcode .qrcode{width: 3rem;}
  333. .wc__receivables-qrcode .foot{padding: .3rem .2rem; position: relative;}
  334. .wc__receivables-qrcode .foot:before{content: ''; border-top: 1px solid #e9e9e9; color: #d9d9d9; height: 1px; width: auto; position: absolute; left: .3rem; right: .3rem; top: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  335. .wc__receivables-qrcode .foot .img-bank{height: .4rem; width: .4rem; margin-right: .2rem;}
  336. .wc__receivables-qrcode .foot h2{color: #333; font-size: .28rem;}
  337. .wc__receivables-qrcode .foot h5{color: #999; font-size: .2rem;}
  338. /* 列表 */
  339. .wc__receivables-list{margin: .2rem .2rem .5rem;}
  340. .wc__receivables-list ul{background: #d1bf88; border-radius: .05rem;}
  341. .wc__receivables-list ul li{position: relative;}
  342. .wc__receivables-list ul li:after{content: ''; border-bottom: 1px solid #e4d6ad; color: #d9d9d9; height: 1px; width: auto; position: absolute; left: .3rem; right: .3rem; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  343. .wc__receivables-list ul li:last-child:after{display: none;}
  344. .wc__receivables-list ul li .item{font-family: 'Microsoft Yahei'; padding: .15rem .3rem; min-height: 1.1rem; position: relative;}
  345. .wc__receivables-list ul li .item:active{background-color: #d6c48e!important;}
  346. .wc__receivables-list ul li .item .lbl{color:#fff; font-size: .28rem; min-width: 1.5rem;}
  347. /* __ 群成员 */
  348. .wc__ucinfo-qunMember{padding: 0 .15rem;}
  349. .wc__ucinfo-qunMember ul li{float:left; text-align: center; margin-top: .3rem; width: 20%;}
  350. .wc__ucinfo-qunMember ul li .uimg{height: 1.1rem;width: 1.1rem;object-fit: cover;border-radius: 5px;}
  351. .wc__ucinfo-qunMember ul li .name{color:#999;display: block;font-size: .24rem;margin-top: .05rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  352. /* }}} */
  353. /* …… 微友圈 {{{ …… */
  354. .wc__friendZone .head{height:5rem;position:relative;}
  355. .wc__friendZone .head .cover{height:5rem;width: 100%; object-fit: cover; position:absolute; left: 0; top: 0;}
  356. .wc__friendZone .head .uname{color:#fff;font-size:.3rem;font-weight:700;text-shadow:0 1px 1px #000;padding-left:.3rem;text-align:right;position:absolute;right:2.3rem;bottom:.2rem;}
  357. .wc__friendZone .head .avator{background:#fff;display:block;padding:2px;height:1.8rem;width:1.8rem;position:absolute;right:10px;bottom:-.6rem;}
  358. .wc__friendZone .head .avator img{display:block; height:100%; width:100%;}
  359. .wc__friendZone .cont .inner{padding: .2rem 0 .1rem;}
  360. .wc__cmtlist li{padding:.2rem 0;position:relative;}
  361. .wc__cmtlist li:before{content: ''; border-top: 1px solid #d9d9d9; color: #d9d9d9; height: 1px; width: 100%; position: absolute; left: 0; top: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
  362. .wc__cmtlist li:first-child{margin-top: .5rem;}
  363. .wc__cmtlist li:first-child:before{display: none;}
  364. .wc__cmtlist li .wrap-avt{margin:0 .2rem;}
  365. .wc__cmtlist li .wrap-avt img{height:.8rem;width:.8rem;}
  366. .wc__cmtlist li .wrap-cmt{padding-left:1.2rem; padding-right:.2rem;}
  367. .wc__cmtlist li .wrap-cmt .u-name{color:#576b95;font-size:.28rem; margin-top: .05rem;}
  368. .wc__cmtlist li .wrap-cmt .post__cnt{color:#333;font-size:.28rem; margin-top: .05rem; padding-bottom:.2rem; line-height:.32rem;}
  369. .wc__cmtlist li .wrap-cmt .post__cnt img{float:left; margin-right:.1rem; margin-top:.15rem; max-height:3rem; max-width:3rem;}
  370. .wc__cmtlist li .wrap-cmt .post__cnt .list-img{object-fit:cover; max-height:1.5rem; max-width:1.5rem; height:1.5rem; width:30%;}
  371. .wc__cmtlist li .wrap-cmt .reply__box{position:relative;}
  372. .wc__cmtlist li .wrap-cmt .reply__box .btn-reply{background:url(../img/wchat/icon__wcZone-cmts.png) no-repeat center; background-size:.4rem; height:.4rem;width:.4rem;}
  373. .wc__cmtlist li .wrap-cmt .reply__box .btn-reply:active{opacity: .7;}
  374. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox{display: none; background:#313131;border-radius:.07rem;margin-top:-.1rem;overflow: hidden; height:.6rem; position:absolute;top:0;right:.6rem;}
  375. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox a{color:#ccc;float:left; font-size: .24rem; text-align:center;line-height:.62rem;width:1.5rem; position: relative;}
  376. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox a:active{background: #515151;}
  377. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox a:first-child:after{content: ''; border-right: 1px solid #515151; position: absolute; right: 0; top: .12rem; bottom: .12rem;}
  378. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox a i{display: inline-block; vertical-align: top; margin: .15rem .1rem 0 0; height: .3rem; width: .3rem;}
  379. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox a.like i{background: url(../img/wchat/icon__wcZone-like-white.png) no-repeat center; background-size: cover;}
  380. .wc__cmtlist li .wrap-cmt .reply__box .wc__cmtbox a.cmt i{background: url(../img/wchat/icon__wcZone-cmt-white.png) no-repeat center; background-size: cover;}
  381. .wc__cmtlist li .wrap-cmt .arr{border-bottom:8px solid #e9e9e9;border-left:8px solid transparent;border-right:8px solid transparent; margin:5px 0 0 10px; width:1px;}
  382. .wc__cmtlist li .wrap-cmt .cmt-bd{background: #e9e9e9; width:100%;}
  383. .wc__cmtlist li .wrap-cmt .cmt-bd .like{background:url(../img/wchat/icon__wcZone-like.png) no-repeat .18rem .12rem;background-size:.3rem;color:#576b95;padding:.1rem .1rem 0 .6rem;}
  384. .wc__cmtlist li .wrap-cmt .cmt-bd .reply-list{color:#333;padding:.1rem;}
  385. .wc__cmtlist li .wrap-cmt .cmt-bd .reply-list p{padding-top:.05rem;}
  386. .wc__cmtlist li .wrap-cmt .cmt-bd .reply-list p span{color:#3b5384;}
  387. /* }}} */
  388. /* …… 登录页面 {{{ …… */
  389. .wc__lgregPanel .hdtips{color: #333; font-size: .4rem; padding: 1rem .3rem .5rem;}
  390. .wc__lgregPanel .forms{margin: 0 .2rem;}
  391. .wc__lgregPanel .forms ul li{position: relative;}
  392. .wc__lgregPanel .forms ul li .lbl{display: block;}
  393. .wc__lgregPanel .forms ul li .lbl em{color: #333; font-size: .28rem; display: block; padding-left: .15rem; min-width: 1.5rem; line-height: .35rem; position: absolute; left: 0; top: .4rem;}
  394. .wc__lgregPanel .forms ul li .lbl .iptxt{background: none; border: 0; border-bottom: 1px solid #d9d9d9; font-size: .28rem; padding-left: 1.5rem; height: 1.1rem; width: 100%; transition: border-color .3s;}
  395. .wc__lgregPanel .forms ul li .lbl .iptxt:focus{border-bottom-color: #12b7f5;}
  396. .wc__lgregPanel .forms .lgway{padding: .2rem .15rem 0;}
  397. .wc__lgregPanel .forms .lgway a{color: #22a7ff; font-size: .28rem;}
  398. .wc__lgregPanel .forms .btns{padding: 1rem .1rem;}
  399. .wc__lgregPanel .forms .btns .btn__login{font-size: .36rem;}
  400. /* 底部链接 */
  401. .wc__lgregFoot{text-align: center; padding: .2rem 0;}
  402. .wc__lgregFoot ul{display: inline-block; vertical-align: top;}
  403. .wc__lgregFoot ul li{border-left: 1px solid #d9d9d9; float: left; padding: 0 .2rem;}
  404. .wc__lgregFoot ul li:first-child{border-left: 0;}
  405. .wc__lgregFoot ul li a{color: #666; font-size: .24rem;}
  406. /* }}} */
  407. /* …… 聊天页面大图预览 …… */
  408. .wc__popup-imgPreview{background: rgba(0,0,0,1); height: 100%; width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2003;}
  409. .wc__popup-imgPreview .swiper-container{height: 100%; max-width: 750px;}
  410. .wc__popup-imgPreview .swiper-slide{display:-webkit-box; display:-webkit-flex; display:flex; align-items: center;}
  411. .wc__popup-imgPreview .swiper-slide img{max-height: 100%; max-width: 100%; width: 100%; transition: all .3s; transform:scale(.8);}
  412. .wc__popup-imgPreview .swiper-slide-active img{transform:scale(1);}
  413. /* …… 聊天页面视频预览 …… */
  414. .wc__popup-videoPreview{background: rgba(0,0,0,1); height: 100%; width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2003;}
  415. .wc__popup-videoPreview:after{content: ''; background-image: linear-gradient(-180deg, rgba(0,0,0,.6), transparent); height: 1.2rem; width: 100%; position: absolute; top: 0; left: 0;}
  416. .wc__popup-videoPreview .wc__videoClose{margin-left: -.25rem; height: .5rem; width: .5rem; position: absolute; top: .3rem; left: 50%; z-index: 2003;}
  417. .wc__popup-videoPreview .wc__videoClose:before, .wc__popup-videoPreview .wc__videoClose:after{content: ""; background: #fff; transform: translate(50%, -50%) rotate(45deg) scale(.9); position: absolute; top: 50%; right: 50%;}
  418. .wc__popup-videoPreview .wc__videoClose:before{height: .5rem; width: 2px;}
  419. .wc__popup-videoPreview .wc__videoClose:after{height: 2px; width: .5rem;}
  420. /* …… 数字输入法键盘(自定义) …… */
  421. .keyboardPanel{max-width: 750px; width: 100%; position: fixed; bottom: 0; z-index: 10005;}
  422. .keyboardPanel .keyboard-result{background: #f8f8f8; border-top: 1px solid #e9e9e9; color: #00c1de; font-size: .28rem; font-weight: 700; text-align: center; height: .5rem; line-height: .5rem;}
  423. .keyboardPanel .keyboard-xclose{background: url(../img/icon__keyboard-xclose.png) no-repeat center #f8f8f8; background-size: .4rem; height: .5rem; border-top: 1px solid #e9e9e9;}
  424. .keyboardPanel .keyboard-xclose:active{background-color: #e9e9e9;}
  425. .keyboardPanel ul{display:-webkit-box; display:-webkit-flex; display:flex; display:-ms-flexbox; align-items: center; flex-wrap: wrap;}
  426. .keyboardPanel ul li{
  427. background: #fff; border-left: 1px solid #e9e9e9; border-top: 1px solid #e9e9e9; color: #333; font-size: .5rem; font-family: arial; text-align: center; text-align: center; height: 1.25rem; line-height: 1.25rem; min-width: 33.3%; width: 33.3%;
  428. -webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;
  429. }
  430. .keyboardPanel ul li:nth-of-type(3n+1){border-left: 0;}
  431. .keyboardPanel ul li.del{background: url(../img/icon__keyboard-del.png) no-repeat center; background-size: .64rem;}
  432. .keyboardPanel ul li.float, .keyboardPanel ul li.del{background-color: #f8f8f8;}
  433. .keyboardPanel ul li:active{background-color: #e9e9e9;}