diff --git a/src/main/webapp/templets/1/default/index.htm b/src/main/webapp/templets/1/default/index.htm index 21d38acd..b4eb6e1a 100644 --- a/src/main/webapp/templets/1/default/index.htm +++ b/src/main/webapp/templets/1/default/index.htm @@ -190,7 +190,7 @@
公司动态
- MORE>> + MORE>>
diff --git a/src/main/webapp/templets/1/default/m/about.htm b/src/main/webapp/templets/1/default/m/about.htm deleted file mode 100644 index dd0cbce2..00000000 --- a/src/main/webapp/templets/1/default/m/about.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - <#include "/m/head-file.htm"/> - - <#include "/m/head.htm"/> -
- -
-
-
- -
-
{ms:field.content/}
-
-
-
- <#include "/m/footer.htm"/> - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/advice.htm b/src/main/webapp/templets/1/default/m/advice.htm deleted file mode 100644 index 7bf09445..00000000 --- a/src/main/webapp/templets/1/default/m/advice.htm +++ /dev/null @@ -1,66 +0,0 @@ - - - <#include "/m/head-file.htm"/> - - <#include "/m/head.htm"/> -
- -
-
-
-

- -

-

- -

-
- -
- -
-
- <#include "/m/footer.htm"/> - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/case-list.htm b/src/main/webapp/templets/1/default/m/case-list.htm deleted file mode 100644 index d3f4fae1..00000000 --- a/src/main/webapp/templets/1/default/m/case-list.htm +++ /dev/null @@ -1,41 +0,0 @@ - - - <#include "/m/head-file.htm"/> - - <#include "/m/head.htm"/> -
- -
-
- -
- <#include "/m/footer.htm"/> - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/contact.htm b/src/main/webapp/templets/1/default/m/contact.htm deleted file mode 100644 index 659ffc04..00000000 --- a/src/main/webapp/templets/1/default/m/contact.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - <#include "/m/head-file.htm"/> - - <#include "/m/head.htm"/> -
- -
-
-
- -
-
{ms:field.content/}
-
-
-
- <#include "/m/footer.htm"/> - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/css/jquery.sinaemotion.css b/src/main/webapp/templets/1/default/m/css/jquery.sinaemotion.css deleted file mode 100644 index 1551f5aa..00000000 --- a/src/main/webapp/templets/1/default/m/css/jquery.sinaemotion.css +++ /dev/null @@ -1,80 +0,0 @@ -#emotions{ - left:0; - width: 395px; - max-width: 98%; - font-size:12px; - background:#fff; - position:absolute; - border: 1px solid #E8E8E8; -} -#emotions a{ - color: #9ABBC8; - padding:2px 7px; - text-decoration:none; -} -#emotions img{ - border:0; -} -#emotions div{ - margin:5px 10px; - padding:1px; - overflow: hidden; -} -#emotions #prev, -#emotions #next -{ - margin-left:3px; - background:#eee; -} -#emotions .categorys{ - color:#ccc; - height:23px; - color: #9ABBC8; - overflow:hidden; -} -#emotions .categorys a{ - display: inline-block; -} -#emotions .categorys a:hover{ - text-decoration:underline; -} -#emotions .categorys a.current{ - cursor: default; - background: #F0F0F0; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -#emotions .container{ - padding:1px; - overflow: hidden; -} -#emotions .container a{ - float:left; - width:26px; - height:22px; - text-align:center; - box-sizing: content-box; - padding: 4px 2px; - margin: -1px 0 0 -1px; - border: 1px solid #e8e8e8; -} -#emotions .container a:hover{ - z-index:2; - position:relative; - border:1px solid #0095cd; -} -#emotions .page{ - text-align:right; -} -#emotions .page a.current{ - color: #666; - background-color:#fff; -} -#emotions .page a{ - margin-left:3px; - color: #0078B6; - background-color:#f3f3f3; -} -#emotions .page a:hover{ - background-color:#e7e7e7; -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/css/style.css b/src/main/webapp/templets/1/default/m/css/style.css deleted file mode 100644 index b50da2f4..00000000 --- a/src/main/webapp/templets/1/default/m/css/style.css +++ /dev/null @@ -1,83 +0,0 @@ - body{/*background-color: #262626*/} - *{ - padding: 0; - margin: 0; - } - .container{ - max-width: 800px; - margin: 0 auto; - } - .slide{ - width: 100%; - min-height: 180px; - overflow: hidden; - position: relative; - height: 300px; - - } - .slide .img{ - overflow: hidden; - position: absolute; - transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s; - } - .slide .img img{ - width: calc(100% - 14px); - height: calc(100% - 14px); - margin: 7px; - } - .slide .img1{ - width: 40%; - /*height: 40%;*/ - top: 35%; - left: -50%; - z-index: 1; - } - .slide .img2{ - width: 60%; - /*height: 60%;*/ - top: 25%; - left: -20%; - z-index: 2; - } - .slide .img3{ - width: 80%; - /*height: 80%;*/ - top: 15%; - left: 10%; - z-index: 3; - } - .slide .img4{ - width: 60%; - /*height: 60%;*/ - top: 25%; - left: 60%; - z-index: 2; - } - .slide .img5{ - width: 40%; - /*height: 40%;*/ - top: 35%; - left: 110%; - z-index: 1; - } - .slide-bt{ - position: absolute; - left: 50%; - bottom: 13%; - z-index: 10; - } - .slide-bt span{ - width: 24px; - height: 8px; - background: #c9caca; - float: left; - margin: 5px; - border-radius: 4px; - } - .slide .slide-bt .on{ - background: #ffd200; - } -/* button{ - width: 50px; - margin: 20px; - } */ \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/footer.htm b/src/main/webapp/templets/1/default/m/footer.htm deleted file mode 100644 index b9abc233..00000000 --- a/src/main/webapp/templets/1/default/m/footer.htm +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/head-file.htm b/src/main/webapp/templets/1/default/m/head-file.htm deleted file mode 100644 index 5d8c9197..00000000 --- a/src/main/webapp/templets/1/default/m/head-file.htm +++ /dev/null @@ -1,32 +0,0 @@ - - {ms:global.name/} - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/head.htm b/src/main/webapp/templets/1/default/m/head.htm deleted file mode 100644 index cb03b91f..00000000 --- a/src/main/webapp/templets/1/default/m/head.htm +++ /dev/null @@ -1,72 +0,0 @@ -
-
- -

- - - -

- -
-
\ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/images/01.png b/src/main/webapp/templets/1/default/m/images/01.png deleted file mode 100644 index 8eabe4d3..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/01.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/02.png b/src/main/webapp/templets/1/default/m/images/02.png deleted file mode 100644 index 8fb72569..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/02.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/03.png b/src/main/webapp/templets/1/default/m/images/03.png deleted file mode 100644 index 19f883f4..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/03.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/04.png b/src/main/webapp/templets/1/default/m/images/04.png deleted file mode 100644 index 5aa54de5..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/04.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/05.png b/src/main/webapp/templets/1/default/m/images/05.png deleted file mode 100644 index 3afb4068..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/05.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/about.png b/src/main/webapp/templets/1/default/m/images/about.png deleted file mode 100644 index 29c92a22..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/about.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/case.png b/src/main/webapp/templets/1/default/m/images/case.png deleted file mode 100644 index 9adec2e0..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/case.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/hu1.png b/src/main/webapp/templets/1/default/m/images/hu1.png deleted file mode 100644 index d853293a..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/hu1.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/level-0.png b/src/main/webapp/templets/1/default/m/images/level-0.png deleted file mode 100644 index 71616f8b..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/level-0.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/level-1.png b/src/main/webapp/templets/1/default/m/images/level-1.png deleted file mode 100644 index f1e10716..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/level-1.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/level-2.png b/src/main/webapp/templets/1/default/m/images/level-2.png deleted file mode 100644 index 5abb13a3..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/level-2.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/level-3.png b/src/main/webapp/templets/1/default/m/images/level-3.png deleted file mode 100644 index 8ece9073..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/level-3.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/level-4.png b/src/main/webapp/templets/1/default/m/images/level-4.png deleted file mode 100644 index 4d98de93..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/level-4.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/level-5.png b/src/main/webapp/templets/1/default/m/images/level-5.png deleted file mode 100644 index 48042443..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/level-5.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/loading.gif b/src/main/webapp/templets/1/default/m/images/loading.gif deleted file mode 100644 index ae7f794f..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/loading.gif and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/message.png b/src/main/webapp/templets/1/default/m/images/message.png deleted file mode 100644 index b9f34d96..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/message.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/mo.png b/src/main/webapp/templets/1/default/m/images/mo.png deleted file mode 100644 index 1b5871e0..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/mo.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/mobile.png b/src/main/webapp/templets/1/default/m/images/mobile.png deleted file mode 100644 index 4a2d5ca2..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/mobile.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/ms.ico b/src/main/webapp/templets/1/default/m/images/ms.ico deleted file mode 100644 index e0c44458..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/ms.ico and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/no-data.png b/src/main/webapp/templets/1/default/m/images/no-data.png deleted file mode 100644 index 289f5ebc..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/no-data.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/pics.png b/src/main/webapp/templets/1/default/m/images/pics.png deleted file mode 100644 index a6371d2c..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/pics.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/timg.jpg b/src/main/webapp/templets/1/default/m/images/timg.jpg deleted file mode 100644 index 4e178691..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/timg.jpg and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/images/搜索.png b/src/main/webapp/templets/1/default/m/images/搜索.png deleted file mode 100644 index 021e0d6c..00000000 Binary files a/src/main/webapp/templets/1/default/m/images/搜索.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/index.htm b/src/main/webapp/templets/1/default/m/index.htm deleted file mode 100644 index 9a46f621..00000000 --- a/src/main/webapp/templets/1/default/m/index.htm +++ /dev/null @@ -1,205 +0,0 @@ - - - <#include "/m/head-file.htm"> - - - - <#include "/m/head.htm"> -
-
-
-
    - -
-
-
-
-
- -
-
-
- - -
-
- -
-
-
-
-
-
-
-
- - -
- -
-
-
-
-
-
-

产品方向

-
- - - -
-
- - - -
-
- - - -
-
-
-
-
-
- -
-
    - {ms:arclist typeid=59 size=6} -
  • - [field.title/] - [field.date?string("yyyy-mm-dd")/] -
  • - {/ms:arclist} -
