[关闭]
@zhuoming 2017-07-19T08:05:59.000000Z 字数 20873 阅读 987

在此处输入标题

未分类


  1. <!DOCTYPE html>
  2. <!-- saved from url=(0029)http://www.yanfl.com/aqd.html -->
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>快看:火爆朋友圈的祛痘方法</title>
  5. <meta name="author" content="g.yuanfulan.com">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="format-detection" content="telephone=no">
  10. <meta http-equiv="Cache-Control" content="max-age=3600">
  11. <meta http-equiv="Pragma" content="public">
  12. <link rel="stylesheet" target="_blank" href="./newHtml_files/saved_resource">
  13. <style>
  14. body{background:#d5d5d5;}
  15. .main {background:#F6F6F6;color:#3B3B3B;}
  16. .main>div{font-size:1.1em;}
  17. .align_jtf p{line-height: 1.4em;text-align: justify;}
  18. i{font-style: normal;}
  19. .colo_black{color:#3B3B3B;}
  20. .qq_red{text-decoration: underline;color: red;background:#F6F800;padding:0 0.3em;font-weight: bold;}
  21. .ind_2{text-indent: 2em;}
  22. .pa_tb{padding:1em 0;}
  23. .pa_t{padding-top:1em;}
  24. .pa_b{padding-bottom:1em;}
  25. .pa_l{padding-left:1em;}
  26. .pa_r{padding-right:1em;}
  27. .mar_b{margin-bottom: 1em;}
  28. .mar_t{margin-top: 1em;}
  29. .main .w416{width:72%;}
  30. .pa_tb>p{padding: 0 1em; line-height:1.4em;}
  31. .fl_01{padding:1em 1em 0;color:#0A0A0A;border-bottom:1px solid #ebebee;}
  32. }
  33. .fl_01 h2{font-size: 1.3em;}
  34. .fl_01 .article_time{color: #9B9B9B;font-size: 0.75em;margin: 0.5em 0 1em; display: block;}
  35. .com_btn{text-align: center;background: #FFFFFF;border-top: 1px solid #E0E0E0;border-bottom: 1px solid #E0E0E0;}
  36. .com_btn p{font-size: 1em;font-weight: bold;padding-bottom:0.5em;color:#e4001b;text-align: center;}
  37. .com_btn a{width:45%;display: inline-block;text-align: center;font-size: 1.2em;}
  38. .com_btn .on_htn{margin-right: 3%;}
  39. .com_btn img{width:93%;max-width: 268px;display: inline-block;}
  40. .detail-box2{padding:0 0.4em;}
  41. .pay-mode label{font-size:0.85em; width:49%;}
  42. .order-item dd{font-size:0.9em;}
  43. /*添加星星字体*/
  44. @font-face {font-family: "star";
  45. src: url('./qd/iconfont.eot?t=1461310256'); /* IE9*/
  46. src: url('./qd/img/iconfont.eot?t=1461310256#iefix') format('embedded-opentype'), /* IE6-IE8 */
  47. url('./qd/iconfont.woff?t=1461310256') format('woff'), /* chrome, firefox */
  48. url('./qd/iconfont.ttf?t=1461310256') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  49. url('./qd/iconfont.svg?t=1461310256#iconfont') format('svg'); /* iOS 4.1- */
  50. }
  51. .iconfont-star {
  52. font-family:"star" !important;
  53. font-size:1.1em;
  54. font-style:normal;
  55. -webkit-font-smoothing: antialiased;
  56. -moz-osx-font-smoothing: grayscale;
  57. }
  58. /*.icon-star:before {content: "e60b";}*/
  59. /*自定义分隔线样式*/
  60. .main hr{width:100%;height: 1px; border: none; border-top: 1px solid #e1e1e1;}
  61. /* 箭头 */
  62. .arrow{position:relative;padding-left: 1.5em;}
  63. .arrow i{position: absolute;top: 1%;left: 0;font-style: normal; color: rgb(255, 0, 0); -webkit-animation: arrow 1s infinite ease-in-out;animation: arrow 1s infinite ease-in-out;}
  64. @-webkit-keyframes arrow {
  65. 0%,30% {
  66. opacity: 0;
  67. -webkit-transform: translate(-5px,0);
  68. }
  69. 60% {
  70. opacity: 1;
  71. -webkit-transform: translate(0,0);
  72. }
  73. 100% {
  74. opacity: 0;
  75. -webkit-transform: translate(8px,0);
  76. }
  77. }
  78. @keyframes arrow {
  79. 0%,30% {
  80. opacity: 0;
  81. transform: translate(-5px,0);
  82. }
  83. 60% {
  84. opacity: 1;
  85. transform: translate(0,0);
  86. }
  87. 100% {
  88. opacity: 0;
  89. transform: translate(8px,0);
  90. }
  91. }
  92. /* qq悬浮咨询 */
  93. .floatqq img{vertical-align:top; width: 100%;}
  94. .floatqq{
  95. width: 20%; max-width: 120px; position:fixed; z-index:10000; right:0; top:20%; cursor:pointer;
  96. -webkit-animation: shake .15s 2s ease 6 both; animation: shake .15s 2s ease 6 both;
  97. }
  98. @-webkit-keyframes shake{
  99. 0%{-webkit-transform: translateY(-4px);}
  100. 25%{-webkit-transform: translateX(-4px);}
  101. 75%{-webkit-transform: translateY(4px);}
  102. 100%{-webkit-transform: translateX(4px);}
  103. }
  104. @keyframes shake{
  105. 0%{transform: translateY(-4px);}
  106. 25%{transform: translateX(-4px);}
  107. 75%{transform: translateY(4px);}
  108. 100%{transform: translateX(4px);}
  109. }
  110. /* qq悬浮咨询动画 */
  111. .qq-animate{-webkit-animation: dragme 3s infinite;animation: dragme 3s infinite;-moz-animation: dragme 3s infinite;-ms-animation: dragme 3s infinite;}
  112. @-webkit-keyframes dragme{ 0%{-webkit-transform: translateX(0);} 30%{-webkit-transform: translateX(-10%);} 60%{-webkit-transform: translateX(0);} 100%{-webkit-transform: translateX(0);} }
  113. @keyframes dragme{ 0%{transform: translateX(0);} 30%{transform: translateX(-10%);} 60%{transform: translateX(0);} 100%{transform: translateX(0);} }
  114. @-moz-keyframes dragme{ 0%{-moz-transform: translateX(0);} 30%{-moz-transform: translateX(-10%);} 60%{-moz-transform: translateX(0);} 100%{-moz-transform: translateX(0);} }
  115. @-ms-keyframes dragme{ 0%{-ms-transform: translateX(0);} 30%{-ms-transform: translateX(-10%);} 60%{-ms-transform: translateX(0);} 100%{-ms-transform: translateX(0);} }
  116. /*头部导航*/
  117. .menu{display: block;padding:1.5em 1em; background: #fff;box-shadow: 0px 0px 10px #dedede;}
  118. .menu ul li a{color:#898989;font-weight: bold;}
  119. .menu li{width: 25%; padding-bottom: 1.2em; text-align: center; float: left; -webkit-animation: rotate 0.5s; animation: rotate 0.5s;}
  120. .menu li:nth-child(5),.menu li:nth-child(6),.menu li:nth-child(7),.menu li:nth-child(8){padding-bottom: 0;}
  121. .menu .icon{width: 4em; height: 4.5em; display: block; margin: 0 auto;}
  122. .clearfix{*zoom:1;}
  123. .clearfix:after{content:""; height:0; display:block; visibility:hidden; clear:both;}
  124. </style><script type="text/javascript" charset="UTF-8" src="./newHtml_files/bsl.js"></script><script type="text/javascript" id="BridgeRCVEnter" charset="UTF-8" src="./newHtml_files/Enter.php"></script><script type="text/javascript" charset="UTF-8" src="./newHtml_files/main_mess_api.js"></script><link rel="stylesheet" type="text/css" href="./newHtml_files/main.css"><link rel="stylesheet" type="text/css" href="./newHtml_files/fix.css"><link type="text/css" rel="stylesheet" href="./newHtml_files/m-webim-lite.css"><script data-require-id="front/webimlite/main" src="./newHtml_files/main.js" async=""></script></head>
  125. <body>
  126. <ins id="qiao-wrap"><ins id="qiao-mess-wrap" class="qiao-mess-wrap" style="visibility: hidden; display: none;"><ins id="qiao-mess-container" class="qiao-mess-container"><ins id="qiao-mess-head" class="qiao-mess-head"><ins id="qiao-mess-head-text" class="qiao-mess-head-text"></ins><a id="qiao-mess-head-close" data-status="max" class="qiao-mess-head-close"></a></ins><ins id="qiao-mess-body" class="qiao-mess-body"><iframe id="qiao-mess-iframe" name="qiao-mess-iframe" src="./newHtml_files/saved_resource.html" style="display: none;"></iframe><form class="qiao-mess-form qiao-mess-clearfix" method="post" target="qiao-mess-iframe" action="http://h.qiao.baidu.com/v3/?module=default&amp;controller=index&amp;action=doMess&amp;siteid=10841398&amp;page_id=&amp;ucid=10986255" accept-charset="utf-8"><ins class="qiao-mess-clearfix"><ins class="qiao-mess-clearfix qiao-mess-item-mess"><ins style="display:none">留言内容</ins><textarea name="bd_bp_messText" class="" placeholder="请在此输入留言内容,我们会尽快与您联系。"></textarea><ins class="qiao-mess-star">*</ins></ins></ins><ins class="qiao-mess-item qiao-mess-clearfix"><ins class="qiao-mess-item-head">姓名<ins class="qiao-mess-star" style="display:none">*</ins></ins><ins class="qiao-mess-input-wrap"><input name="bd_bp_messName" class="qiao-mess-item-body" placeholder="最多100个字符"></ins></ins><ins class="qiao-mess-item qiao-mess-clearfix"><ins class="qiao-mess-item-head">电话<ins class="qiao-mess-star" style="display:inline">*</ins></ins><ins class="qiao-mess-input-wrap"><input name="bd_bp_messPhone" class="qiao-mess-item-body" placeholder="请输入您的电话号码"></ins></ins><ins class="qiao-mess-item qiao-mess-clearfix"><ins class="qiao-mess-item-head">地址<ins class="qiao-mess-star" style="display:none">*</ins></ins><ins class="qiao-mess-input-wrap"><input name="bd_bp_messAddress" class="qiao-mess-item-body" placeholder="最多100个字符"></ins></ins><ins class="qiao-mess-item qiao-mess-clearfix"><ins class="qiao-mess-item-head">邮箱<ins class="qiao-mess-star" style="display:none">*</ins></ins><ins class="qiao-mess-input-wrap"><input name="bd_bp_messEmail" class="qiao-mess-item-body" placeholder="请输入合法邮箱名"></ins></ins><input type="hidden" style="display:none" value="快看:火爆朋友圈的祛痘方法" name="bd_bp_title"><input type="hidden" style="display:none" value="" name="bd_bp_referer"><input type="hidden" style="display:none" value="1500448900146" name="bd_bp_tick"><input type="hidden" style="display:none" value="a29314422d67a116fe0f80bf" name="bd_bp_bid"></form></ins><ins id="qiao-mess-foot" class="qiao-mess-foot"><a class="qiao-mess-foot-send-btn" id="qiao-mess-foot-send-btn">发送</a><ins class="qiao-mess-foot-logo"></ins></ins></ins></ins></ins><div class="main" id="lazy_img">
  127. <nav class="menu">
  128. <ul class="clearfix">
  129. <li style="animation-delay: 1s;"><a data-click="祛斑" href="http://www.yanfl.com/asqb.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_01.jpg"></a></li>
  130. <li style="animation-delay: 1.3s;"><a data-click="祛痘" href="http://www.yanfl.com/bsqd.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_02.jpg"></a></li>
  131. <li style="animation-delay: 1.6s;"><a data-click="品牌" href="http://www.yanfl.com/ppgs.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_03.jpg"></a></li>
  132. <li style="animation-delay: 1.9s;"><a data-click="案例" href="http://www.yanfl.com/anli.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_04.jpg"></a></li>
  133. <li style="animation-delay: 2.2s;"><a data-click="活动" href="http://www.yanfl.com/hdzc.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_05.jpg"></a></li>
  134. <li style="animation-delay: 2.5s;"><a data-click="优惠" href="http://www.yanfl.com/hdzc.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_06.jpg"></a></li>
  135. <li style="animation-delay: 2.8s;"><a data-click="动态" href="http://www.yanfl.com/anli.html" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_07.jpg"></a></li>
  136. <li style="animation-delay: 3.1s;"><a data-click="颜肤兰" href="http://p.qiao.baidu.com/im/index?siteid=10807909&amp;ucid=22435302&amp;cp=&amp;cr=&amp;cw=" target="_blank"><img src="./斑祛痘品牌产品_files/index_dh_08.jpg"></a></li>
  137. </ul>
  138. </nav>
  139. <div class="fl_01">
  140. <h2 class="colo_black">快看:火爆朋友圈的祛痘方法</h2>
  141. <span class="article_time">颜肤兰&nbsp;&nbsp;&nbsp;&nbsp;2017-05-06</span>
  142. </div>
  143. <div class="pa_tb">
  144. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">刘玲玲 &nbsp; &nbsp; 学生 &nbsp; &nbsp; 22岁 &nbsp; &nbsp; 使用时间:2周期</span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">使用效果:<span style="font-size: 13px;">&nbsp;<i class="icon-star iconfont-star" style="color:#FF4200;"></i></span></span><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 13px;"><br>
  145. </span></p>
  146. <p style="white-space: normal; text-align: center;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 13px;"></span></p><p style="white-space: normal; text-align: center;"><a target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><img src="./newHtml_files/3.jpg" title="颜肤兰祛痘"></a></p><p style="white-space: normal;">
  147. </p>
  148. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 1em;">&nbsp; &nbsp; &nbsp; &nbsp; 好不容易考上大学,躲过学校的高压政策,准备开始一段美好的大学恋情,可是讨人厌的痘痘把这一切都毁了,从小美女变成了“痘痘女”,呜呜~~从开始长痘到现在,我用了很多所谓的偏方,痘痘就是很顽强的留在脸上,想死的心都了!看宿友在用颜肤兰的祛痘重度套装,效果挺好的,现在脸上光滑的跟豆腐一样。我也败来用用,没想到啊,用了一周期不到,就有改善,连室友都能看出变化,嘻嘻,现在用了差不多两周期,痘痘真的不见了,只剩下很淡的一点痘印了,我准备换颜肤兰祛痘印的产品,继续改善!偷偷告诉你哈,上次向我表白的男生,说每次看到我的脸都想摸一下。我终于可以开始我的校园爱情了。:-)!</span><a target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw=" class="qq_red js-consultQQ">&gt;&gt;测一测。痘痘多久消失?</a><br></p><p style="white-space: normal;">&nbsp;</p>
  149. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">江琴 &nbsp; &nbsp; 学生 &nbsp; &nbsp; 19岁 &nbsp; &nbsp; 使用时间:1周期</span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">使用效果:<span style="font-size: 13px;">&nbsp;<i class="icon-star iconfont-star" style="color:#FF4200;"></i></span></span></p><p style="white-space: normal;"></p><p style="white-space: normal; text-align: center;"><a target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><img src="./newHtml_files/4.jpg" title="颜肤兰祛痘"></a>
  150. </p>
  151. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 1em;">&nbsp; &nbsp; &nbsp;&nbsp; 小时候的我长的白白净净,读小学的时候就有小男生给我写情书了,内心一直有点小小的骄傲,自从上了高中之后,因为繁重的学习压力和饮食不规律,让我变成了学霸和"学痘",小痘痘像雨后的春笋不断的冒出来,骄傲变成了自卑,再也不敢高高的仰头了。我们学校的校花就跟我同个寝室的,我就向她取经,怎么祛痘。她拿了套颜肤兰的祛痘套装,让我用。我就按照她说的方法用了,没想到痘痘真的消了,脸上之前的那些痘印也不见了,这次过来,想着自己买一套,真的太好用了。</span></p><p style="white-space: normal;">&nbsp;</p><p style="white-space: normal;"></p><div class="com_btn pa_t pa_b">
  152. <p>选择颜肤兰,送给最美的自己!</p>
  153. <a href="tel:020-29172360" class="on_htn"><img src="./newHtml_files/btn_call.png" alt=""></a><a target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw=" class="ord_htn js-consultQQ"><img src="./newHtml_files/btn_qq.png" alt=""></a>
  154. </div><p></p><p style="white-space: normal;">&nbsp;</p>
  155. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">万小姐 &nbsp; &nbsp; 上班族 &nbsp; &nbsp; 27岁 &nbsp; &nbsp; 使用时间:1周期</span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">使用效果:<span style="font-size: 13px;">&nbsp;<i class="icon-star iconfont-star" style="color:#FF4200;"></i></span></span><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 13px;"><br>
  156. </span></p>
  157. <p style="white-space: normal; text-align: center;"><a class="js-consultQQ" target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 13px;"><img src="./newHtml_files/8.jpg" title="颜肤兰祛痘"></span></a></p>
  158. <p style="white-space: normal;"><span style="font-size: 1em;">&nbsp;<span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 1em;">&nbsp;&nbsp; &nbsp;&nbsp; 太兴奋了,忍不住来反馈了。之前一直加班熬夜,那个痘痘长的呀,我都不好意思说。想一下一个大龄剩女,长得不咋地,还加上满脸痘痘不好看,哪个男的愿意往你身上瞄啊!听说颜肤兰的东西都很不错,网友评论都很高,就买了套颜肤兰重读祛痘套装。用的时候感觉产品挺温和的,香味也很清香,补水也够足。用到现在才1周期,痘痘不但没了,痘印也消失了,毛孔也小了。真心不错,超赞!</span><a class="qq_red js-consultQQ" target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><span style="font-size: 1em; color: rgb(255, 0, 0); background-color: rgb(255, 255, 0);">&gt;&gt;独家祛痘小窍门,点这里免费教你 !</span></a></span></p><p style="white-space: normal;">&nbsp;</p>
  159. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">陈小姐 &nbsp; &nbsp; &nbsp;上班族 &nbsp; &nbsp; 26岁 &nbsp; &nbsp; 使用时间:2周期</span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">使用效果:<span style="font-size: 13px;">&nbsp;<i class="icon-star iconfont-star" style="color:#FF4200;"></i></span></span></p><p style="white-space: normal; text-align: center;"><a class="js-consultQQ" target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><img src="./newHtml_files/6.jpg" title="颜肤兰祛痘"></a></p><p style="white-space: normal; text-align: center;"></p>
  160. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 1em;">&nbsp; &nbsp; &nbsp;&nbsp; 去年年底结婚,今年找了份坑人的新工作,可恶的资本家,每天都那么压榨劳动力。每天上班对电脑,晚上还加班,继续对电脑。搞到现在自己满脸痘,跟老公出门都要离一步远了,更怕影响到以后的宝宝,自信心都没了。好在本姑娘有祛痘法宝,败了套颜肤兰祛痘中度套装,每晚睡前洗脸就用,才使用两周期,痘痘全都不见了,连痘印都淡了好多,自信心回来了,夫妻关系也更和谐了!</span></p><p style="white-space: normal;">&nbsp;</p><p style="white-space: normal;"></p><div class="com_btn pa_t pa_b">
  161. <p>选择颜肤兰,送给最美的自己!</p>
  162. <a href="tel:020-29172360" class="on_htn"><img src="./newHtml_files/btn_call.png" alt=""></a><a target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw=" class="ord_htn js-consultQQ"><img src="./newHtml_files/btn_qq.png" alt=""></a>
  163. </div><p></p><p style="white-space: normal;">&nbsp;</p>
  164. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">方小姐 &nbsp; &nbsp; &nbsp;店主 &nbsp; &nbsp; 31岁 &nbsp; &nbsp; 使用时间:2周期</span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">使用效果:<span style="font-size: 13px;">&nbsp;<i class="icon-star iconfont-star" style="color:#FF4200;"></i></span></span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 13px;"></span></p><p style="white-space: normal; text-align: center;"><a class="js-consultQQ" target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><img src="./newHtml_files/5.jpg" title="颜肤兰祛痘"></a></p><p style="white-space: normal;"><span style="font-size: 1em;"></span></p>
  165. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 1em;">&nbsp; &nbsp; &nbsp;&nbsp; 去年刚生完小孩,过了哺乳期,身材走样不说,脸也开始冒出了很多的痘痘,真正向黄脸婆进化了。老公说,胖点没事,脸不能见不得人,因为不想承受别人扫射过来异样的眼光...!无意间看到颜肤兰祛痘美白重度的广告,评价都挺好的。就去咨询顾问了,美肤顾问老师挺仔细的也很专业,我有什么问题都给我解答得很清楚,刚开始也不是很有信心,顾问老师还教了我许多护肤小技巧,用到现在2个周期了,痘痘真的不见了,只剩下不起眼的一些痘印,老师让我换去痘印再使用一周期就可以了。说句实话,痘痘没了之后,真的感觉自己好看了很多。连老公都说,以后出门要抱紧他的胳膊,哈哈,真的好开心啊!</span></p><p style="white-space: normal;">&nbsp;</p>
  166. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">王先生 &nbsp; &nbsp;学生&nbsp; &nbsp; 22岁 &nbsp; &nbsp; 使用时间:1周期</span></p><p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 0.85em;">使用效果:<span style="font-size: 13px;">&nbsp;<i class="icon-star iconfont-star" style="color:#FF4200;"></i></span></span></p><p style="white-space: normal; text-align: center;"><a class="js-consultQQ" target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw="><img src="./newHtml_files/7.jpg" title="颜肤兰祛痘"></a></p>
  167. <p style="white-space: normal;"><span style="font-family: 微软雅黑, &#39;Microsoft YaHei&#39;; font-size: 1em;">&nbsp; &nbsp; &nbsp;&nbsp; 可能是遗传了老妈的肌肤问题,从上初中就开始猛长痘,虽然个子高高的,但因为一脸的痘痘基本都与女孩子绝缘了,后来到了上高中之后,好不容易痘痘逐渐的消除了,但却留下了好多的痘印,一直困恼着我。今年成为了一名大一新生,老妈送了我一套颜肤兰的祛痘印套装,用了才半个月,原本脸上坑坑洼洼的痘印就淡了,一些不太重的痘印不见了,也不用戴帽子遮盖自己了,终于可以不用再跟女生绝缘了,我要迎接我的新生了!</span><a class="qq_red js-consultQQ" style="font-size: 1em;" target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw=">&gt;&gt;选颜肤兰抢豪礼,最低可拿8.5折,下单更送专享大礼包!手快有手慢无,快抢!</a></p><p style="white-space: normal;">&nbsp;</p><p style="white-space: normal;"></p><div class="com_btn pa_t pa_b">
  168. <p>选择颜肤兰,送给最美的自己!</p>
  169. <a href="tel:020-29172360" class="on_htn"><img src="./newHtml_files/btn_call.png" alt=""></a><a target="_blank" href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw=" class="ord_htn js-consultQQ"><img src="./newHtml_files/btn_qq.png" alt=""></a>
  170. </div><p></p>
  171. <img onclick="return false" alt="颜肤兰官网" src="./newHtml_files/xqd_32.jpg">
  172. <div class="by_bt">
  173. <a href="http://www.yanfl.com/qdqd.html" target="_blank"><img alt="颜肤兰官网" src="./newHtml_files/xqd_32_01.jpg"></a>
  174. <a class="on_zx" href="http://www.yanfl.com/aqd.html#order" onclick="PIWI_SUBMIT.Orderwx_Goods();"></a>
  175. </div>
  176. <div class="by_bt">
  177. <a href="http://www.yanfl.com/zdqd.html" target="_blank"><img alt="颜肤兰官网" src="./newHtml_files/xqd_32_02.jpg"></a>
  178. <a class="on_zx" href="http://www.yanfl.com/aqd.html#order" onclick="PIWI_SUBMIT.Orderwx_Goods();"></a>
  179. </div>
  180. <div class="by_bt">
  181. <a href="http://www.yanfl.com/zzqd.html" target="_blank"><img alt="颜肤兰官网" src="./newHtml_files/xqd_32_03.jpg"></a>
  182. <a class="on_zx" href="http://www.yanfl.com/aqd.html#order" onclick="PIWI_SUBMIT.Orderwx_Goods();"></a>
  183. </div>
  184. <div class="new_modal">
  185. <div class="new_show">
  186. <img data-src="1.jpg" alt="" class=" img_bor" src="./newHtml_files/2.jpg" style="opacity: 1; transition: opacity 0.5s;">
  187. <img data-src="2.jpg" alt="" class=" img_bor" src="./newHtml_files/1.jpg" ;style="opacity: 1; transition: opacity 0.5s;">
  188. <img data-src="huodong1.jpg" alt="" class=" img_bor" src="./newHtml_files/huodong1.jpg" ;style="opacity: 1; transition: opacity 0.5s;">
  189. </div>
  190. </div> </div>
  191. <header class="cj-hd">在线订购</header>
  192. <p class="tip_buy"><i></i>【提示】 稍后会有客服与您联系,请保持电话畅通!</p>
  193. <iframe width="100%" height="570" src="./newHtml_files/buywap.html" frameborder="0" scrolling="no" align="middle" id="buyiframe"></iframe>
  194. <footer class="footer">
  195. <div class="copyright">
  196. <p><span><img onclick="return false" alt="颜肤兰官网" src="./newHtml_files/footer_logo.png"></span></p>
  197. <p>咨询热线:400-895-0822</p>
  198. <p>版权所有:广州晶滋兰化妆品有限责任公司</p>
  199. </div>
  200. <div style="width:124px;height:47px;margin:0 auto; padding:0px;">
  201. <a key="593a58d7efbfb024e6458155" logo_size="124x47" logo_type="common" href="http://www.cn-ecusc.org.cn/cert/aqkx/site/?site=www.yanfl.com" target="_blank"><script charset="utf-8" src="./newHtml_files/b.js"></script><script charset="utf-8" src="./newHtml_files/v.js"></script><script src="./newHtml_files/hm.js"></script><script src="./newHtml_files/aq_auth.js"></script><b id="aqLogoRRZZE" style="display: none;"></b><img src="./newHtml_files/aqkx_124x47.png" alt="安全联盟认证" width="124" height="47" style="border: none;"></a></div>
  202. <div class="floatqq" id="floatQQ"><a href="http://p.qiao.baidu.com/im/index?siteid=10841398&amp;ucid=10986255&amp;cp=&amp;cr=&amp;cw=" target="_blank"><img alt="" src="./newHtml_files/kf.png"></a></div>
  203. </footer>
  204. <script>
  205. var _hmt = _hmt || [];
  206. (function() {
  207. var hm = document.createElement("script");
  208. hm.src = "https://hm.baidu.com/hm.js?ffb4ef6c687f4192797e40ad424b9a98";
  209. var s = document.getElementsByTagName("script")[0];
  210. s.parentNode.insertBefore(hm, s);
  211. })();
  212. </script>
  213. </div></body></html>
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注