addimagetext.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756
  1. <link rel="stylesheet" href="/assets/css/tuwen.css" />
  2. <link rel="stylesheet" href="/assets/libs/element-ui/index.css">
  3. <link rel="stylesheet" href="/assets/dist/component/main.css">
  4. <style type="text/css">
  5. .img_txt_add_but:hover,.img_txt_add_but:active,.img_txt_add_but:focus,
  6. .textarea_txt_add_but:hover,.textarea_txt_add_but:active,.textarea_txt_add_but:focus{
  7. color: #1581ff
  8. }
  9. .textarea_txt_main,
  10. .textarea_txt_box{
  11. overflow: hidden;
  12. }
  13. .textarea_txt_box{
  14. }
  15. .textarea_txt_box textarea{
  16. display: block;
  17. margin: 0;
  18. padding: 10px;
  19. width: 100%;
  20. height: 200px;
  21. font-size: 14px;
  22. line-height: 1.4;
  23. outline: none;
  24. border: 1px solid #ccc;
  25. resize: none;
  26. }
  27. .textarea_txt_but_box{
  28. overflow: hidden;
  29. padding: 10px 0;
  30. }
  31. .textarea_txt_but_box a{
  32. float: left;
  33. padding: 0 8px;
  34. margin-right: 10px;
  35. height: 30px;
  36. background-color: #f60;
  37. font-size: 14px;
  38. color: #fff;
  39. line-height: 30px;
  40. }
  41. .textarea_txt_error{
  42. overflow: hidden;
  43. padding: 10px 0 0;
  44. }
  45. .textarea_txt_error strong{
  46. float: left;
  47. height: 24px;
  48. color: #f60;
  49. font-size: 14px;
  50. font-weight: normal;
  51. line-height: 24px;
  52. }
  53. .textarea_txt_error span{
  54. float: right;
  55. height: 24px;
  56. color: #f60;
  57. font-size: 14px;
  58. font-weight: normal;
  59. line-height: 24px;
  60. }
  61. .switch_txt_but{
  62. display: block;
  63. height: 40px;
  64. width: 180px;
  65. background-color: #f60;
  66. color: #fff;
  67. font-size: 14px;
  68. text-align: center;
  69. line-height: 40px;
  70. border-radius: 3px;
  71. }
  72. .img_txt_url{
  73. overflow: hidden;
  74. padding: 20px 0;
  75. background-color: #fff;
  76. }
  77. .img_txt_url ul{
  78. display: block;
  79. }
  80. .img_txt_url li{
  81. position: relative;
  82. left: 0;
  83. top: 0;
  84. height: 50px;
  85. }
  86. .img_txt_url p{
  87. overflow: hidden;
  88. padding: 0 20px;
  89. height: 50px;
  90. font-size: 14px;
  91. text-align: left;
  92. color: #3292e0;
  93. line-height: 50px;
  94. display: -webkit-box;
  95. -webkit-box-orient: vertical;
  96. -webkit-line-clamp: 1;
  97. }
  98. .img_txt_tip_box{
  99. visibility: hidden;
  100. position: absolute;
  101. left: 0;
  102. top: 0;
  103. right: 0;
  104. bottom: 0;
  105. padding: 15px 0;
  106. background-color: rgba(0,0,0,.6);
  107. text-align: center;
  108. }
  109. .img_txt_url li:hover .img_txt_tip_box{
  110. visibility: visible;
  111. }
  112. .img_txt_tip_box i{
  113. overflow: hidden;
  114. display: inline-block;
  115. margin: 0 10px;
  116. height: 20px;
  117. width: 20px;
  118. font-size: 14px;
  119. color: #fff;
  120. text-align: center;
  121. line-height: 20px;
  122. border-radius: 20px;
  123. cursor: pointer;
  124. }
  125. .img_txt_tip_box i:hover{
  126. background-color: #1581ff;
  127. }
  128. .anticon_edit_box{
  129. overflow: hidden;
  130. padding: 20px;
  131. width: 520px;
  132. height: 120px;
  133. }
  134. .anticon_edit_select_tit_box,
  135. .anticon_edit_input_tit_box{
  136. margin: 10px 0;
  137. height: 30px;
  138. }
  139. .anticon_edit_select_tit_box strong,
  140. .anticon_edit_input_tit_box strong{
  141. float: left;
  142. height: 30px;
  143. margin-right: 10px;
  144. white-space: nowrap;
  145. font-weight: normal;
  146. font-size: 14px;
  147. color: #666;
  148. line-height: 30px;
  149. }
  150. .anticon_edit_select_tit_box p{
  151. overflow: hidden;
  152. float: left;
  153. margin-right: 20px;
  154. height: 30px;
  155. width: 250px;
  156. font-size: 14px;
  157. color: #666;
  158. line-height: 30px;
  159. display: -webkit-box;
  160. -webkit-box-orient: vertical;
  161. -webkit-line-clamp: 1;
  162. }
  163. .anticon_edit_select_tit_box a{
  164. overflow: hidden;
  165. float: left;
  166. margin-top: 4px;
  167. width: 22px;
  168. height: 22px;
  169. background-color: #f60;
  170. color: #fff;
  171. font-size: 14px;
  172. text-align: center;
  173. line-height: 22px;
  174. border-radius: 2px;
  175. }
  176. .anticon_edit_input_tit{
  177. overflow: hidden;
  178. padding: 4px 10px;
  179. float: left;
  180. height: 30px;
  181. border: 1px solid #ccc;
  182. width: 360px;
  183. box-sizing: border-box;
  184. border-radius: 2px;
  185. }
  186. .anticon_edit_input_tit input{
  187. margin: 0;
  188. padding: 0;
  189. border: 0;
  190. outline: none;
  191. display: block;
  192. height: 20px;
  193. width: 100%;
  194. font-size: 14px;
  195. color: #666;
  196. }
  197. .wxb-card-item{
  198. padding-bottom: 0;
  199. }
  200. .layui-layer-fast .layui-layer-btn .layui-layer-btn0{
  201. background-color: red!important;
  202. border-color: red!important;
  203. }
  204. .layui_txt{
  205. padding:20px;
  206. height:100%;
  207. width:100%;
  208. color:#000;
  209. text-align: left;
  210. line-height: 24px;
  211. }
  212. .radio > label > input, .checkbox > label > input{
  213. margin: 4px 0 0;
  214. }
  215. #time_div1, #time_div2 {
  216. position: static !important;
  217. }
  218. </style>
  219. <form id="add-form" class="form-horizontal form-ajax" role="form" data-toggle="validator" method="POST" action="">
  220. {include file="vipcustom/common/servicesublist" /}
  221. <div class="form-group group-type" id="group-type-news">
  222. <input type="hidden" name="row[message_json_old]" class="img_txt_hidde_input_old" />
  223. <label class="control-label col-xs-12 col-sm-2">*消息内容:</label>
  224. <div class="col-sm-5 new-template-wrap">
  225. <div class="img_txt_box">
  226. <div class="img_txt_list">
  227. <div class="wxb-card-list-scroll"></div>
  228. </div>
  229. <a href="javascript:;" class="img_txt_add_but"><i class="fa fa-plus-square-o"></i> 添加图文</a>
  230. <input type="hidden" name="row[message_json]" class="img_txt_hidden_input">
  231. <input type="hidden" name="msg_type" class="msg_type" value="0">
  232. </div>
  233. </div>
  234. <!-- VIP 添加图文客服消息 不需要切换到文字链模式 -->
  235. <!--<div class="col-sm-5 new-template-wrap">
  236. <a href="javascript:;" class="switch_txt_but" data-msg-type="0">切换为文字链模式</a>
  237. </div>-->
  238. </div>
  239. <!--图文消息列表 end-->
  240. <div class="form-group group-type" id="group-type-news_txt" style="display: none;">
  241. <input type="hidden" name="row[message_text_old]" class="textarea_txt_hidde_input" />
  242. <label class="control-label col-xs-12 col-sm-2">*消息内容:</label>
  243. <div class="col-sm-5 new-template-wrap">
  244. <div class="img_txt_box">
  245. <div class="img_txt_list">
  246. </div>
  247. <a href="javascript:;" class="textarea_txt_add_but"><i class="fa fa-plus-square-o"></i> 添加消息</a>
  248. <input type="hidden" name="row[message_text]" class="textarea_txt_hidden_input">
  249. </div>
  250. </div>
  251. </div>
  252. <input type="hidden" name="row[message_type]" class="textarea_txt_hidden_message_type" value="0">
  253. <!--文本消息框 end-->
  254. <!--消息内容 end-->
  255. <div class="form-group">
  256. <label for="c-sendtime" class="control-label col-xs-12 col-sm-2">{:__('发送时间')}:</label>
  257. <div class="col-xs-12 col-sm-8">
  258. <input id="c-sendtime" data-rule="required" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[sendtime]" type="text" value="{:date('Y-m-d H:i:s')}">
  259. <div class="s_time_box">
  260. <span stime="600000">10分钟后</span>
  261. <span stime="1800000">30分钟后</span>
  262. <span stime="3600000">1小时后</span>
  263. </div>
  264. <!--<div class="s_time_txt">客服消息发送对象与时间关系较大,若发送时间较晚,则可能预估送达偏差较大</div>-->
  265. </div>
  266. </div>
  267. <div class="form-group">
  268. <label for="status" class="control-label col-xs-12 col-sm-2">接收用户:</label>
  269. <div class="col-xs-12 col-sm-8">
  270. <div class="radio">
  271. <label for="type-tag"><input id="type-tag" checked name="row[type]" type="radio" value="tag"> 按标签选择</label>
  272. <label for="type-all"><input id="type-all" name="row[type]" type="radio" value="all"> 全部用户</label></div>
  273. </div>
  274. </div>
  275. <div class="form-group group-tag-type" id="group-tag-type-tag">
  276. <input type="hidden" id="usercondition" name="row[user_json]" class="img_txt_hidde_input_no" />
  277. <label for="c-text-content" class="control-label col-xs-12 col-sm-2"></label>
  278. <div class="col-xs-12 col-sm-8">
  279. <div class="s_tag_box">
  280. <div class="s_tag_li">
  281. <strong>性别:</strong>
  282. <div id="sex" class="s_tag_li_list">
  283. <span data-sex="-1" class="s_s_tag">不限</span>
  284. <span data-sex="1">男</span>
  285. <span data-sex="2">女</span>
  286. <span data-sex="0">保密</span>
  287. </div>
  288. </div>
  289. <div class="s_tag_li">
  290. <strong>手机系统:</strong>
  291. <div id="mobile_system" class="s_tag_li_list">
  292. <span data-mobile_system="0" class="s_s_tag">不限</span>
  293. <span data-mobile_system="1">Android系统</span>
  294. <span data-mobile_system="2">iOS系统</span>
  295. </div>
  296. <span style="margin-left: 100px;display: block;color: grey;font-size: 12px;">*手机系统筛选条件仅针对老用户生效,新用户暂不支持该筛选条件</span>
  297. <span style="margin-left: 100px;display: block;color: grey;font-size: 12px;">如客服消息针对新用户的按条件筛选发送,则手机系统筛选条件需选择不限</span>
  298. </div>
  299. <div class="s_tag_li">
  300. <strong>标签:</strong>
  301. <div id="ctag" class="s_tag_li_list">
  302. <span data-cid="-1" class="s_s_tag">不限</span>
  303. </div>
  304. </div>
  305. <div class="s_tag_li">
  306. <strong>消费情况:</strong>
  307. <div id="consume" class="s_tag_li_list">
  308. <span data-fee="-1" class="s_s_tag">不限</span>
  309. <span data-fee="1">未付费</span>
  310. <span data-fee="4">已付费</span>
  311. <span data-fee="2">普通付费</span>
  312. <span data-fee="3">年费会员</span>
  313. </div>
  314. </div>
  315. <div class="s_tag_li">
  316. <strong>书币剩余:</strong>
  317. <div id="kandian" class="s_tag_li_list">
  318. <span data-kandian="-1" class="s_s_tag">不限</span>
  319. <span data-kandian="1">低于500</span>
  320. <span data-kandian="2">低于2000</span>
  321. <span data-kandian="3">2000以上</span>
  322. </div>
  323. </div>
  324. <!-- <div class="s_tag_li" style="overflow: visible;height: 50px;">-->
  325. <!-- <strong>关注时间:</strong>-->
  326. <!-- <div class="col-md-3"><input data-rule="" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[sub_from]" type="text"></div>-->
  327. <!-- <div style="float: left">~</div>-->
  328. <!-- <div class="col-md-3"><input data-rule="" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[sub_to]" type="text"></div>-->
  329. <!-- </div>-->
  330. <div class="s_tag_li">
  331. <strong>关注时间:</strong>
  332. <div id="subscribe_time1" class="s_tag_li_list" style="overflow: visible;height: 50px;">
  333. <span data-fee="-1" class="s_s_tag">不限</span>
  334. <span data-fee="6">12小时</span>
  335. <span data-fee="7">24小时</span>
  336. <span data-fee="8">48小时</span>
  337. <span data-fee="9">7天</span>
  338. <span data-fee="10">15天</span>
  339. <span data-fee="">自定义时间</span><br>
  340. </div>
  341. <div id="subscribe_time2" class="" style="margin-bottom: 10px;display: none;">
  342. <div id="time_div1" style="width: 200px;display: inline-block;"><input id="cdstarttime" data-rule="" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[sub_from]" type="text"></div>
  343. <div style="display: inline-block;">~</div>
  344. <div id="time_div2" style="width: 200px;display: inline-block;position: static !important"><input id="cdendtime" data-rule="" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[sub_to]" type="text"></div>
  345. </div>
  346. </div>
  347. <!--<div class="s_tag_footer">-->
  348. <!--<strong>符合条件的人数:</strong>-->
  349. <!--<span id="mustbe">约&#45;&#45;人</span>-->
  350. <!--<a href="javascript:;" class="s_tag_fans_num">查看粉丝数</a>-->
  351. <!--<div class="s_tag_fans_allowed">查看粉丝数</div>-->
  352. <!--</div>-->
  353. </div>
  354. </div>
  355. </div>
  356. <!-- 按标签选择 -->
  357. {include file="vipcustom/common/sendfans" /}
  358. <input type="hidden" name="row[is_save_media]" class="js_is_save_media">
  359. <div class="form-group" style="padding-bottom: 80px;">
  360. <div class="col-xs-2"></div>
  361. <div class="col-xs-12 col-sm-8 btn_save_media_but">
  362. <button type="button" class="btn">取消</button>
  363. <button type="submit" class="btn btn-success btn-info" data-save-val="0" style="display: none">仅发送</button>
  364. <button type="submit" class="btn btn-success btn-danger" data-save-val="1">发送且保存至素材库</button>
  365. </div>
  366. </div>
  367. </form>
  368. <div id="title-select">
  369. <title-select :select="select" title="选择标题" bind=".anticon_edit_select_tit_box_a"></title-select>
  370. </div>
  371. <style type="text/css">
  372. ::-webkit-input-placeholder{
  373. color:#d2d2d2;
  374. }
  375. :-moz-placeholder{
  376. color:#d2d2d2;
  377. }
  378. ::-moz-placeholder{
  379. color:#d2d2d2;
  380. }
  381. :-ms-input-placeholder{
  382. color:#d2d2d2;
  383. }
  384. input::-webkit-outer-spin-button,
  385. input::-webkit-inner-spin-button {
  386. -webkit-appearance: none !important;
  387. margin: 0;
  388. }
  389. .test_fans_input{
  390. float: left;
  391. padding: 6px 10px;
  392. height: 30px;
  393. width: 30%;
  394. border: 1px solid #ddd;
  395. box-sizing: border-box;
  396. }
  397. .test_fans_input input{
  398. display: block;
  399. margin: 0;
  400. padding: 0;
  401. width: 100%;
  402. height: 100%;
  403. border: 0;
  404. color: #666;
  405. font-size: 14px;
  406. outline: none;
  407. }
  408. .test_fans_but{
  409. display: block;
  410. margin: 0 0 10px 32%;
  411. height: 30px;
  412. width: 90px;
  413. background-color: #f0a233;
  414. font-size: 14px;
  415. color: #fff;
  416. text-align: center;
  417. line-height: 30px;
  418. }
  419. .s_time_box{
  420. overflow: hidden;
  421. }
  422. .s_time_box span{
  423. float: left;
  424. margin: 6px 10px 6px 0;
  425. height: 24px;
  426. font-size: 14px;
  427. line-height: 24px;
  428. cursor: pointer;
  429. color: #1581ff;
  430. }
  431. .s_time_txt{
  432. overflow: hidden;
  433. margin: 0 0 10px;
  434. font-size: 14px;
  435. color: #666;
  436. line-height: 24px;
  437. }
  438. .s_tag_box{
  439. /*overflow: hidden;*/
  440. padding: 20px 20px 0;
  441. background-color: #f1f1f1;
  442. }
  443. .s_tag_li,
  444. .s_tag_footer{
  445. overflow: hidden;
  446. }
  447. .s_tag_li strong{
  448. float: left;
  449. height: 36px;
  450. width: 90px;
  451. font-size: 14px;
  452. color: #666;
  453. text-align: right;
  454. font-weight: normal;
  455. line-height: 36px;
  456. }
  457. .s_tag_li_list{
  458. margin-left: 100px;
  459. overflow: hidden;
  460. }
  461. .s_tag_li_list span{
  462. overflow: hidden;
  463. float: left;
  464. margin: 6px 10px 6px 0;
  465. padding: 0 6px;
  466. height: 24px;
  467. color: #666;
  468. cursor: pointer;
  469. line-height: 24px;
  470. border-radius: 2px;
  471. }
  472. .s_tag_li_list .s_s_tag{
  473. background-color: #1581ff;
  474. color: #fff;
  475. }
  476. .s_tag_footer{
  477. margin-top: 10px;
  478. padding: 10px 0;
  479. border-top: 1px solid #ddd;
  480. line-height: 24px;
  481. }
  482. .s_tag_footer strong,
  483. .s_tag_footer span{
  484. display: inline;
  485. height: 24px;
  486. width: 90px;
  487. font-size: 14px;
  488. color: #666;
  489. text-align: right;
  490. font-weight: normal;
  491. line-height: 36px;
  492. }
  493. .img_txt_box{
  494. margin-bottom: 20px;
  495. padding: 20px;
  496. width: 320px;
  497. background-color: #f1f1f1;
  498. box-sizing: border-box;
  499. }
  500. .img_txt_box *,
  501. .img_txt_box{
  502. -webkit-touch-callout: none;
  503. -webkit-user-select: none;
  504. -khtml-user-select: none;
  505. -moz-user-select: none;
  506. -ms-user-select: none;
  507. user-select: none;
  508. }
  509. .img_txt_list{
  510. }
  511. .img_txt_one{
  512. padding: 0 20px 10px;
  513. border-bottom: 1px solid #e9e9e9;
  514. }
  515. .img_txt_one_tit{
  516. overflow: hidden;
  517. margin-bottom: 10px;
  518. border-bottom: 1px solid #e9e9e9;
  519. cursor: pointer;
  520. }
  521. .img_txt_one_tit i,
  522. .img_txt_li_txt i{
  523. float: right;
  524. height: 22px;
  525. width: 22px;
  526. background-color: #18bc9c;
  527. text-align: center;
  528. color: #fff;
  529. cursor: pointer;
  530. line-height: 22px;
  531. }
  532. .img_txt_one_h3,
  533. .img_txt_li_h3,
  534. .img_txt_one_url,
  535. .img_txt_li_url{
  536. overflow: hidden;
  537. margin: 0 26px 0 0;
  538. padding: 0 0 4px 0;
  539. font-size: 14px;
  540. color: rgba(0,0,0,0.6);
  541. line-height: 22px;
  542. }
  543. .img_txt_one_url,
  544. .img_txt_li_url{
  545. margin: 0 60px 0 0;
  546. }
  547. .img_txt_edit_url,
  548. .img_txt_edit_book,
  549. .img_txt_edit_card_o,
  550. .img_txt_edit_bookmark_o{
  551. margin-left: 6px;
  552. }
  553. .img_txt_li_h3{
  554. margin-bottom: 8px;
  555. height: 44px;
  556. }
  557. .img_txt_one_h3 input,
  558. .img_txt_li_h3 input,
  559. .img_txt_one_url input,
  560. .img_txt_li_url input{
  561. display: block;
  562. margin: 0;
  563. padding: 0;
  564. border: 0;
  565. width: 100%;
  566. height: 22px;
  567. font-size: 14px;
  568. color: rgba(0,0,0,0.6);
  569. outline: none;
  570. }
  571. .img_txt_one_url input,
  572. .img_txt_li_url input{
  573. color: #1581ff;
  574. }
  575. .img_txt_one_img{
  576. overflow: hidden;
  577. cursor: pointer;
  578. }
  579. .img_txt_one_img img{
  580. display: block;
  581. margin: 0;
  582. padding: 0;
  583. border: 0;
  584. width:100%;
  585. }
  586. .img_txt_li{
  587. position: relative;
  588. left: 0;
  589. top: 0;
  590. overflow: hidden;
  591. padding: 10px 20px;
  592. border-bottom: 1px solid #e9e9e9;
  593. }
  594. .img_txt_li_img{
  595. overflow: hidden;
  596. float: right;
  597. height: 78px;
  598. width: 78px;
  599. }
  600. .img_txt_li_img img{
  601. display: block;
  602. width: 78px;
  603. height: 78px;
  604. }
  605. .img_txt_li_txt{
  606. position: relative;
  607. left: 0;
  608. top: 0;
  609. margin: 0 88px 0 0;
  610. overflow: hidden;
  611. }
  612. .img_txt_li_txt a,
  613. .img_txt_one_tit a{
  614. display: block;
  615. overflow: hidden;
  616. padding: 3px 0;
  617. height: 26px;
  618. font-size: 14px;
  619. color: #1581ff;
  620. line-height: 20px;
  621. white-space: normal;
  622. word-break: break-all;
  623. word-wrap: break-word;
  624. box-sizing: border-box;
  625. }
  626. .img_txt_add_but,
  627. .textarea_txt_add_but{
  628. display: block;
  629. height: 40px;
  630. font-size: 16px;
  631. color: #1581ff;
  632. text-align: center;
  633. line-height: 40px;
  634. }
  635. .img_txt_add_but i,
  636. .textarea_txt_add_but i{
  637. font-size: 16px;
  638. vertical-align: middle;
  639. }
  640. .img_txt_remvoe{
  641. display: none;
  642. position: absolute;
  643. right: 0;
  644. bottom: 0;
  645. height: 36px;
  646. width: 36px;
  647. cursor: pointer;
  648. }
  649. .img_txt_li:hover .img_txt_remvoe{
  650. display: block;
  651. }
  652. .img_txt_remvoe:before {
  653. content: "";
  654. width: 0;
  655. height: 0;
  656. overflow: hidden;
  657. border: 18px solid transparent;
  658. border-bottom-color: #d0021b;
  659. border-right-color: #d0021b;
  660. _border-bottom-style: solid;
  661. _border-right-style: solid;
  662. position: absolute;
  663. left: 0;
  664. top: 0;
  665. }
  666. .img_txt_remvoe:after {
  667. content: "\f1f8";
  668. position: absolute;
  669. right: 2px;
  670. bottom: 2px;
  671. color: #fff;
  672. font-size: 16px;
  673. }
  674. .s_tag_footer span{
  675. margin-right: 20px;
  676. }
  677. a{
  678. opacity: .8;
  679. }
  680. a:hover{
  681. color: #fff;
  682. opacity: 1;
  683. }
  684. .s_tag_fans_num{
  685. display: inline-block;
  686. padding: 0 10px;
  687. height: 24px;
  688. font-size: 12px;
  689. color: #fff;
  690. background-color: #f0a233;
  691. border-radius: 2px;
  692. }
  693. a:active,
  694. a:focus {
  695. outline: none;
  696. text-decoration: none;
  697. color: #fff;
  698. }
  699. .s_tag_fans_show .s_tag_fans_allowed{
  700. display: inline-block;
  701. }
  702. .s_tag_fans_show .s_tag_fans_num{
  703. display: none;
  704. }
  705. .s_tag_fans_allowed{
  706. display: none;
  707. padding: 0 10px;
  708. height: 24px;
  709. font-size: 12px;
  710. color: #fff;
  711. background-color: #ddd;
  712. cursor: not-allowed;
  713. border-radius: 2px;
  714. }
  715. </style>
  716. <script>
  717. var datas = {};
  718. </script>