-
-
-
-
-
- <#include "/m/footer.htm"> - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/js/jiaoben.js b/src/main/webapp/templets/1/default/m/js/jiaoben.js deleted file mode 100644 index 1f38a436..00000000 --- a/src/main/webapp/templets/1/default/m/js/jiaoben.js +++ /dev/null @@ -1,169 +0,0 @@ -var autoLb = false; //autoLb=true为开启自动轮播 -var autoLbtime = 1; //autoLbtime为轮播间隔时间(单位秒) -var touch = true; //touch=true为开启触摸滑动 -var slideBt = true; //slideBt=true为开启滚动按钮 -var slideNub; //轮播图片数量 - -//窗口大小改变时改变轮播图宽高 -/*$(window).resize(function(){ -$(".slide").height($(".slide").width()*0.56); -});*/ - - -$(function(){ -/*$(".slide").height($(".slide").width()*0.56);*/ -slideNub = $(".slide .img").size(); //获取轮播图片数量 -for(i=0;i3&&slideNub<6){ - for(i=0;i=6){ - for(i=0;i"); - } - $(".slide-bt").width(slideNub*34); - $(".slide-bt").css("margin-left","-"+slideNub*17+"px"); -} - -//自动轮播 -if(autoLb){ - setInterval(function(){ - right(); -}, autoLbtime*500); -} - - -if(touch){ - k_touch(); -} -slideLi(); -imgClickFy(); -}) - -//右滑动 -function right(){ -var fy = new Array(); -for(i=0;i0){ - for(i=0;i 100){ - right(); - _end=0; - } -} -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/js/jquery.sinaEmotion.js b/src/main/webapp/templets/1/default/m/js/jquery.sinaEmotion.js deleted file mode 100644 index 4ca81963..00000000 --- a/src/main/webapp/templets/1/default/m/js/jquery.sinaEmotion.js +++ /dev/null @@ -1,152 +0,0 @@ -/** - * @author 夏の寒风 - * @time 2012-12-14 - */ - -//自定义hashtable -function Hashtable() { - this._hash = new Object(); - this.put = function(key, value) { - if (typeof (key) != "undefined") { - if (this.containsKey(key) == false) { - this._hash[key] = typeof (value) == "undefined" ? null : value; - return true; - } else { - return false; - } - } else { - return false; - } - } - this.remove = function(key) { delete this._hash[key]; } - this.size = function() { var i = 0; for (var k in this._hash) { i++; } return i; } - this.get = function(key) { return this._hash[key]; } - this.containsKey = function(key) { return typeof (this._hash[key]) != "undefined"; } - this.clear = function() { for (var k in this._hash) { delete this._hash[k]; } } -} - -var emotions = new Array(); -var categorys = new Array();// 分组 -var uSinaEmotionsHt = new Hashtable(); - -// 初始化缓存,页面仅仅加载一次就可以了 - -//替换 -function AnalyticEmotion(s) { - if(typeof (s) != "undefined" && s != null) { - var sArr = s.match(/\[.*?\]/g); - if(!sArr){return s} - for(var i = 0; i < sArr.length; i++){ - if(uSinaEmotionsHt.containsKey(sArr[i])) { - var reStr = ""; - s = s.replace(sArr[i], reStr); - } - } - } - return s; -} - -(function($){ - $.fn.SinaEmotion = function(target){ - var cat_current; - var cat_page; - $(this).click(function(event){ - event.stopPropagation(); - - var eTop = target.offset().top + target.height() + 15; - var eLeft = target.offset().left - 1; - - if($('#emotions .categorys')[0]){ - $('#emotions').css({top: eTop, left: eLeft}); - $('#emotions').toggle(); - return; - } - $('body').append('
'); - $('#emotions').css({top: eTop, left: eLeft}); - $('#emotions').html('
正在加载,请稍候...
'); - $('#emotions').click(function(event){ - event.stopPropagation(); - }); - - $('#emotions').html('
'); - $('#emotions #prev').click(function(){ - showCategorys(cat_page - 1); - }); - $('#emotions #next').click(function(){ - showCategorys(cat_page + 1); - }); - showCategorys(); - showEmotions(); - - }); - $('body').click(function(){ - $('#emotions').remove(); - }); - $.fn.insertText = function(text){ - this.each(function() { - if(this.tagName !== 'INPUT' && this.tagName !== 'TEXTAREA') {return;} - if (document.selection) { - this.focus(); - var cr = document.selection.createRange(); - cr.text = text; - cr.collapse(); - cr.select(); - }else if (this.selectionStart || this.selectionStart == '0') { - var - start = this.selectionStart, - end = this.selectionEnd; - this.value = this.value.substring(0, start)+ text+ this.value.substring(end, this.value.length); - this.selectionStart = this.selectionEnd = start+text.length; - }else { - this.value += text; - } - }); - return this; - } - function showCategorys(){ - var page = arguments[0]?arguments[0]:0; - if(page < 0 || page >= categorys.length / 5){ - return; - } - $('#emotions .categorys').html(''); - cat_page = page; - for(var i = page * 5; i < (page + 1) * 5 && i < categorys.length; ++i){ - $('#emotions .categorys').append($('' + categorys[i] + '')); - } - $('#emotions .categorys a').click(function(){ - showEmotions($(this).text()); - }); - $('#emotions .categorys a').each(function(){ - if($(this).text() == cat_current){ - $(this).addClass('current'); - } - }); - } - function showEmotions(){ - var category = arguments[0]?arguments[0]:'默认'; - var page = arguments[1]?arguments[1] - 1:0; - $('#emotions .container').html(''); - $('#emotions .page').html(''); - cat_current = category; - for(var i = page * 72; i < (page + 1) * 72 && i < emotions[category].length; ++i){ - $('#emotions .container').append($('' + emotions[category][i].name + '')); - } - $('#emotions .container a').click(function(){ - target.insertText($(this).attr('title')); - $('#emotions').remove(); - }); - for(var i = 1; i < emotions[category].length / 72 + 1; ++i){ - $('#emotions .page').append($('' + i + '')); - } - $('#emotions .page a').click(function(){ - showEmotions(category, $(this).text()); - }); - $('#emotions .categorys a.current').removeClass('current'); - $('#emotions .categorys a').each(function(){ - if($(this).text() == category){ - $(this).addClass('current'); - } - }); - } - } -})(jQuery); diff --git a/src/main/webapp/templets/1/default/m/less/about.less b/src/main/webapp/templets/1/default/m/less/about.less deleted file mode 100644 index 5b7a599e..00000000 --- a/src/main/webapp/templets/1/default/m/less/about.less +++ /dev/null @@ -1,37 +0,0 @@ -.ms-about-content{ - .ms-about-content-div{ - margin: 10px; - ul{ - line-height: 40px; - background-color: #eee; - width: 100%; - padding: 0; - margin: 0; - list-style: none; - text-align: center; - display: flex; - li{ - -webkit-box-flex: 1; - -webkit-flex: 1; - -ms-flex: 1; - flex: 1; - a{ - display: block; - word-wrap: normal; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - line-height: 42px; - } - } - } - .ms-about-content-main{ - color:#555; - border: none; - margin-top: 2rem; - } - .ms-about-content-li{ - font-size: 1rem; - } - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/less/advice.less b/src/main/webapp/templets/1/default/m/less/advice.less deleted file mode 100644 index 299d1553..00000000 --- a/src/main/webapp/templets/1/default/m/less/advice.less +++ /dev/null @@ -1,41 +0,0 @@ -.ms-message-content { - form { - width: 95%; - margin: auto; - padding-top: 2rem; - padding-bottom: 5rem; - button { - width: 100%; - border-radius: 5px; - background-color: #fafafa; - color: #ddd; - border-color: #fafafa; - pointer-events: none; - transition: all .6s; - outline: none; - } - input { - border: 1px solid #eeeeee; - outline: none; - transition: all .6s; - &:focus { - border-color: rgb(0, 154, 255); - } - } - textarea { - border: 1px solid #eeeeee; - outline: none; - transition: all .6s; - &:focus { - border-color: rgb(0, 154, 255); - } - width: 100%; - border-radius: 5px; - height: 10rem; - } - textarea::-webkit-input-placeholder, - input::-webkit-input-placeholder { - color: #999; - } - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/less/base.less b/src/main/webapp/templets/1/default/m/less/base.less deleted file mode 100644 index cc6c34c7..00000000 --- a/src/main/webapp/templets/1/default/m/less/base.less +++ /dev/null @@ -1,30 +0,0 @@ -.ms-head { - .ms-header-title { - img { - margin-top: 7px; - height: 35px; - } - } - .ms-head-background { - background-color: #ffffff; - .ms-head-menu { - color: #999; - } - .am-header-nav { - .iconfont { - color: #999; - } - } - } -} - -.ms-footer { - footer { - background-color: #2a3542; - .ms-footer-div-a, - .ms-footer-copyright { - color: #999; - font-size: 1rem; - } - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/less/case-list.less b/src/main/webapp/templets/1/default/m/less/case-list.less deleted file mode 100644 index 5dc5b3bf..00000000 --- a/src/main/webapp/templets/1/default/m/less/case-list.less +++ /dev/null @@ -1,22 +0,0 @@ -.ms-case-list{ - margin-bottom: 2rem; - margin-top: 1rem; - ul{ - li{ - .ms-case-list-img{ - border:none; - width: 100%; - height: 100%; - } - } - } -} -.ms-case-div,.ms-case-div-li{ - /*width: 192px;*/ - height: 193px; -} -.ms-case-div-li{ - img{ - height:100%; - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/less/index.less b/src/main/webapp/templets/1/default/m/less/index.less deleted file mode 100644 index ae4b51ad..00000000 --- a/src/main/webapp/templets/1/default/m/less/index.less +++ /dev/null @@ -1,212 +0,0 @@ - .ms-content-template { - .ms-index-tabs { - #ms-plug{ - margin-left: 2rem; - } - text-align: center; - border: none; - margin: 20px 0 3px 0; - padding: 0; - li { - float: none; - display: inline-block; - font-size: 2rem; - a { - border: none !important; - color: #777 !important; - background-color: white; - padding: 6px 0px; - font-size: 1.6rem; - } - } - .active { - a { - color: #333 !important; - border-bottom: 2px solid #00b0ff !important; - } - } - } - .ms-content-all { - width: 100%; - background: #fafafa; - .tab-content { - background: #fafafa; - width: 100%; - margin: auto; - overflow: hidden; - padding-bottom: 12px; - .ms-model-content { - padding: 0 12px; - display: flex; - flex-wrap: wrap; - justify-content: space-between; - .ms-model-list { - overflow: hidden; - .ms-model-more { - width: 385px; - height: 40px; - background-color: #fafafa; - line-height: 40px; - text-align: center; - div { - border: 1px solid #aaa; - color: #999; - padding: 6px 18px; - display: inline-block; - line-height: 1; - border-radius: 30px; - font-size: 1.4rem; - cursor: pointer; - &:hover { - background: #aaa; - color: white; - } - } - } - display: inline-block; - position: relative; - margin: 12px 0 0 0; - .ms-model-info { - padding: 6px; - background: white; - span { - font-size: 14px; - display: block; - margin-bottom: 12px; - color: #666; - width: calc(~"49vw - 36px"); - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - .ms-model-info-img { - width: 30px; - height: 30px; - border-radius: 50%; - margin-right: 0px; - } - .ms-model-type { - color: #fb803c; - display: inline-block; - float: right; - font-size: 1.8rem; - } - } - .ms-model-img { - overflow: hidden; - position: relative; - height: 110px; - z-index: 2; - display: inline-block; - width: calc(~"49vw - 15px"); - img { - width: 100%; - position: relative; - } - } - .ms-model-mobile-img { - position: absolute; - overflow: hidden; - z-index: 3; - right: 0; - top: 0; - height: 155px; - background-size: 100px 170px; - right: -22px; - div { - width: 120px; - height: 108px; - padding: 0px 34px 0px 16px; - margin-top: 27px; - overflow: hidden; - position: relative; - img { - width: 100%; - position: relative; - min-height: 100%; - } - } - } - } - } - } - } - } - - .ms-case { - .ms-case-div{ - margin-bottom: 2.2rem; - margin-left: 10px; - margin-right: 10px; - margin-top: 10px; - } - .ms-case-title { - border-bottom: 1px solid #ddd; - .ms-case-title-h2 { - color: #000; - } - .ms-case-more { - color: #999; - } - } - .ms-case-list-div { - margin-top: 1rem; - ul { - padding: 0; - li { - .ms-case-list-img { - border: none; - height:100%; - } - } - } - } - } - - .ms-product { - .ms-product-container{ - padding-right: 0; - padding-left: 0; - margin-right: 0; - margin-left: 0; - } - background-color: #fafafa; - .container { - .slide { - /*height: 27rem;*/ - h2 { - font-size: 1.6rem; - margin-top: 1rem; - height: 2rem; - text-align: center; - line-height: 2rem; - } - } - } - } - - .ms-news { - .ms-news-title { - border-bottom: 1px solid #fafafa; - .ms-news-title-h2 { - color: #000; - } - .ms-news-more { - color: #999; - } - } - .ms-product-news-list { - .ms-product-news-list{ - /*border: none;*/ - } - ul { - li { - border: none; - a { - font-size: 1.5rem; - color: #555; - } - } - } - } - } \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/less/news-list.less b/src/main/webapp/templets/1/default/m/less/news-list.less deleted file mode 100644 index 1f9b7338..00000000 --- a/src/main/webapp/templets/1/default/m/less/news-list.less +++ /dev/null @@ -1,23 +0,0 @@ - -.ms-news-list{ - ul{ - li{ - a{ - color: #000; - font-size: 1.5rem; - } - } - } - .ms-news-list-page{ - margin-left: 0px; - margin-right: 0px; - text-align: center; - li{ - a{ - padding: 0.5em 0.5em; - color: #999; - font-size: 0.6rem; - } - } - } -} diff --git a/src/main/webapp/templets/1/default/m/less/news-show.less b/src/main/webapp/templets/1/default/m/less/news-show.less deleted file mode 100644 index 00ed6753..00000000 --- a/src/main/webapp/templets/1/default/m/less/news-show.less +++ /dev/null @@ -1,204 +0,0 @@ -.ms-news-show{ - input::-webkit-input-placeholder { - color:#999; - } - color:#555; - .ms-news-show-title{ - - } - .ms-news-show-content{ - padding: 0 1rem; - margin-top: 0.5rem; - } - .ms-news-show-main{ - margin: 0 1rem; - border-bottom: 1px solid #ddd; - padding-bottom: 0.5rem; - padding-top: 1rem; - .ms-news-show-title{ - font-size: 1.9rem; - color: #444; - } - p{ - display: none; - } - .ms-news-show-icon{ - .ms-news-show-icon-title{ - display: block; - float: left; - } - .ms-news-show-icon-con{ - display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - width: 6rem; - float: left; - } - overflow: hidden; - font-size: 1.3rem; - color: #999; - div{ - float: left; - span{ - margin: 0 0.5rem; - } - } - .ms-news-show-icon-clicks,.ms-news-show-icon-Fabulous{ - background-image: url(../images/pics.png); - width: 22px; - height: 15px; - margin-top: 0.4rem; - - } - .ms-news-show-icon-clicks{ - background-position: -11px 84px; - } - .ms-news-show-icon-Fabulous{ - background-position: -120px 85px; - } - } - } - .ms-news-show-comment{ - padding-top: 2rem; - padding-bottom: 1rem; - border-bottom: 1px solid #ddd; - .ms-news-show-comment-top{ - margin-bottom: 1rem; - .ms-news-show-comment-top-icon{ - transition: all .6s; - background-image: url(../images/pics.png); - width: 4rem; - height: 4rem; - background-position: -49px 49px; - background-color: #bababa; - border-radius: 50%; - margin: 0 auto; - cursor: pointer; - } - .ms-is-attention { - background-color: #009bff; - } - } - .ms-news-show-comment-bottom{ - border-top: 1px solid #ddd; - padding-top: 1rem; - margin: 0 0.5rem; - .ms-news-show-comment-input{ - /*margin-bottom: 1rem;*/ - border-bottom: 1px solid #ddd; - padding-bottom: 2rem; - textarea{ - height: 3.3rem; - padding: 0.7rem; - background-color: #fafafa; - border: 1px solid #eee; - border-radius: 3px; - width: 100%; - outline:none; - } - textarea::-webkit-input-placeholder{ - color:#ccc; - font-size: 1.4rem; - } - .ms-news-show-comment-button{ - overflow: hidden; - margin-top: 0.5rem; - .ms-news-show-comment-expression{ - background-image: url(../images/pics.png); - background-position: -2px 37px; - width: 3rem; - height: 2rem; - float: left; - cursor: pointer; - } - .ms-news-show-comment-submit{ - width: 5rem; - background-color: #fafafa; - font-size: 1.4rem; - height: 2.5rem; - border-radius: 4px; - color: #ccc; - line-height: 2.5rem; - text-align: center; - float: right; - cursor: no-drop; - } - .ms-submit-comments-css { - opacity: .9 !important; - cursor: pointer; - background-color: #009aff !important; - color: #ffffff; - &:hover { - opacity: 1 !important; - } - } - } - } - .ms-news-show-comment-whole{ - text-align: center; - margin: 1rem 0; - } - .ms-news-show-comment-list{ - .ms-news-show-comment-list-div{ - overflow: hidden; - border-bottom: 1px solid #ddd; - padding: 1rem 0; - .ms-news-show-comment-list-left{ - overflow: hidden; - float: left; - width: 100%; - .ms-news-show-comment-list-portrait{ - float: left; - overflow: hidden; - margin-right: 0.5rem; - img{ - width: 4rem; - height: 4rem; - border-radius: 50%; - } - } - .ms-news-show-comment-list-content{ - .ms-news-show-comment-list-top{ - width: 100%; - overflow: hidden; - } - .ms-news-show-comment-list-right{ - overflow: hidden; - float: right; - width: 11%; - .ms-news-show-main-icon-Fabulous{ - background-position: -120px 85px; - background-image: url(../images/pics.png); - width: 1.5rem; - height: 1.5rem; - margin-top: 0.3rem; - float: left; - } - .ms-news-show-main-icon-num{ - - } - } - font-size: 1.2rem; - overflow: hidden; - .ms-news-show-comment-list-name,.ms-news-show-comment-list-time{ - color: #999; - } - .ms-news-show-comment-list-name{ - float: left; - } - } - } - - } - .ms-news-show-comment-more{ - text-align: center; - color: #999; - margin: 1rem 0; - font-size: 14px; - } - - } - } - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/news-list.htm b/src/main/webapp/templets/1/default/m/news-list.htm deleted file mode 100644 index 86e63066..00000000 --- a/src/main/webapp/templets/1/default/m/news-list.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - <#include "/m/head-file.htm"/> - - <#include "/m/head.htm"/> -
- -
-
-
-
-
    - {ms:arclist ispaging=true size=3} -
  • - [field.title/] - [field.date?string("yyyy-mm-dd")/] -
  • - {/ms:arclist} -
-
-
-
- <#include "/m/footer.htm"/> - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/news-show.htm b/src/main/webapp/templets/1/default/m/news-show.htm deleted file mode 100644 index 61dbe6b0..00000000 --- a/src/main/webapp/templets/1/default/m/news-show.htm +++ /dev/null @@ -1,244 +0,0 @@ - - - - <#include "/m/head-file.htm"/> - - - - - <#include "/m/head.htm"/> -
- -
-
-
-
-
{ms:field.title/}
-
-
来源:{ms:field.source/} - | -
-
- | -
-
-
{ms:field.hit/} - | -
- -
-
-
-

-
-
{ms:field.content/}
-
-

上一篇:{ms:pre.title/}

-

下一篇:{ms:next.title/}

-
-
-
-
-
-
-
-
- -
-
-
提交
-
-
-
全部评论
-
- -
查看更多评论
-
没有更多评论
-
-
-
-
- <#include "/m/footer.htm"/> - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/center.htm b/src/main/webapp/templets/1/default/m/people/center.htm deleted file mode 100644 index fbcdaf5e..00000000 --- a/src/main/webapp/templets/1/default/m/people/center.htm +++ /dev/null @@ -1,280 +0,0 @@ - - - - - 修改资料 - <#include "/head-file.htm" /> - - - - -
-

个人信息

-
- - - 退出 - - - -
- - - -
-
-
修改昵称
-
- -
- -
-
- - -
-
-
真实姓名
-
- -
- -
-
- -
-
-
修改性别 - × -
- - -
-
-
- - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/css/ms.mall.m.people.css b/src/main/webapp/templets/1/default/m/people/css/ms.mall.m.people.css deleted file mode 100644 index cc43773a..00000000 --- a/src/main/webapp/templets/1/default/m/people/css/ms.mall.m.people.css +++ /dev/null @@ -1,1371 +0,0 @@ -.am-form input[type=number]:focus, -.am-form input[type=search]:focus, -.am-form input[type=text]:focus, -.am-form input[type=password]:focus, -.am-form input[type=datetime]:focus, -.am-form input[type=datetime-local]:focus, -.am-form input[type=date]:focus, -.am-form input[type=month]:focus, -.am-form input[type=time]:focus, -.am-form input[type=week]:focus, -.am-form input[type=email]:focus, -.am-form input[type=url]:focus, -.am-form input[type=tel]:focus, -.am-form input[type=color]:focus, -.am-form select:focus, -.am-form textarea:focus, -.am-form-field:focus { - box-shadow: none; -} -/*收获地址列表样式*/ -.address { - font-size: 1em; - margin: 0em auto; - color: #fff; - width: 93.75%; - height: 3em; - margin-top: .6em; - margin-bottom: 0.6em; -} -.ms-address-add .ms-list-news-border { - padding: 0em 0em!important; - margin-bottom: 2em!important; - margin: 0em; - padding: 0em 1em; -} -.ms-address-add .ms-list-news-border .ms-list-border { - border-top: none!important; - margin-bottom: 0.1em!important; - padding: 1rem 1em; - line-height: 2.5em; -} -.ms-address-add .ms-list-news-border .ms-list-border .am-list-item-hd { - font-weight: 100; -} -.ms-address-add .ms-list-news-border .ms-list-border .ms-input { - border: 0em; - margin-top: 0.2em; - width: 70%; -} -.ms-address-add .ms-list-news-border .ms-list-border .ms-address-default { - width: 92%; -} -.ms-address-add .ms-list-border { - border-top: none!important; - margin-bottom: 0.1em!important; - padding: 1rem 1em; - line-height: 2.5em; -} -.ms-address-add .ms-list-border .am-list-item-hd { - font-weight: 100; -} -.ms-address-add .ms-list-border .ms-input { - border: 0em; - margin-top: 0.2em; - width: 70%; -} -.ms-address-add .ms-list-border .ms-address-default { - width: 92%; -} -.ms-address-add .ms-address-add-btn { - background: #fff; - text-align: center; - width: 100%; -} -.ms-address-add .ms-address-add-btn .ms-save-address { - font-size: 1em; - margin: 0em auto; - width: 93.75%; - height: 3em; - margin-top: .6em; - margin-bottom: 0.6em; - background: #f23030; - color: #fff; - line-height: 2em; -} -.ms-address-add .ms-address-add-btn .ms-back-address { - font-size: 1em; - margin: 0em auto; - color: #fff; - width: 93.75%; - height: 3em; - margin-top: .6em; - margin-bottom: 0.6em; - background: #f3f5f7; - color: #999; - line-height: 2em; -} -.ms-address-add .am-btn-group-stacked > .am-btn + .am-btn { - margin: 0em auto; -} - -.ms-address { - background: #f5f5f5; -} -.ms-address .ms-list-news-border { - padding: 0em 0em!important; - margin-bottom: 6em!important; -} -.ms-address .ms-list-news-border .loading-pic { - width: 100%; - height: 300px; - background: url(http://cdn.mingsoft.net/skin/manager/4.6.0/images/loading.gif) no-repeat center; - background-size: 15%; - position: fixed; - z-index: 1000; -} -.ms-address .ms-list-news-border .ms-nothing { - margin: 15px; -} -.ms-address .ms-list-news-border .ms-list-border { - border-top: none!important; - margin-bottom: 0.5em!important; - padding: 0.7rem 1rem 0 1rem; -} -.ms-address .ms-list-news-border .ms-list-border .ms-contact-font { - font-size: 1em; - color: #232326; - font-weight: 400!important; -} -.ms-address .ms-list-news-border .ms-list-border .ms-contact-address-font { - color: #686868!important; - font-size: 0.8em; - -webkit-line-clamp: 1!important; -} -.ms-address .ms-list-news-border .ms-list-border .ms-contact-address-font .ms-sitem-tip { - margin-right: 0.5em; - padding: .2em .6em; - background: #f23030; - color: #fff; - font-size: .875em; - font-style: normal; -} -.ms-address .ms-list-news-border .ms-list-border .ms-address-border { - padding: 0em 0em 0em .7em; - margin-top: 0.6em; - height: 2em; - width: 2.2em; - border-left: 0.06em solid #dedede; - text-align: center; -} -.ms-address .ms-list-news-border .ms-list-border .ms-address-border .ms-address-del { - color: black; - font-size: 1em; -} -.ms-address .ms-list-news-border { - margin: 0em; - padding: 0em 1em; - font-weight: 100!important; -} -.ms-address .ms-address-btn { - background: #fff; - text-align: center; - position: fixed; - bottom: 0; - width: 100%; - z-index: 6; -} -.ms-address .ms-address-btn .ms-new-address { - font-size: 1em; - background: #f23030; - color: #fff; - width: 93.75%; - height: 3em; - margin-top: .6em; - margin-bottom: 0.6em; -} - -.email-bind { - background-color: #f6f6f6; - height: 100%; - width: 100%; -} -.email-bind .ms-background { - background-color: #ffffff; -} -.email-bind .ms-background .ms-padding { - padding: 0 1em 1em 1em; -} -.email-bind .ms-background .ms-padding .ms-padding-right { - text-align: left; - padding-right: 0.2em; -} -.email-bind .ms-background .ms-padding .ms-email-input { - width: 34%; -} -.email-bind .ms-background .ms-padding .ms-email-input input { - margin: 0.4em 1em; - outline: none; - border: none; - outline: medium; -} -.email-bind .ms-background .ms-padding .ms-email-input .ms-width { - width: 100%; -} -.email-bind .ms-background .ms-padding .ms-padding-left { - padding-left: 0.2em; -} -.email-bind .ms-background .ms-padding .ms-padding-left .ms-font { - color: #c70034; - font-size: .8em; - line-height: 2em; - padding-left: 0.7em; -} -.email-bind .ms-background .ms-padding .ms-border { - margin: 0.4em 0; - height: 2em; - width: 6.5em; - border-left: 1px solid #d5d5d5; -} -.email-bind .ms-background .ms-padding .ms-border .ms-font { - color: #c70034; - font-size: .8em; - line-height: 2em; - padding-left: 0.7em; -} -.email-bind .ms-background .ms-padding .ms-form-group { - overflow: hidden; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-padding-right { - text-align: left; - padding-right: 0.2em; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-padding-left { - padding-left: 0.2em; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-border { - margin: 0.4em 0; - height: 2em; - width: 6.5em; - border-left: 1px solid #d5d5d5; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-email-phone-width { - width: 19%; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-email-input { - width: 34%; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-email-input input { - width: 100%; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-email-phone-input { - width: 81%; -} -.email-bind .ms-background .ms-padding .ms-form-group .ms-email-phone-input input { - margin: 0.4em 1em; - outline: none; - border: none; - outline: medium; -} -.email-bind .ms-background .ms-padding .ms-font-size { - font-size: 0.7em; - color: #999; -} -.email-bind .ms-background .ms-padding .ms-font-size .ms-font-margin { - margin: 1em; -} -.email-bind .ms-background .ms-padding .ms-margin { - padding: 0 1em 1em 1em; -} -.email-bind .ms-background .ms-padding .ms-margin .ms-padding-left { - padding-left: 0; -} -.email-bind .ms-background .ms-padding .ms-margin .ms-font-margin { - margin: 1em; -} -.email-bind .ms-background .ms-padding .ms-top-bottom { - margin: 0.1em 0; -} -.email-bind .loading-pic { - width: 100%; - height: 300px; - background: url(http://cdn.mingsoft.net/skin/manager/4.6.0/images/loading.gif) no-repeat center; - background-size: 15%; - z-index: 1000; -} -.email-bind .ms-btn-background { - border: none; - background: #888; -} -.email-bind .am-form input[type=email] { - border: none; -} - -div.ms-center { - overflow: hidden; - background-color: #f3f5f7; -} -div.ms-center .ms-panel-margin { - margin-bottom: 0.5em; - font-family: Arial, sans-serif; -} -div.ms-center .ms-panel-margin .ms-auto { - text-align: center; - padding: 0.5em; - width: 33.33333333%; -} -div.ms-center .ms-panel-margin .ms-content-bg { - background: url(../images/center-bg.png) no-repeat bottom; - background-size: 100% 100%; - width: 100%; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd { - padding: 0em; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list { - margin: .6em; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-portrait { - margin-right: 1em; - height: 73px; - width: 73px; - background: #f7f7f7; - border-radius: 100%; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-portrait .ms-head { - width: 73px; - height: 73px; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-name-img { - margin-top: .6em; - padding-left: 0em; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-name-img h3 { - margin-bottom: .4em; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-name-img h3 a { - color: #ffffff; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-name-img .am-list-item-text { - width: 7.4em; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list .ms-center-name-img .am-list-item-text img { - width: 100%; - height: 100%; -} -div.ms-center .ms-panel-margin .ms-content-bg .am-list-news-hd .am-list > li { - background-color: rgba(255, 255, 255, 0.05); - border: none; -} -div.ms-center .ms-panel-margin .ms-color { - color: #666; - font-size: 0.95em; - font-weight: 100; -} -div.ms-center .ms-panel-margin .ms-background-color { - background-color: rgba(255, 255, 255, 0); -} -div.ms-center .ms-panel-margin .ms-background-color .ms-update-padding { - padding-top: 0.2em; - padding-bottom: 0.3em; -} -div.ms-center .ms-panel-margin .ms-background-color .ms-update-padding .ms-font-color { - color: #666; -} -div.ms-center .ms-margin { - margin: 0; -} -div.ms-center .ms-delete-padding { - padding: 0; -} -div.ms-center .ms-delete-padding .ms-menu-4 { - padding: 0.5em; - text-align: center; -} -div.ms-center .ms-delete-padding .ms-menu-4 .ms-color { - color: #666; - font-size: 1.6em; -} -div.ms-center .ms-delete-padding .ms-menu-4 .ms-font { - font-size: 0.8em; - color: #666; - font-weight: 100; -} -div.ms-center .ms-delete-padding .ms-menu-4 img { - margin: 0.5em 0; -} -div.ms-center .ms-center-title { - border-bottom: white; -} -div.ms-center .ms-center-list { - padding: 0px; -} -div.ms-center .ms-center-list .ms-center-address { - margin-bottom: -0.6em; -} -div.ms-center .ms-center-list li { - padding: 0.8em 1.0em; - font-size: 0.9em; - line-height: 1.8em; -} -div.ms-center .ms-center-list li span { - color: #888; -} -div.ms-center .ms-center-list li .ms-center-address-border { - border: white; -} -div.ms-center .ms-center-list .ms-center-button { - width: 90%; - margin: 1em auto; -} -div.ms-center .ms-center-list .ms-center-list-a { - padding: 0; - color: #555; - display: inline; -} -div.ms-center .ms-center-list .ms-center-border-top { - border-top: white; -} -div.ms-center .ms-center-list .ms-center-border-bottom { - border-bottom: white; -} -div.ms-center .ms-footer { - font-size: 0.6em; - padding: 0; -} -div.ms-center .ms-sex-padding { - padding-bottom: 1em; -} -div.ms-center .active { - color: #dd514c; -} -div.ms-people-info { - background-color: #fff; -} -div.ms-people-info .ms-info-title { - color: #666; -} -div.ms-people-info .ms-iconfont { - font-size: 1.4rem; -} -div.ms-people-info .am-list .am-list-item-dated a.ms-info-operate { - padding-right: 0px; -} -div.ms-people-info .ms-center-button { - margin-bottom: 10px; -} - -.ms-password-change { - background: #f3f5f7 !important; -} -.ms-password-change .ms-form { - margin: 1em; -} -.ms-password-change .ms-btn { - color: #fff; - background-color: #ddd; -} -.ms-password-change .ms-text { - font-size: .8em; - font-weight: 200; -} - -.ms-order-confirm { - display: none; -} -.ms-order-confirm .ms-order-confirm-position { - position: relative; -} -.ms-order-confirm .ms-order-confirm-position .ms-update-padding { - padding-left: .1em; -} -.ms-order-confirm .ms-order-confirm-position .ms-update-padding .ms-padding { - padding-left: 1.5em; - padding-top: 0.6em; - font-size: 1.3em; - color: #252525; - font-weight: bold; -} -.ms-order-confirm .ms-order-confirm-position .ms-update-padding .ms-padding .ms-padding-margin { - margin-left: 0.3em; -} -.ms-order-confirm .ms-order-confirm-position .ms-update-padding .ms-margin { - margin-top: 0; -} -.ms-order-confirm .ms-order-confirm-position .ms-update-padding .ms-margin-text { - margin-top: .5em; - margin-left: .5em; -} -.ms-order-confirm .ms-order-confirm-position .ms-update-padding .ms-text-color { - color: #6e6e6e; - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - display: -webkit-box; - height: 3em; -} -.ms-order-confirm .ms-order-confirm-position .ms-icon-top { - margin-top: 1.3em; - color: black; -} -.ms-order-confirm .ms-order-confirm-position .ms-order-confirm-background { - position: absolute; - bottom: -0.2em; - left: 0; - height: 0.2em; - width: 100%; - background: url(../images/location-border.png) repeat-x; - background-size: 6.2em 0.2em; -} -.ms-order-confirm .ms-g { - font-size: small; -} -.ms-order-confirm .ms-g .ms-update-padding { - padding-left: .1em; -} -.ms-order-confirm .ms-g .ms-update-padding .ms-padding { - padding-left: 1.5em; - padding-top: 0.6em; - font-size: 1.3em; - color: #252525; - font-weight: bold; -} -.ms-order-confirm .ms-g .ms-update-padding .ms-padding .ms-padding-margin { - margin-left: 0.3em; -} -.ms-order-confirm .ms-g .ms-update-padding .ms-margin { - margin-top: 0; -} -.ms-order-confirm .ms-g .ms-update-padding .ms-margin-text { - margin-top: .5em; - margin-left: .5em; -} -.ms-order-confirm .ms-g .ms-update-padding .ms-text-color { - color: #6e6e6e; - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - display: -webkit-box; - height: 3em; -} -.ms-order-confirm .ms-g .ms-icon-top { - margin-top: 1.3em; - color: black; -} -.ms-order-confirm .ms-g .ms-order-confirm-background { - position: absolute; - bottom: -0.2em; - left: 0; - height: 0.2em; - width: 100%; - background: url(../images/location-border.png) repeat-x; - background-size: 6.2em 0.2em; -} -.ms-order-confirm .ms-order-confirm-title { - width: 70%; - font-size: 0.8em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul { - margin: 0; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-text-color { - color: #6e6e6e; - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - display: -webkit-box; - height: 3em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-list-style { - margin-left: -1.5em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-list-style .ms-color { - color: #d73d3c; - font-size: 1.2em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-list-style .ms-icon-margin { - margin-left: 1.5em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-price-margin { - margin-top: 0.5em; - margin-left: -1.5em; - padding-top: 1.5em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-price-margin .ms-color { - color: #d73d3c; - font-size: 1.2em; -} -.ms-order-confirm .ms-order-confirm-title .ms-order-confirm-ul .ms-price-margin .ms-icon-margin { - margin-left: 1.5em; -} -.ms-order-confirm .ms-delete-margin { - margin-bottom: 0; -} -.ms-order-confirm .ms-delete-margin .ms-panel-margin { - margin-bottom: 1em; -} -.ms-order-confirm .ms-delete-margin .ms-panel-margin .ms-font-size { - font-size: 1.1em; -} -.ms-order-confirm .ms-delete-margin .ms-panel-margin ms-panel-size { - font-size: 1em; -} -.ms-order-confirm .ms-delete-margin .ms-textarea { - width: 100%; - border: .1em solid #dedede; -} -.ms-order-confirm .ms-center { - text-align: center; - color: #d73d3c; - background-color: #fff; -} -.ms-order-confirm .ms-center .ms-center-size { - font-size: 1em; -} -.ms-order-confirm .ms-center .ms-stress-size { - font-size: 1.5em; -} -.ms-order-confirm .ms-footer-padding { - padding: 1em; -} -.ms-order-confirm .ms-footer-padding .ms-btn-padding { - font-size: 1em; - color: #ffdcd9; - background-color: #f23030; - border-color: #f23030; -} -.ms-order-confirm .ms-img-margin { - margin-top: .5em; -} -.ms-order-confirm .ms-update-padding li, -.ms-order-confirm .ms-list-style { - list-style: none; -} - -.ms-favorite .ms-favorite-list { - margin: 0 1em; -} -.ms-favorite .ms-favorite-list .ms-favorite-li { - border-top-color: white; - margin-bottom: 0; -} -.ms-favorite .ms-favorite-list .ms-favorite-li .ms-favorite-title { - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - display: -webkit-box; - font-size: 0.8em; - color: black; -} -.ms-favorite .ms-favorite-list .ms-favorite-li .ms-favorite-cancel { - float: right; - margin-top: 1em; - border: 1px solid #cecdcd; - padding: 0.5em 1em; - border-radius: 0.5em; - font-size: 0.6em; - line-height: 1.5em; -} -.ms-favorite .loading-pic { - width: 100%; - height: 300px; - background: url(http://cdn.mingsoft.net/skin/manager/4.6.0/images/loading.gif) no-repeat center; - background-size: 15%; -} -.ms-favorite .ms-nothing { - margin: 15px; -} - -.ms-password-forget-2 { - background-color: #f3f5f7; - min-height: 25em; -} -.ms-password-forget-2 .ms-margin { - margin-top: 2em; -} -.ms-password-forget-2 .ms-margin .ms-text-warning { - color: #d73d3c; - font-size: 1em; - font-weight: 500; -} -.ms-password-forget-2 .ms-margin .ms-margin-text { - margin-bottom: 1em; -} -.ms-password-forget-2 .ms-margin .ms-margin-text .ms-text { - font-size: .9em; -} -.ms-password-forget-2 .ms-margin .ms-margin-text .ms-num { - font-size: .85em; -} -.ms-password-forget-2 .ms-margin .ms-monospace { - margin-top: 5em; - font-size: .9em; -} -.ms-password-forget-2 .ms-margin .ms-monospace .ms-link-text { - margin-left: -0.5em; - text-decoration: underline; -} -.ms-password-forget-2 .ms-margin .am-input-group .ms-btn { - border-color: #f3f5f7; - background-color: #ddd; -} -.ms-password-forget-2 .ms-margin .am-input-group .ms-text { - font-size: .9em; -} -.ms-password-forget-2 .ms-margin .ms-submit { - color: #fff; - margin-top: 2em; - width: 100%; -} - -.ms-password-forget-3 { - background: #f3f5f7!important; -} -.ms-password-forget-3 .ms-form { - margin: 1em; -} -.ms-password-forget-3 .ms-span { - font-size: 0.8em; - margin-left: 1.5em; - margin-right: 1.5em; - color: #383030; -} -.ms-password-forget-3 .ms-span .ms-btn { - text-align: center; - color: #fff; - margin-top: 2em; -} -.ms-password-forget-3 .ms-span .ms-btn .ms-submit { - color: #fff; - width: 100%; -} -.ms-password-forget-3 .ms-span .ms-monospace { - margin-top: 5em; - font-size: .9em; -} -.ms-password-forget-3 .ms-span .ms-monospace .ms-link-text { - margin-left: -0.5em; - text-decoration: underline; -} -.ms-password-forget-3 .ms-text { - font-size: .8em; - font-weight: 200; -} - -.ms-password-forget { - background: #f4f5f7; - min-height: 25em; -} -.ms-password-forget .ms-form-group { - margin-left: 1em; - margin-right: 1em; - margin-top: 1.5em; -} -.ms-password-forget .ms-form-group .ms-input-label { - background-color: #fff; - border: 1px solid #eee; -} -.ms-password-forget .ms-form-group input .ms-input-label { - background-color: #fff; - border: 1px solid #eee; -} -.ms-password-forget .ms-input-group { - margin-left: 1em; - margin-right: 1em; -} -.ms-password-forget .ms-input-group .ms-input-label { - background-color: #fff; - border: 1px solid #eee; -} -.ms-password-forget .ms-input-group .ms-input-label .ms-valiDateCode { - border: 0.1em; - height: 2em; - border-color: #000000; -} -.ms-password-forget .ms-btn { - margin-top: 1.5em; - margin-left: 1em; - margin-right: 1em; - background-color: #ddd; -} -.ms-password-forget .ms-submit { - color: #fff; - width: 100%; -} -.ms-password-forget .ms-input { - height: 2em; -} - -div.ms-cart-goods { - background: #f0f2f5; - overflow: hidden; - display: none; -} -div.ms-cart-goods .loading-pic { - width: 100%; - height: 300px; - background: url('http://cdn.mingsoft.net/skin/manager/4.6.0/images/loading.gif') no-repeat center #ffffff; - background-size: 15%; -} -div.ms-cart-goods .ms-one-checkbox { - background: url(../images/cart-input.png) no-repeat; -} -div.ms-cart-goods .ms-all-checkbox { - background: url(../images/cart-input.png) no-repeat; -} -div.ms-cart-goods .ms-active-checkbox { - background: url(../images/cart-active.png) no-repeat; -} -div.ms-cart-goods .ms-checkbox { - padding-left: 8px; - background-size: 20px; - background-position: 2px 0px; -} -div.ms-cart-goods .ms-one-checkbox { - padding-left: 26px; -} -div.ms-cart-goods .ms-all-checkbox { - padding-left: 25px; - background-position: 11px 0px; -} -div.ms-cart-goods .ms-nothing { - margin: 15px; -} -div.ms-cart-goods .ms-cart-goods-div { - margin: 0.2em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-checkbox-margin { - margin: 0.5em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-checkbox-min { - margin-top: 2.1em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-img { - width: 6.3em; - margin-right: 1em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title { - margin-right: 0.4em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title .ms-cart-goods-title { - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - display: -webkit-box; - color: #757575; - font-size: 0.8em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title #ms-cart-goods-price { - font-size: 1em; - color: red; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title .ms-cart-goods-right { - margin-right: 0.3em; - margin-top: 0.5em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title .ms-cart-goods-right .ms-cart-goods-btn { - background-color: #fff; - padding: .3em .3em; - border-color: #eeeeee; - width: 2em; - text-align: center; - line-height: 15px; - float: left; - border: 1px solid #eee; - height: 24px; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title .ms-cart-goods-right .ms-cart-num { - width: 2.5em; - border-left: none; - border-right: none; - padding: 0.2em 0.3em; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title .ms-cart-goods-cf { - clear: both; -} -div.ms-cart-goods .ms-cart-goods-div .ms-cart-goods-list-title .ms-cart-goods-edit { - text-align: right; - margin-right: 0.5em; - font-size: 0.7em; - width: 50px; - float: right; -} -div.ms-cart-goods .ms-cart-btn { - background: #fff; - padding-bottom: 1em; - box-shadow: 0px 0px 10px #888888; -} -div.ms-cart-goods .ms-cart-btn .ms-u-sm-margin { - margin-top: 1em; - padding-bottom: 10px; -} -div.ms-cart-goods .ms-cart-btn .ms-u-sm-padding { - padding: 0em; - margin-top: 1em; - margin-left: -1.5em; -} -div.ms-cart-goods .ms-cart-btn .ms-u-sm-padding .ms-fl { - margin-left: 1.1em; -} -div.ms-cart-goods .ms-cart-btn .ms-price-padding { - padding: 0em; - margin-top: 1em; - margin-left: -2em; - color: red; -} -div.ms-cart-goods .ms-cart-btn .ms-buttom-margin { - margin-top: 0.3em; -} - -.ms-people-heard .ms-admin-sidebar-list { - margin-bottom: 0em; -} -.ms-people-heard .ms-admin-sidebar-list li { - border: none; - margin-bottom: 0px; -} -.ms-people-heard .ms-admin-sidebar-list li .ms-header { - background: #efefef url(../images/header-bg.png) repeat-x 0 0; - margin: 0em!important; - color: #9d9ea0; - font-weight: 100; - background-size: 100% 2.5em; -} -.ms-people-heard .ms-admin-sidebar-list li .ms-header .ms-titlebar-nav { - text-align: center!important; - color: #252525; -} -.ms-people-heard .ms-admin-sidebar-list li h2 { - margin-right: .6em; - margin-left: .6em; - font-size: 1.3em; - color: #9d9ea0; -} -.ms-people-heard .ms-admin-sidebar-list li .ms-g { - background: #404042; - color: #fff; - text-align: center; -} -.ms-people-heard .ms-admin-sidebar-list li .ms-g .am-icon-btn { - background: #404042; - color: #fff; - line-height: 1.5em; - height: 1.5em; -} -.ms-people-heard .ms-admin-sidebar-list li .ms-g .ms-icon-btn-font { - font-size: small; - font-weight: 100; - line-height: 2em; - color: #ffffff; -} - -.ms-login { - background-color: #f3f5f7; - display: none; -} -.ms-login .ms-health { - margin: 0 auto; - margin-top: 1em; -} -.ms-login .ms-health .iconfont { - font-size: inherit; -} -.ms-login .ms-input-label { - background-color: #fff; -} -.ms-login .ms-valiDateCode { - border: 1px; - height: 2em; - border-color: #000000; -} -.ms-login .ms-login-form { - margin-top: 1.6em; -} -.ms-login-form input::-webkit-input-placeholder{ - color: #ccc; - font-size:1.3rem; -} -.ms-login .ms-logBtn { - background-color: #009aff; - border-color: #009aff; - margin: 0 auto; - margin-top: 10%; - width: 100%; -} -.ms-center-button,#ms-password{ - background-color: #009aff; - border-color: #009aff; -} -.ms-login input { - border-color: #d9dbda; -} - -.ms-order-list { - background: #f3f5f7 !important; - width: 100%; - height: 100%; -} -.ms-order-list a { - font-size: 0.8em; -} -.ms-order-list .ms-order-tabs { - margin: 0; -} -.ms-order-list .ms-order-tabs .ms-order-active { - background-color: #ffffff !important; - line-height: 2.5em; - border-bottom: 0.1em solid #f3f5f7; -} -.ms-order-list .ms-order-tabs .ms-order-active .am-active { - border-bottom: 0.1em solid #f15353; -} -.ms-order-list .ms-order-tabs .ms-order-active .am-active a { - color: #f15353; -} -.ms-order-list .ms-order-tabs .ms-order-active .am-active:after { - border-bottom-color: #ffffff; -} -.ms-order-list .ms-order-tabs .ms-order-active a { - font-weight: 600; -} -.ms-order-list .ms-order-tabs .ms-order-table { - border: 0.1em solid #ffffff; -} -.ms-order-list .ms-order-tabs .ms-order-table .loading-pic { - width: 100%; - height: 300px; - background: url(http://cdn.mingsoft.net/skin/manager/4.6.0/images/loading.gif) no-repeat center; - background-size: 15%; - position: fixed; - z-index: 1000; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel { - padding: 0em 0em 0em; - background: #ffffff; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-nothing { - margin: 15px; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all { - background: #ffffff; - padding-left: 0.8em; - padding-right: 0.8em; - margin: 0.8em 0 0.8em 0; - border-bottom: 0.1em solid #f3f5f7; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-number { - color: black; - font-size: 0.9em; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-number .ms-order-state { - font-size: 0.9em; - line-height: 1em; - color: #f15353; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-ul-list { - margin-bottom: 0; - margin: 0 0 0.4em 0; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-ul-list .ms-order-li { - padding-top: 0; - padding-bottom: 0; - border: 0.1em solid #ffffff; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-ul-list .ms-order-li .ms-order-title { - color: black; - font-size: 0.9em; - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - display: -webkit-box; - height: 4rem; - line-height: 2rem; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-money { - height: 3.8em; - line-height: 3.8em; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-money .ms-money-color { - color: red; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-money .ms-order-payment a { - margin-top: 0.8em; - border: 0.1em solid #f15353; - color: #f15353; - line-height: 2.2em; - height: 2.2em; - text-align: center; - width: 6em; - display: block; - border-radius: 0.4em; -} -.ms-order-list .ms-order-tabs .ms-order-table .ms-order-tab-panel .ms-order-list-all .ms-order-money .ms-order-delete a { - margin-top: 0.8em; - border: 0.1em solid #9e9e9e; - color: #9e9e9e; - line-height: 2.2em; - height: 2.2em; - text-align: center; - width: 6em; - display: block; - border-radius: 0.4em; -} - -.ms-order-comment .ms-order-comment-main { - padding: .6em 1em; - overflow: hidden; -} -.ms-order-comment .ms-order-comment-main form .ms-color { - color: red; - float: left; -} -.ms-order-comment .ms-order-comment-main .loading-pic { - width: 100%; - height: 300px; - background: url(http://cdn.mingsoft.net/skin/manager/4.6.0/images/loading.gif) no-repeat center; - background-size: 15%; - z-index: 1000; -} -.ms-order-comment .ms-order-comment-main .ms-imgComment { - height: 4.5em; - width: 4.5em; - margin-right: 1em; - float: left; -} -.ms-order-comment .ms-order-comment-main .ms-order-comment-textarea { - margin: 0.5em 0px; - overflow: hidden; -} -.ms-order-comment .ms-order-comment-main .ms-comment-pic { - margin-bottom: 1em; -} -.ms-order-comment .ms-order-comment-main .ms-comment-pic .ms-imgComment { - height: 4.5em; - width: 4.5em; - margin-right: 1em; - float: left; -} -.ms-order-comment .ms-order-comment-main .ms-comment-pic .ms-float-left { - float: left; -} -.ms-order-comment .ms-order-comment-main .ms-comment-pic .ms-order-comment-img { - width: 3em; - height: 3em; -} -.ms-order-comment .ms-order-comment-main .ms-comment-pic .ms-clear { - clear: both; -} -.ms-order-comment .ms-commentKuang { - border: 0.1em solid #999; - height: 13.5em; - padding: 0.7em; - overflow: hidden; - margin-top: 1em; -} -.ms-order-comment .ms-top { - margin-top: 1em; -} -.ms-order-comment .ms-top .ms-right { - margin-right: 3.5em; -} -.ms-order-comment .ms-top .ms-font-color { - color: #7b7b7b; - font-size: 0.88em; -} -.ms-order-comment .ms-top .ms-color { - color: red; - float: left; -} -.ms-order-comment .ms-order-comment-main .ms-btComment { - background-color: #c00; - margin-top: 1em; - border: none; - padding: 0.8em; -} - -.ms-list-item-text { - margin-top: 3.5em; - margin-top: 2em!important; -} -.ms-list-news-bd { - border: 0; -} -.ms-order-detail-ul-bottom { - margin-bottom: 0.6em; -} -.ms-order-detail { - background: #f3f5f7 !important; - border: 0; - margin-bottom: 0.6em; -} -.ms-order-detail .ms-order-body { - background-color: #fff!important; -} -.ms-order-detail .ms-panel { - background-color: #fffaf4; -} -.ms-order-detail .ms-order-detail-margin-bottom { - margin-bottom: 0.6em; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-g-size { - font-size: small; - padding-top: 0.5em; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-panel-height { - height: .3em; - margin-bottom: 0; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-panel-bd { - background: url(../images/background.png); -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-orderdetail-img { - overflow: hidden; - background: url(../images/finish.png) no-repeat center center; - background-size: 5.5em; - margin-top: 3.5em; - margin-top: 2em!important; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-orderdetail-li { - list-style: none; - font-size: small; - color: black; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-orderdetail-float { - margin-left: 0.5em; - margin-bottom: 0.5em; - margin-top: 0.5em; - margin-right: 0.5em; - list-style: none; - font-size: small; - color: black; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-panel-bd-hight { - height: 3em; -} -.ms-order-detail .ms-order-detail-margin-bottom .ms-panel-bd-hight .ms-order-a { - color: black; - margin-left: -0.3em; -} -.ms-order-detail .ms-list-news-default { - margin: 0; -} -.ms-order-detail .ms-list-news-default .ms-order-detail-ul-bottom { - margin-bottom: 0.6em; -} -.ms-order-detail .ms-list-news-default .ms-order-detail-ul-bottom .ms-list-margin { - margin-left: 0.7em; -} -.ms-order-detail #ms-order-detail-img { - padding-left: 0.5em; -} -.ms-order-detail .ms-orderdetail-a { - font-size: small; - color: black; -} -.ms-order-detail .ms-order-detail-title { - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - display: -webkit-box; - width: 70%; - float: left; - height: 3em; -} -.ms-order-detail .ms-fl { - margin-right: 1em; - color: red; -} -.ms-order-detail .ms-bd { - margin-bottom: 0; -} -.ms-order-detail .ms-bd .ms-panelbd { - padding-bottom: 0; -} -.ms-order-detail .ms-bd .ms-panelbd .ms-price { - margin-left: -0.3em; -} -.ms-order-detail .ms-bd .ms-panelbd .ms-color { - color: red; -} -.ms-order-detail .ms-bd .ms-panelbd .ms-list-news { - margin-right: 0; - margin-left: 0; -} -.ms-order-detail .ms-bd .ms-panelbd .ms-list-news .ms-list-textear { - text-align: right; -} -.ms-order-detail .ms-bd .ms-panelbd .ms-navbar-nav { - background: #f3f5f7!important; -} -.ms-order-detail .ms-bd .ms-panelbd .ms-navbar-nav a { - height: 37px; -} - -.ms-register { - background-color: #f3f5f7; - display: none; -} -.ms-register .ms-health { - margin: 0 auto; - margin-top: 1em; -} -.ms-health a{ - color: #009aff; -} -.ms-register .ms-health .iconfont { - font-size: inherit; -} -.ms-register .ms-valiDateCode { - border: 1px; - height: 2em; - border-color: #000000; -} -.ms-register .ms-login-form { - margin-top: 1.6em; -} -.ms-register .ms-logBtn { - background-color: #009aff; - border-color: #009aff; - margin: 0 auto; - margin-top: 10%; - width: 100%; -} -.ms-register input { - border-color: #d9dbda; -} -.ms-register .ms-input-bgcolor { - background-color: #fff; -} - -.ms-pay-way { - background: #f3f5f7; -} -.ms-pay-way .ms-order-info { - border-bottom: 1px #ddd solid; - margin-bottom: 10px; - background: #fff; - padding: 1em 1rem; -} -.ms-pay-way .ms-pay-choose { - border-top: 1px #ddd solid; - background: #fff; - padding: 1rem; -} -.ms-pay-way .ms-pay-choose .ms-group-radio { - line-height: 2em; - padding-left: 2em; - padding-top: .2rem; - font-weight: normal; - padding-bottom: .2rem; - width: 100%; -} -.ms-pay-way .ms-pay-choose .ms-group-radio input[type=radio] { - float: right; -} -.ms-pay-way .ms-pay-choose .am-divider-dotted { - margin: 0px; -} -.ms-pay-way .ms-pay-choose .ms-zfb { - background: url(../images/pay_zfb.png) 0 50% no-repeat; - background-size: 1.5rem 1.5rem; -} -.ms-pay-way .ms-pay-choose .ms-wx { - background: url(../images/pay_wx.png) 0 50% no-repeat; - background-size: 1.5rem 1.5rem; -} -.ms-pay-way .ms-pay-choose .ms-btn-submit { - width: 100%; -} diff --git a/src/main/webapp/templets/1/default/m/people/head-file.htm b/src/main/webapp/templets/1/default/m/people/head-file.htm deleted file mode 100644 index a9dcba46..00000000 --- a/src/main/webapp/templets/1/default/m/people/head-file.htm +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/head.htm b/src/main/webapp/templets/1/default/m/people/head.htm deleted file mode 100644 index 0e168b8d..00000000 --- a/src/main/webapp/templets/1/default/m/people/head.htm +++ /dev/null @@ -1,45 +0,0 @@ - -
- -
- \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/images/background.png b/src/main/webapp/templets/1/default/m/people/images/background.png deleted file mode 100644 index 7c5fa896..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/background.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/bg-upload.png b/src/main/webapp/templets/1/default/m/people/images/bg-upload.png deleted file mode 100644 index 18c291c2..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/bg-upload.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/btn.png b/src/main/webapp/templets/1/default/m/people/images/btn.png deleted file mode 100644 index 393c2ba6..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/btn.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/cart-active.png b/src/main/webapp/templets/1/default/m/people/images/cart-active.png deleted file mode 100644 index e7a45a3f..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/cart-active.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/cart-goods-top.png b/src/main/webapp/templets/1/default/m/people/images/cart-goods-top.png deleted file mode 100644 index 7bb86cf5..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/cart-goods-top.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/cart-input.png b/src/main/webapp/templets/1/default/m/people/images/cart-input.png deleted file mode 100644 index daf1ad4b..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/cart-input.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/cart.png b/src/main/webapp/templets/1/default/m/people/images/cart.png deleted file mode 100644 index 505727e1..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/cart.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-bg.png b/src/main/webapp/templets/1/default/m/people/images/center-bg.png deleted file mode 100644 index acaedfbd..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-bg.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-head.png b/src/main/webapp/templets/1/default/m/people/images/center-head.png deleted file mode 100644 index 60c46131..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-head.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-icon_feedback.png b/src/main/webapp/templets/1/default/m/people/images/center-icon_feedback.png deleted file mode 100644 index 7760639a..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-icon_feedback.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-icon_help.png b/src/main/webapp/templets/1/default/m/people/images/center-icon_help.png deleted file mode 100644 index d81d7a66..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-icon_help.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-icon_member.png b/src/main/webapp/templets/1/default/m/people/images/center-icon_member.png deleted file mode 100644 index 92e48408..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-icon_member.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-icon_personal.png b/src/main/webapp/templets/1/default/m/people/images/center-icon_personal.png deleted file mode 100644 index 50faee7c..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-icon_personal.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/center-insider.png b/src/main/webapp/templets/1/default/m/people/images/center-insider.png deleted file mode 100644 index be8687b4..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/center-insider.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/cloth.jpg b/src/main/webapp/templets/1/default/m/people/images/cloth.jpg deleted file mode 100644 index 43842d8c..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/cloth.jpg and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/finish.png b/src/main/webapp/templets/1/default/m/people/images/finish.png deleted file mode 100644 index 415e802f..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/finish.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/header-bg.png b/src/main/webapp/templets/1/default/m/people/images/header-bg.png deleted file mode 100644 index a39099a5..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/header-bg.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/img.jpg b/src/main/webapp/templets/1/default/m/people/images/img.jpg deleted file mode 100644 index 25838462..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/img.jpg and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/location-border.png b/src/main/webapp/templets/1/default/m/people/images/location-border.png deleted file mode 100644 index 345a4a6c..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/location-border.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/pay_wx.png b/src/main/webapp/templets/1/default/m/people/images/pay_wx.png deleted file mode 100644 index 78556c40..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/pay_wx.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/images/pay_zfb.png b/src/main/webapp/templets/1/default/m/people/images/pay_zfb.png deleted file mode 100644 index 24d82d36..00000000 Binary files a/src/main/webapp/templets/1/default/m/people/images/pay_zfb.png and /dev/null differ diff --git a/src/main/webapp/templets/1/default/m/people/less/center.less b/src/main/webapp/templets/1/default/m/people/less/center.less deleted file mode 100644 index 1af68993..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/center.less +++ /dev/null @@ -1,165 +0,0 @@ -div.ms-center { - overflow: hidden; - background-color: #f3f5f7; - //头像panel的样式 - .ms-panel-margin{ - margin-bottom: 0.5em; - font-family: Arial, sans-serif; - //头像下的导航居中样式 - .ms-auto{ - text-align: center; - padding: 0.5em; - width:33.33333333%; - } - //头像背景色样式 - .ms-content-bg{ - background: url(../images/center-bg.png) no-repeat bottom; - background-size: 100% 100%; - width: 100%; - //我的订单部分的样式 - .am-list-news-hd{ - padding: 0em; - .am-list{ - margin: .6em; - .ms-center-portrait{ - margin-right: 1em; - height: 73px; - width: 73px; - background: #f7f7f7; - border-radius: 100%; - .ms-head{ - width: 73px; - height: 73px; - } - } - .ms-center-name-img{ - margin-top: .6em; - padding-left: 0em; - width:65%; - h3{ - margin-bottom: .4em; - a{ - color: #ffffff; - } - } - .am-list-item-text{ - width: 7.4em; - img{ - width: 100%; - height: 100%; - } - } - } - } - .am-list>li{ - background-color: rgba(255, 255, 255, .05); - border: none; - } - } - } - //字体颜色和大小 - .ms-color{ - color: #666; - font-size: 0.95em; - font-weight: 100; - } - .ms-background-color{ - background-color: rgba(255, 255, 255, 0); - .ms-update-padding{ - padding-top: 0.2em; - padding-bottom: 0.3em; - .ms-font-color{ - color: #666; - } - } - } - } - .ms-margin{ - margin: 0; - } - .ms-delete-padding{ - padding: 0; - .ms-menu-4{ - padding: 0.5em; - text-align: center; - .ms-color{ - color: #666; - font-size: 1.6em; - } - .ms-font{ - font-size: 0.8em; - color: #666; - font-weight: 100; - } - img{ - margin: 0.5em 0; - } - } - } - .ms-center-title{ - border-bottom: white; - } - //个人信息 - .ms-center-list{ - padding: 0px; - .ms-center-address{ - margin-bottom: -0.6em; - } - li{ - padding: 0.8em 1.0em; - font-size: 0.9em; - line-height: 1.8em; - span{ - color: #888; - } - .ms-center-address-border{ - border: white; - } - } - .ms-center-button{ - width: 90%; - margin: 1em auto; - } - .ms-center-list-a{ - padding: 0; - color: #555; - display: inline; - } - .ms-center-border-top{ - border-top: white; - } - .ms-center-border-bottom{ - border-bottom: white; - } - } - //底部样式 - .ms-footer{ - font-size: 0.6em; - padding: 0; - } - .ms-sex-padding{ - padding-bottom:1em; - } - .active{ - color: #dd514c; - } -} -div.ms-people-info{ - background-color:#fff; - .ms-info-title{ - color:#666; - } - .ms-iconfont{ - font-size: 1.4rem; - } - .am-list { - .am-list-item-dated{ - a.ms-info-operate{ - padding-right: 0px - } - } - } - .ms-center-button{ - margin-bottom: 10px; - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/head.less b/src/main/webapp/templets/1/default/m/people/less/head.less deleted file mode 100644 index 1f92049b..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/head.less +++ /dev/null @@ -1,43 +0,0 @@ -.ms-people-heard{ - .ms-admin-sidebar-list{ - margin-bottom: 0em; - li{ - border: none; - margin-bottom: 0px; - .ms-header{ - background: #efefef url(../images/header-bg.png) repeat-x 0 0; - margin: 0em!important; - color: #9d9ea0; - font-weight: 100; - background-size: 100% 2.5em; - .ms-titlebar-nav{ - text-align: center!important; - color: #252525; - } - } - h2{ - margin-right: .6em; - margin-left: .6em; - font-size: 1.3em; - color: #9d9ea0; - } - .ms-g{ - background: #404042; - color: #fff; - text-align: center; - .am-icon-btn{ - background: #404042; - color: #fff; - line-height: 1.5em; - height: 1.5em; - } - .ms-icon-btn-font{ - font-size: small; - font-weight: 100; - line-height: 2em; - color: #ffffff; - } - } - } - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/login.less b/src/main/webapp/templets/1/default/m/people/less/login.less deleted file mode 100644 index 07f027ec..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/login.less +++ /dev/null @@ -1,32 +0,0 @@ -.ms-login { - background-color: #f3f5f7; - display: none; - .ms-health { - margin: 0 auto; - margin-top: 1em; - .iconfont { - font-size: inherit; - } - } - .ms-input-label { - background-color: #fff; - } - .ms-valiDateCode { - border: 1px; - height: 2em; - border-color: #000000; - } - .ms-login-form { - margin-top: 1.6em; - } - .ms-logBtn { - background-color: #f23030; - border-color: #ff9793; - margin: 0 auto; - margin-top: 10%; - width: 100%; - } - input { - border-color: #d9dbda; - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/password-change.less b/src/main/webapp/templets/1/default/m/people/less/password-change.less deleted file mode 100644 index b457d8af..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/password-change.less +++ /dev/null @@ -1,15 +0,0 @@ - @color: #f3f5f7; - .ms-password-change { - background: @color!important; - .ms-form { - margin: 1em; - } - .ms-btn { - color: #fff; - background-color: #ddd; - } - .ms-text { - font-size: .8em; - font-weight: 200; - } - } \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/password-forget-1.less b/src/main/webapp/templets/1/default/m/people/less/password-forget-1.less deleted file mode 100644 index 1eeb8bd9..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/password-forget-1.less +++ /dev/null @@ -1,45 +0,0 @@ - .ms-password-forget { - background: #f4f5f7; - min-height: 25em; - .ms-form-group { - margin-left: 1em; - margin-right: 1em; - margin-top: 1.5em; - .ms-input-label { - background-color: #fff; - border: 1px solid #eee; - } - input { - .ms-input-label { - background-color: #fff; - border: 1px solid #eee; - } - } - } - .ms-input-group { - margin-left: 1em; - margin-right: 1em; - .ms-input-label { - background-color: #fff; - border: 1px solid #eee; - .ms-valiDateCode { - border: 0.1em; - height: 2em; - border-color: #000000; - } - } - } - .ms-btn { - margin-top: 1.5em; - margin-left: 1em; - margin-right: 1em; - background-color: #ddd; - } - .ms-submit { - color: #fff; - width: 100%; - } - .ms-input { - height: 2em; - } - } \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/password-forget-2.less b/src/main/webapp/templets/1/default/m/people/less/password-forget-2.less deleted file mode 100644 index 8d71ee82..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/password-forget-2.less +++ /dev/null @@ -1,43 +0,0 @@ -.ms-password-forget-2 { - background-color: #f3f5f7; - min-height: 25em; - .ms-margin { - margin-top: 2em; - .ms-text-warning { - color: #d73d3c; - font-size: 1em; - font-weight: 500; - } - .ms-margin-text { - margin-bottom: 1em; - .ms-text { - font-size: .9em; - } - .ms-num { - font-size: .85em; - } - } - .ms-monospace { - margin-top: 5em; - font-size: .9em; - .ms-link-text { - margin-left: -0.5em; - text-decoration: underline; - } - } - .am-input-group { - .ms-btn { - border-color: #f3f5f7; - background-color: #ddd; - } - .ms-text { - font-size: .9em; - } - } - .ms-submit { - color: #fff; - margin-top: 2em; - width: 100%; - } - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/password-forget-3.less b/src/main/webapp/templets/1/default/m/people/less/password-forget-3.less deleted file mode 100644 index a2bf0e6f..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/password-forget-3.less +++ /dev/null @@ -1,33 +0,0 @@ -.ms-password-forget-3 { - background: #f3f5f7!important; - .ms-form { - margin: 1em; - } - .ms-span { - font-size: 0.8em; - margin-left: 1.5em; - margin-right: 1.5em; - color: #383030; - .ms-btn { - text-align: center; - color: #fff; - margin-top: 2em; - .ms-submit { - color: #fff; - width: 100%; - } - } - .ms-monospace { - margin-top: 5em; - font-size: .9em; - .ms-link-text { - margin-left: -0.5em; - text-decoration: underline; - } - } - } - .ms-text { - font-size: .8em; - font-weight: 200; - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/less/register.less b/src/main/webapp/templets/1/default/m/people/less/register.less deleted file mode 100644 index 7193a91e..00000000 --- a/src/main/webapp/templets/1/default/m/people/less/register.less +++ /dev/null @@ -1,32 +0,0 @@ -.ms-register { - background-color: #f3f5f7; - display:none; - .ms-health{ - margin: 0 auto; - margin-top: 1em; - .iconfont{ - font-size: inherit; - } - } - .ms-valiDateCode{ - border: 1px; - height: 2em; - border-color: #000000; - } - .ms-login-form { - margin-top: 1.6em; - } - .ms-logBtn { - background-color: #f23030; - border-color: #ff9793; - margin: 0 auto; - margin-top: 10%; - width: 100%; - } - input { - border-color: #d9dbda; - } - .ms-input-bgcolor{ - background-color: #fff; - } -} \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/login.htm b/src/main/webapp/templets/1/default/m/people/login.htm deleted file mode 100644 index 8a14f88b..00000000 --- a/src/main/webapp/templets/1/default/m/people/login.htm +++ /dev/null @@ -1,172 +0,0 @@ - - - - - 登录 - <#include "/head-file.htm" /> - - - - -
-
    -
  • -
    -

    - -

    -
    - -
  • -
-
- - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/password-change.htm b/src/main/webapp/templets/1/default/m/people/password-change.htm deleted file mode 100644 index b90e29dc..00000000 --- a/src/main/webapp/templets/1/default/m/people/password-change.htm +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - 修改密码 - - <#include "/head-file.htm" /> - - - - - -
- - <#include "/head.htm" /> - - -
-
- - -
-
- - -
- 确认 -
-
- - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/m/people/register.htm b/src/main/webapp/templets/1/default/m/people/register.htm deleted file mode 100644 index 9d3c0dfe..00000000 --- a/src/main/webapp/templets/1/default/m/people/register.htm +++ /dev/null @@ -1,191 +0,0 @@ - - - - - 注册 - <#include "/head-file.htm" /> - - - - -
-
    -
  • -
    -

    - -

    -
    - -
  • -
-
- -
- -
- - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/menu-left.htm b/src/main/webapp/templets/1/default/menu-left.htm index 848ee783..1ecf6238 100644 --- a/src/main/webapp/templets/1/default/menu-left.htm +++ b/src/main/webapp/templets/1/default/menu-left.htm @@ -1,10 +1,10 @@
走进铭飞
diff --git a/src/main/webapp/templets/1/default/people/login.htm b/src/main/webapp/templets/1/default/people/login.htm index fa3abc8c..8e7d689a 100644 --- a/src/main/webapp/templets/1/default/people/login.htm +++ b/src/main/webapp/templets/1/default/people/login.htm @@ -58,7 +58,7 @@