init
2662
public/frontend/m_weben/css/animate.min.css
vendored
Executable file
633
public/frontend/m_weben/css/app.css
Executable file
@@ -0,0 +1,633 @@
|
||||
/*移动端H5页面统一样式----------------------------------------*/
|
||||
@charset "UTF-8";
|
||||
|
||||
body,
|
||||
html,
|
||||
li,
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
*:not([class*='layui-layer']),
|
||||
:before,
|
||||
:after,
|
||||
:visited,
|
||||
:focus,
|
||||
:focus-within,
|
||||
:checked {
|
||||
transition: 0.382s;
|
||||
/* IE 9 */
|
||||
-moz-transition: 0.382s;
|
||||
/* Firefox 4 */
|
||||
-webkit-transition: 0.382s;
|
||||
/* Safari 和 Chrome */
|
||||
-o-transition: 0.382s;
|
||||
/* Opera */
|
||||
-khtml-transition: 0.382s;
|
||||
/* only Safari */
|
||||
}
|
||||
body {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
font-family: Montserrat;
|
||||
}
|
||||
|
||||
/* 重置各标签的默认样式 */
|
||||
a,
|
||||
body,
|
||||
center,
|
||||
cite,
|
||||
code,
|
||||
dd,
|
||||
del,
|
||||
div,
|
||||
dl,
|
||||
dt,
|
||||
em,
|
||||
fieldset,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
form,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
header,
|
||||
hr,
|
||||
html,
|
||||
img,
|
||||
/* input, */
|
||||
label,
|
||||
legend,
|
||||
li,
|
||||
mark,
|
||||
ol,
|
||||
p,
|
||||
section,
|
||||
span,
|
||||
textarea,
|
||||
time,
|
||||
td,
|
||||
th,
|
||||
ul {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
font-style: normal;
|
||||
box-sizing: border-box;
|
||||
/* 自动换行 */
|
||||
word-wrap: break-word;
|
||||
/* 强制英文单词断行 */
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
/* 设置标签为块级分类 */
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
fieldset,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
main,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* 去除input标签的默认样式 */
|
||||
button,
|
||||
/* input, */
|
||||
textarea {
|
||||
-webkit-appearance: none;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
line-height: 1em;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* 禁止多文本框手动拖动大小 */
|
||||
textarea {
|
||||
resize: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/* 去掉按下的阴影盒子 */
|
||||
/* input, */
|
||||
textarea,
|
||||
a {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
margin-bottom: 5px;
|
||||
font-weight: 700;
|
||||
}
|
||||
/* 清除a标签下划线 */
|
||||
a,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:focus,
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* 清除列表前面的点 */
|
||||
ol,
|
||||
li,
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* 清除IE下图片的边框 */
|
||||
img {
|
||||
border-style: none;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
/* 解决chrome浏览器默认黄色背景问题 */
|
||||
input:-webkit-autofill,
|
||||
textarea:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0 1000px #fff inset;
|
||||
}
|
||||
|
||||
/* 设置默认滚动条样式 */
|
||||
::-webkit-input-placeholder {
|
||||
color: #afbdcc;
|
||||
}
|
||||
:-moz-placeholder {
|
||||
color: #afbdcc;
|
||||
}
|
||||
::-moz-placeholder {
|
||||
color: #afbdcc;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: #afbdcc;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 6px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #cccccc;
|
||||
border-radius: 6px;
|
||||
}
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
::-webkit-resizer {
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
}
|
||||
.error {
|
||||
border: 1px solid #ff4155 !important;
|
||||
}
|
||||
.error_text {
|
||||
color: #ff4155;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
/*去掉按下移动端按钮高亮显示颜色*/
|
||||
* {
|
||||
tap-highlight-color: transparent !important;
|
||||
-webkit-tap-highlight-color: transparent !important;
|
||||
font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'sans-serif', 'San Francisco', 'Microsoft Sans Serif', 'Arial';
|
||||
/*顶部加 @charset "UTF-8";*/
|
||||
}
|
||||
|
||||
@media (device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
|
||||
/* 兼容iphone4/4s */
|
||||
.class {
|
||||
}
|
||||
}
|
||||
|
||||
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
|
||||
/* 兼容iphone5 */
|
||||
.class {
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-device-width: 375px) and(max-device-width:667px) and(-webkit-min-device-pixel-ratio:2) {
|
||||
/*iphone6*/
|
||||
}
|
||||
|
||||
@media (min-device-width: 414px) and(max-device-width:736px) and(-webkit-min-device-pixel-ratio:3) {
|
||||
/*iphone6plus*/
|
||||
}
|
||||
|
||||
/*去掉边框线轮廓*/
|
||||
:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.cooperapp_bdpage {
|
||||
width: 100%;
|
||||
background: #f2f2f2;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.cooperapp_bd_main {
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
padding: 24px 16px;
|
||||
margin: 20px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
.cooperapp_t1 {
|
||||
font-size: 18px;
|
||||
color: #004bfa;
|
||||
text-align: left;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
font-weight: 700;
|
||||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.cooperapp_s1 {
|
||||
font-size: 12px;
|
||||
color: #707070;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-family: Montserrat-Medium, Montserrat;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.bd_ct {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.cooperapp_bd_ct {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
.cooperapp_bdimg {
|
||||
width: 100%;
|
||||
}
|
||||
.thimg {
|
||||
margin-top: 12px;
|
||||
width: 100%;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.bdimg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.bd_from {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.theit {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.bditem {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.bditem1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.itlable {
|
||||
font-size: 12.5px;
|
||||
font-family: Montserrat-Medium, Montserrat;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
padding-bottom: 5px;
|
||||
width: fit-content;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.redtag {
|
||||
position: absolute;
|
||||
right: -10px;
|
||||
top: 0px;
|
||||
color: #ee2f53;
|
||||
}
|
||||
|
||||
.itinp {
|
||||
font-size: 16px;
|
||||
background: #f2f2f2;
|
||||
/*border: none !important;*/
|
||||
border-radius: 8px;
|
||||
height: 48px;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
font-family: Montserrat-Regular, Montserrat;
|
||||
}
|
||||
|
||||
.itselectopen {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
display: flex;
|
||||
background: #f2f2f2;
|
||||
border: none !important;
|
||||
border-radius: 8px;
|
||||
box-shadow: none;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ittextarea {
|
||||
height: 100px;
|
||||
padding: 15px;
|
||||
background: #f2f2f2;
|
||||
|
||||
border-radius: 8px;
|
||||
font-family: Montserrat-Regular, Montserrat;
|
||||
}
|
||||
|
||||
.bttj {
|
||||
font-size: 14px;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
font-weight: bold;
|
||||
width: 212px;
|
||||
height: 48px;
|
||||
padding: 15px 60px;
|
||||
background: #004bfa;
|
||||
border-radius: 28px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.iotbpage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.iotb_bgw {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bdimg1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iotbt1 {
|
||||
font-size: 18px;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
padding-bottom: 24px;
|
||||
padding-top: 40px;
|
||||
font-weight: 700;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.iotb_part1 {
|
||||
padding: 0 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
padding-bottom: 40px;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.iotb_p1_item {
|
||||
width: 45%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.iotb_p1_item img {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
}
|
||||
.iotbic1 {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.iotbtp1 {
|
||||
font-size: 14px;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
font-weight: bold;
|
||||
padding-bottom: 11px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.iotbts1 {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-family: Montserrat-Medium, Montserrat;
|
||||
color: #9e9e9f;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.iotb_part2 {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.fdimgs {
|
||||
padding-bottom: 60px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.iotb_part3 {
|
||||
width: 100%;
|
||||
padding-bottom: 81px;
|
||||
display: flex;
|
||||
background-color: #fff;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.odmmain {
|
||||
width: 70%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.odmconten {
|
||||
width: 81%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.odmitem {
|
||||
width: 41%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
.appodmimg {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0px 2px 5px rgb(124, 162, 207, 0.2);
|
||||
}
|
||||
.odms1 {
|
||||
color: #202020;
|
||||
font-size: 14px;
|
||||
padding-top: 12px;
|
||||
text-align: center;
|
||||
font-family: Montserrat-Medium, Montserrat;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.appcoofootimg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sfbt1 {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
font-weight: bold;
|
||||
padding-bottom: 24px;
|
||||
padding-top: 24px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.sfbchecks {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sfbcheckboxlist {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sfbcheckboxit {
|
||||
margin: 0 !important;
|
||||
border: 1px solid #ccc;
|
||||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
border-radius: 2px !important;
|
||||
margin-right: 10px !important;
|
||||
}
|
||||
|
||||
.cit {
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
font-family: Montserrat-Regular, Montserrat;
|
||||
color: #000;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 12px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.bd_main1 {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.ittextarea2 {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.bditem select {
|
||||
border: 1px solid #f2f2f2;
|
||||
}
|
||||
|
||||
.bd_from .form-control {
|
||||
display: block;
|
||||
/*width: 100%;*/
|
||||
padding: 2px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
color: #555;
|
||||
|
||||
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
}
|
||||
.wcu_list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.wcu_ltem {
|
||||
width: 100%;
|
||||
margin-bottom: 12px;
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*padding: 0 20px;*/
|
||||
}
|
||||
.wcu_ltem .fbit {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wcu_s1 {
|
||||
color: #000;
|
||||
font: 16px;
|
||||
font-family: Montserrat-Medium, Montserrat;
|
||||
font-weight: 500;
|
||||
padding: 20px 24px;
|
||||
}
|
||||
.bd_main2 {
|
||||
padding-bottom: 75px;
|
||||
}
|
||||
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Black.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-BlackItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Bold.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-BoldItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-ExtraBold.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-ExtraBoldItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-ExtraLight.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-ExtraLightItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Italic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Light.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-LightItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Medium.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-MediumItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Regular.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-SemiBold.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-SemiBoldItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-Thin.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-ThinItalic.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/Montserrat-VariableFont_wght.ttf
Executable file
25
public/frontend/m_weben/css/font-20230802/iconfont.css
Executable file
@@ -0,0 +1,25 @@
|
||||
@font-face {
|
||||
font-family: "iconfont";
|
||||
src: url('iconfont.eot?t=1578621765768');
|
||||
/* IE9 */
|
||||
src: url('iconfont.eot?t=1578621765768#iefix') format('embedded-opentype'),
|
||||
/* IE6-IE8 */
|
||||
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKQAAsAAAAABlAAAAJEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApcdgE2AiQDCAsGAAQgBYRtBy8bmwURBTzJfgy4G0zqdEmtvjWxID7fRc6gRcrMzB8P/6293jczu0FQiConEtglBWIjYqsAja5QbBTKsvD/aHOMhqVcSKxIRu07M+5gHz8cs9mypRg1RKvNaNOGR4DBixDBSC8tku3mE/dO/wT6IKsHlONeNNakSV1AXRxIAe6FUWQllMfWMHaBS7hPoNWIJbE72T+lWWEtC8Sj6u51zbmworBcs1DX7C3iqUpzepyeeBJ+Pv5ZjmaSKrMajtHeLZuf2i7Ihw245BMiBHS4QsYSCnGqNn3EyIJxWWu6mGBftcHPutHwXWKvf56oWdXtYAgq7knpqm41l+C2xhrC9KhfjhhSZ980xxZnXs+FL0+9xNtcn361vyO4fv7MoXiInx+Ryyb6Wk7pUCD4f6x8e2T11zwq4Mvafy+0Ff28NO/OE/wWZc+eoqstZyqqsnYwGTpdU6tWNGB/rx9jLQP3kA/NBkZ4mwynyJpNkYVdQqXNCmrNNtCKXDQ93KaPZIvSggU3gNDtjqTTO2TdXmRh36gM+qLWHTZanQk9s81MVE5JTDTmkB6gyrgnx62dqHaGxaZNZFYd8iuUqopB4PrF3BR7lHNsUNsi1JqAJHcwAY9h2zIMkmvMtFtqPUSeR3UvcjPuDMcOCSU0lAOpA1DJsB75wzWn9P4ZVNhoJWRLV01+BUlKNTkIuPwe5NTQ9+q6l2eUrUJI0wggEuuACZiFWi0GhvpZNZTRXOWI5CDi2f2or8Fd39R93RFoZVlT2FOy6mbLCg0DAAA=') format('woff2'),
|
||||
url('iconfont.woff?t=1578621765768') format('woff'),
|
||||
url('iconfont.ttf?t=1578621765768') format('truetype'),
|
||||
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
||||
url('iconfont.svg?t=1578621765768#iconfont') format('svg');
|
||||
/* iOS 4.1- */
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-close:before {
|
||||
content: "\e606";
|
||||
}
|
||||
BIN
public/frontend/m_weben/css/font-20230802/iconfont.eot
Executable file
1
public/frontend/m_weben/css/font-20230802/iconfont.js
Executable file
@@ -0,0 +1 @@
|
||||
!function(l){var e,d='<svg><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M562.28 513.001l197.101-197.082c13.61-13.609 13.587-35.657-0.022-49.268-13.609-13.609-35.657-13.621-49.268-0.011L513.005 463.728 315.908 266.641c-13.61-13.61-35.658-13.61-49.268 0-13.609 13.609-13.609 35.669 0 49.278l197.083 197.088-197.082 197.085c-13.609 13.609-13.609 35.668 0 49.279 13.609 13.609 35.657 13.586 49.245 0l197.109-197.09 197.073 197.078c13.633 13.621 35.681 13.609 49.29 0s13.633-35.658 0.022-49.268l-197.1-197.09z" ></path></symbol></svg>',t=(e=document.getElementsByTagName("script"))[e.length-1].getAttribute("data-injectcss");if(t&&!l.__iconfont__svg__cssinject__){l.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(e){console&&console.log(e)}}!function(e){if(document.addEventListener)if(~["complete","loaded","interactive"].indexOf(document.readyState))setTimeout(e,0);else{var t=function(){document.removeEventListener("DOMContentLoaded",t,!1),e()};document.addEventListener("DOMContentLoaded",t,!1)}else document.attachEvent&&(o=e,i=l.document,c=!1,(d=function(){try{i.documentElement.doScroll("left")}catch(e){return void setTimeout(d,50)}n()})(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,n())});function n(){c||(c=!0,o())}var o,i,c,d}(function(){var e,t,n,o,i,c;(e=document.createElement("div")).innerHTML=d,d=null,(t=e.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",n=t,(o=document.body).firstChild?(i=n,(c=o.firstChild).parentNode.insertBefore(i,c)):o.appendChild(n))})}(window);
|
||||
29
public/frontend/m_weben/css/font-20230802/iconfont.svg
Executable file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<!--
|
||||
2013-9-30: Created.
|
||||
-->
|
||||
<svg>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
|
||||
<font id="iconfont" horiz-adv-x="1024" >
|
||||
<font-face
|
||||
font-family="iconfont"
|
||||
font-weight="500"
|
||||
font-stretch="normal"
|
||||
units-per-em="1024"
|
||||
ascent="896"
|
||||
descent="-128"
|
||||
/>
|
||||
<missing-glyph />
|
||||
|
||||
<glyph glyph-name="close" unicode="" d="M562.28 382.999l197.101 197.082c13.61 13.609 13.587 35.657-0.022 49.268-13.609 13.609-35.657 13.621-49.268 0.011L513.005 432.272 315.908 629.3589999999999c-13.61 13.61-35.658 13.61-49.268 0-13.609-13.609-13.609-35.669 0-49.278l197.083-197.088-197.082-197.085c-13.609-13.609-13.609-35.668 0-49.279 13.609-13.609 35.657-13.586 49.245 0l197.109 197.09 197.073-197.078c13.633-13.621 35.681-13.609 49.29 0s13.633 35.658 0.022 49.268l-197.1 197.09z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
|
||||
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 996 B |
BIN
public/frontend/m_weben/css/font-20230802/iconfont.ttf
Executable file
BIN
public/frontend/m_weben/css/font-20230802/iconfont.woff
Executable file
BIN
public/frontend/m_weben/css/font-20230802/iconfont.woff2
Executable file
128
public/frontend/m_weben/css/font.css
Executable file
@@ -0,0 +1,128 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?11cuay');
|
||||
src: url('fonts/icomoon.eot?11cuay#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?11cuay') format('truetype'),
|
||||
url('fonts/icomoon.woff?11cuay') format('woff'), url('fonts/icomoon.svg?11cuay#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^='icon-'],
|
||||
[class*=' icon-'] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-search:before {
|
||||
content: '\e900';
|
||||
}
|
||||
/* .icon-category:before {
|
||||
content: "\e924";
|
||||
} */
|
||||
.icon-Under-line:before {
|
||||
content: '\e91e';
|
||||
}
|
||||
.icon-On-line:before {
|
||||
content: '\e902';
|
||||
}
|
||||
.icon-support:before {
|
||||
content: '\e921';
|
||||
}
|
||||
.icon-media:before {
|
||||
content: '\e922';
|
||||
}
|
||||
.icon-join:before {
|
||||
content: '\e901';
|
||||
}
|
||||
.icon-arrow:before {
|
||||
content: '\e907';
|
||||
}
|
||||
.icon-Double-Arrow:before {
|
||||
content: '\e903';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'colleciton';
|
||||
src: url('fonts/colleciton/icomoon.eot?11cuay');
|
||||
src: url('fonts/colleciton/icomoon.eot?11cuay#iefix') format('embedded-opentype'),
|
||||
url('fonts/colleciton/icomoon.ttf?11cuay') format('truetype'), url('fonts/colleciton/icomoon.woff?11cuay') format('woff'),
|
||||
url('fonts/colleciton/icomoon.svg?11cuay#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^='ic-'],
|
||||
[class*=' ic-'] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'colleciton' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.ic-collect:before {
|
||||
content: '\e907';
|
||||
}
|
||||
.ic-collected:before {
|
||||
content: '\e900';
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoona.eot?c46hgi');
|
||||
src: url('fonts/icomoona.eot?c46hgi#iefix') format('embedded-opentype'), url('fonts/icomoona.ttf?c46hgi') format('truetype'),
|
||||
url('fonts/icomoona.woff?c46hgi') format('woff'), url('fonts/icomoona.svg?c46hgi#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^='icon-'],
|
||||
[class*=' icon-'] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-right-svg:before {
|
||||
content: '\e904';
|
||||
}
|
||||
.icon-add-svg:before {
|
||||
content: '\e900';
|
||||
color: #575757;
|
||||
}
|
||||
.icon-jian-svg:before {
|
||||
content: '\e901';
|
||||
color: #575757;
|
||||
}
|
||||
.icon-lag-svg:before {
|
||||
content: '\e902';
|
||||
}
|
||||
.icon-menu-svg:before {
|
||||
content: '\e903';
|
||||
}
|
||||
.icon-search-svg:before {
|
||||
content: '\e906';
|
||||
}
|
||||
BIN
public/frontend/m_weben/css/fonts/colleciton/icomoon.eot
Executable file
12
public/frontend/m_weben/css/fonts/colleciton/icomoon.svg
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="icomoon" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="Collected" d="M1003.52 569.173c-6.827 20.48-23.893 34.133-44.373 37.547l-273.067 42.667-122.88 261.12c-8.533 20.48-29.013 32.427-51.2 32.427s-40.96-11.947-51.2-32.427l-122.88-261.12-273.067-40.96c-20.48-3.413-37.547-17.067-44.373-37.547s-1.707-42.667 13.653-56.32l199.68-204.8-47.787-288.427c-3.413-20.48 5.12-42.667 23.893-54.613 17.067-11.947 40.96-13.653 59.733-3.413l242.347 131.413 244.053-136.533c8.533-3.413 17.067-6.827 25.6-6.827 30.72 0 56.32 25.6 56.32 56.32 0 6.827-1.707 11.947-3.413 17.067l-44.373 279.893 199.68 204.8c15.36 17.067 20.48 39.253 13.653 59.733z" />
|
||||
<glyph unicode="" glyph-name="colleciton" d="M214.602-37.832c-0.006 0-0.014 0-0.022 0-6.797 0-13.078 2.206-18.168 5.94l0.086-0.060c-7.699 5.659-12.64 14.681-12.64 24.857 0 1.848 0.163 3.659 0.475 5.417l-0.027-0.186 54.040 313.832-228.984 222.264c-5.76 5.593-9.335 13.409-9.335 22.061 0 15.422 11.358 28.191 26.166 30.399l0.168 0.021 316.576 45.84 141.552 285.584c10.328 20.928 44.736 20.928 55.064 0l141.592-285.584 316.56-45.84c14.976-2.228 26.335-14.997 26.335-30.419 0-8.651-3.574-16.468-9.327-22.054l-0.008-0.007-228.992-222.264 54.072-313.832c0.283-1.569 0.445-3.375 0.445-5.219 0-10.177-4.936-19.201-12.545-24.809l-0.085-0.060c-5.017-3.664-11.306-5.862-18.109-5.862-5.211 0-10.12 1.29-14.427 3.567l0.168-0.081-283.208 148.232-283.168-148.224c-4.135-2.206-9.043-3.505-14.254-3.512h-0.002zM512.026 179.36c4.896 0 9.792-1.168 14.264-3.512l242.344-126.84-46.272 268.512c-0.287 1.576-0.451 3.39-0.451 5.243 0 8.647 3.577 16.459 9.331 22.037l0.008 0.008 195.784 190.016-270.688 39.216c-10.196 1.507-18.641 7.847-23.040 16.576l-0.080 0.176-121.2 244.464-121.176-244.464c-4.479-8.905-12.924-15.245-22.953-16.732l-0.167-0.020-270.704-39.208 195.784-190.016c5.761-5.592 9.336-13.408 9.336-22.059 0-1.847-0.163-3.657-0.476-5.415l0.027 0.186-46.232-268.52 242.296 126.832c4.136 2.215 9.048 3.518 14.263 3.52h0.001z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/frontend/m_weben/css/fonts/colleciton/icomoon.ttf
Executable file
BIN
public/frontend/m_weben/css/fonts/colleciton/icomoon.woff
Executable file
BIN
public/frontend/m_weben/css/fonts/icomoon.eot
Executable file
19
public/frontend/m_weben/css/fonts/icomoon.svg
Executable file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="icomoon" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="search" horiz-adv-x="1138" d="M390.94 782.734c163.612 65.991 364.544-42.098 407.097-211.172 34.588-101.035 0.228-211.399-64.626-291.954 59.847-71.68 163.84-119.239 183.182-215.95-91.25 32.085-141.767 124.245-213.447 184.548-144.725-129.252-395.947-85.561-483.328 88.974-96.711 160.427-5.916 389.575 171.122 445.554zM438.5 751.104c-77.141-17.522-145.863-69.404-182.272-139.719-68.267-122.425-16.839-289.678 105.131-356.807 146.773-89.202 362.268-1.138 396.402 169.301 53.020 184.092-133.575 374.784-319.26 327.225z" />
|
||||
<glyph unicode="" glyph-name="1" d="M736 832c123.52 0 224-99.584 224-221.952 0-188.64-296.928-430.208-448.032-533.344-151.104 102.976-447.968 344.352-447.968 533.344 0 122.368 100.48 221.952 224 221.952 67.968 0 131.52-30.176 174.368-82.816l49.632-60.96 49.632 60.96c41.377 50.702 103.868 82.817 173.86 82.817 0.178 0 0.357 0 0.535-0.001h-0.027zM736 896c-0.117 0-0.255 0-0.394 0-89.995 0-170.355-41.255-223.198-105.886l-0.408-0.515c-53.251 65.145-133.611 106.4-223.606 106.4-0.139 0-0.277 0-0.416 0h0.022c-159.072 0-288-128.032-288-285.952 0-284.64 512-610.048 512-610.048s512 325.408 512 610.048c0 157.92-128.928 285.952-288 285.952z" />
|
||||
<glyph unicode="" glyph-name="uniE902" d="M726.578 12.893h-419.266c-30.607 0-55.51 25.003-55.51 55.736v758.741c0 30.733 24.903 55.736 55.51 55.736h419.266c30.607 0 55.51-25.003 55.51-55.736v-758.741c0-30.733-24.903-55.736-55.51-55.736zM307.312 855.912c-15.616 0-28.316-12.807-28.316-28.542v-758.741c0-15.735 12.701-28.542 28.316-28.542h419.266c15.616 0 28.316 12.807 28.316 28.542v758.741c0 15.735-12.701 28.542-28.316 28.542h-419.266zM432.38 797.686h162.706v-27.629h-162.706v27.629zM519.159 74.081c-26.239 0-47.59 21.351-47.59 47.59s21.351 47.59 47.59 47.59c26.239 0 47.59-21.351 47.59-47.59s-21.352-47.59-47.59-47.59zM519.159 155.663c-18.743 0-33.993-15.25-33.993-33.993s15.25-33.993 33.993-33.993c18.743 0 33.993 15.25 33.993 33.993s-15.251 33.993-33.993 33.993zM242.045 702.519h27.629v-54.235h-27.629v54.235zM242.045 634.981h27.629v-55.259h-27.629v55.259z" />
|
||||
<glyph unicode="" glyph-name="uniE903" d="M546.133 477.867l-418.133 418.133c-12.8 12.8-32 12.8-44.8 0s-12.8-32 0-44.8l394.667-394.667-394.667-394.667c-12.8-12.8-12.8-32 0-44.8 6.4-6.4 14.933-8.533 23.467-8.533s17.067 2.133 23.467 8.533l418.133 418.133c8.533 8.533 8.533 29.867-2.133 42.667zM964.267 477.867l-418.133 418.133c-12.8 12.8-32 12.8-44.8 0s-12.8-32 0-44.8l394.667-394.667-394.667-394.667c-12.8-12.8-12.8-32 0-44.8 6.4-6.4 14.933-8.533 23.467-8.533s17.067 2.133 23.467 8.533l418.133 418.133c6.4 8.533 6.4 29.867-2.133 42.667z" />
|
||||
<glyph unicode="" glyph-name="-" d="M531.2 618.667l-360.533-362.667c-8.533-8.533-21.333-8.533-29.867 0s-8.533 21.333 0 29.867l362.667 362.667c8.533 8.533 21.333 8.533 29.867 0 6.4-8.533 6.4-21.333-2.133-29.867zM864 256l-362.667 362.667c-8.533 8.533-8.533 21.333 0 29.867s21.333 8.533 29.867 0l362.667-362.667c8.533-8.533 8.533-21.333 0-29.867-6.4-6.4-21.333-6.4-29.867 0z" />
|
||||
<glyph unicode="" glyph-name="uniE91E" d="M1009.521 542.915l-100.096 285.082-0.829 2.017c-16.108 33.823-38.502 65.126-92.785 65.126h-611.85c-54.282 0-76.667-31.304-92.785-65.126l-100.936-287.099 6.42-2.253h-3.727c0-47.688 38.799-86.477 86.477-86.477 8.806 0 17.306 1.341 25.324 3.799v-325.714c0-53.637 41.155-97.28 91.73-97.28h586.844c50.575 0 91.73 43.643 91.73 97.28v325.714c7.571-2.41 16.279-3.799 25.312-3.799 0.004 0 0.008 0 0.013 0h-0.001c47.688 0 86.477 38.789 86.477 86.477h-3.727l6.41 2.253zM854.077 132.27c0-31.048-22.784-56.32-50.77-56.32h-586.844c-27.996 0-50.77 25.272-50.77 56.32v352h-0.87c1.044 1.198 2.028 2.447 3 3.707 15.831-20.5 40.571-33.782 68.413-33.782s52.582 13.281 68.413 33.782c15.831-20.5 40.571-33.782 68.413-33.782s52.582 13.281 68.413 33.782c15.831-20.5 40.571-33.782 68.413-33.782s52.582 13.281 68.413 33.782c15.831-20.5 40.571-33.782 68.413-33.782s52.593 13.281 68.413 33.782c15.831-20.5 40.571-33.782 68.413-33.782s52.582 13.281 68.413 33.782c0.973-1.26 1.966-2.499 3-3.707h-0.87v-352zM920.351 495.145c-25.122 0.035-45.477 20.394-45.507 45.514v0.003h-45.804c-0.029-25.123-20.384-45.482-45.503-45.517h-0.003c-25.126 0.029-45.488 20.39-45.517 45.514v0.003h-45.793c-0.029-25.126-20.39-45.488-45.514-45.517h-0.003c-25.122 0.035-45.477 20.394-45.507 45.514v0.003h-45.804c-0.029-25.123-20.384-45.482-45.503-45.517h-0.003c-25.126 0.029-45.488 20.39-45.517 45.514v0.003h-45.793c0-25.098-20.419-45.517-45.517-45.517s-45.517 20.419-45.517 45.517h-45.793c0-25.098-20.419-45.517-45.517-45.517s-45.517 20.419-45.517 45.517h-45.793c0-25.098-20.419-45.517-45.517-45.517s-45.517 20.419-45.517 45.517h-1.034l95.754 272.712c15.053 31.252 28.099 40.817 55.337 40.817h611.86c27.238 0 40.294-9.564 55.337-40.806l95.754-272.712h-1.034c-0.017-25.133-20.384-45.504-45.515-45.527h-0.002zM236.237 716.278h547.297v-40.96h-547.297z" />
|
||||
<glyph unicode="" glyph-name="6" d="M908.4 409c3.6 30.8-68.7 140.1-104 234s-100.3 221-325 221c-224.7 0-364-194.9-364-325 0-175.8 117.5-285.3 117-325 0-0.6 0-169 0-169s4.9-13 17.1-13c16.6 0 21.9 13 21.9 13v169c0 50.5-116.3 183.1-117 325-0.8 153 165.4 278.6 312 285.7v-247.4c-61.3-7.3-104-65.6-104-129.2 0-68 51.8-118.2 120.1-118.2 27.6 0 53 9.2 73.6 24.4l63.5-45.1c-0.3-1.8-0.5-3.5-0.5-5.3 0-21.5 17.5-38.9 39-38.9 21.6 0 39 17.4 39 38.9s-17.5 38.9-39 38.9c-5.2 0-10-1.1-14.5-2.8l-59.8 42.5c14.1 20 22.4 44.3 22.4 70.6 0 59.2-44.2 109.9-100.6 122.2v248.6c191.9-10.9 243.4-140.7 259.9-193.9 17.4-56.3 104.3-192.4 104-208-0.3-15.8-91-52-91-52v-104c0 0-0.1-25.5-26-52-24.2-24.8-78-26-78-26h-52v-143c0 0 5-13 17.9-13 18.8 0 21.1 13 21.1 13v104c0 0 54-5.7 104 26 53.2 33.8 52 91 52 91v78c25.7 8.3 87.4 34.2 90.9 65zM567 453c0-46.5-37.9-84.3-84.5-84.3-46.7 0-84.5 37.7-84.5 84.3s37.8 84.3 84.5 84.3c46.7-0.1 84.5-37.8 84.5-84.3z" />
|
||||
<glyph unicode="" glyph-name="3" d="M785.053 191.98l-28.387 42.667c68.84 45.94 114.213 124.287 114.213 213.253 0 88.98-45.373 167.313-114.213 213.267l28.387 42.653c82.627-55.14 137.087-149.147 137.087-255.92s-54.46-200.793-137.087-255.92zM699.793 319.98l-28.4 42.653c27.54 18.387 45.707 49.687 45.707 85.28 0 35.607-18.167 66.907-45.707 85.293l28.4 42.64c41.313-27.573 68.553-74.533 68.553-127.933s-27.24-100.373-68.553-127.933zM550.507 37.82h-38.453v2.1l-223.94 177.313h-134.893c-28.313 0-51.26 22.94-51.26 51.26v358.82c0 28.313 22.953 51.26 51.26 51.26h134.933l223.9 177.087v2.32h38.453c7.073 0 12.807-5.747 12.807-12.82v-794.527c0.007-7.080-5.733-12.813-12.807-12.813zM307.007 627.313h-153.78v-358.82h153.78l205.047-162.933v684.693l-205.047-162.94z" />
|
||||
<glyph unicode="" glyph-name="category" horiz-adv-x="1138" d="M57.799 753.607c58.254 2.731 116.964 2.731 175.218 0.228-39.822-55.296-133.803-52.11-175.218-0.228zM248.263 753.607c278.073 0.91 556.601 6.372 834.446-2.503-46.649-47.332-114.916-32.313-174.308-34.133-196.38 1.365-392.988-0.455-589.141 0.455-29.355-0.683-53.020 11.378-70.997 36.181zM64.853 483.499c79.417 0.91 159.289 9.33 238.023-1.593l12.743-18.887-15.246-23.666c-70.77-8.192-142.222-2.048-213.22-4.324-5.461 12.288-16.612 36.409-22.3 48.469zM350.208 484.864c186.596 3.413 373.191 0 559.559 1.82 59.392-0.228 121.287 5.916 175.673-23.666-15.019-6.599-45.284-19.797-60.302-26.396-218.681-0.455-437.817-3.641-656.27 1.593-4.779 11.833-13.881 35.044-18.66 46.649zM65.764 186.084c53.248 37.092 124.018 13.653 185.003 20.252 58.027-8.647 144.27 27.534 171.804-45.511-111.957-11.378-226.418-14.791-338.148-2.276l-18.66 27.534zM456.021 202.695c136.078 8.192 272.839 0.455 409.145 3.413 73.5-2.048 149.959 9.785 220.046-19.115-54.613-51.428-130.389-31.403-197.291-35.044-145.408 4.779-291.726-7.737-436.679 6.599 1.138 10.923 3.413 32.996 4.779 44.146z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/frontend/m_weben/css/fonts/icomoon.ttf
Executable file
BIN
public/frontend/m_weben/css/fonts/icomoon.woff
Executable file
BIN
public/frontend/m_weben/css/fonts/icomoona.eot
Executable file
16
public/frontend/m_weben/css/fonts/icomoona.svg
Executable file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="icomoon" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="add-svg" d="M465.455 960h93.091v-1024h-93.091v1024zM0 494.545h1024v-93.091h-1024v93.091z" />
|
||||
<glyph unicode="" glyph-name="jian-svg" d="M0 479.968h1024v-93.088h-1024v93.088z" />
|
||||
<glyph unicode="" glyph-name="lag-svg" d="M512-21.333v0c-259.181 0.033-469.276 210.148-469.276 469.333 0 129.578 52.512 246.891 137.415 331.82l-0.001-0.001c84.704 83.609 201.141 135.248 329.638 135.248 259.206 0 469.333-210.128 469.333-469.333 0-128.497-51.639-244.933-135.298-329.688l0.050 0.050c-84.462-84.894-201.376-137.431-330.561-137.431-0.457 0-0.914 0.001-1.371 0.002h0.071zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384v0 0c212.077 0 384 171.923 384 384s-171.923 384-384 384v0zM512-21.333c-64 0-121.131 53.931-160.299 151.808-33.68 89.773-53.174 193.523-53.174 301.827 0 5.519 0.051 11.027 0.151 16.523l-0.012-0.824c-0.089 4.67-0.14 10.179-0.14 15.699 0 108.303 19.494 212.053 55.164 307.932l-1.99-6.106c39.168 97.92 96.085 151.808 160.299 151.808s121.131-53.931 160.299-151.808c33.68-89.773 53.174-193.523 53.174-301.827 0-5.519-0.051-11.027-0.151-16.523l0.012 0.824c0.089-4.67 0.14-10.179 0.14-15.699 0-108.303-19.494-212.053-55.164-307.932l1.99 6.106c-39.168-97.92-96.299-151.808-160.299-151.808zM512 832c-25.6 0-57.216-38.4-81.067-98.133-29.832-80.309-47.093-173.085-47.093-269.893 0-5.617 0.058-11.22 0.174-16.808l-0.014 0.835c-0.102-4.749-0.16-10.348-0.16-15.959 0-96.812 17.261-189.593 48.874-275.433l-1.781 5.525c23.851-59.733 55.467-98.133 81.067-98.133s57.216 38.4 81.067 98.133c29.832 80.309 47.093 173.085 47.093 269.893 0 5.617-0.058 11.22-0.174 16.808l0.014-0.835c0.102 4.749 0.16 10.348 0.16 15.959 0 96.812-17.261 189.593-48.874 275.433l1.781-5.525c-23.851 59.733-55.68 98.133-81.067 98.133zM528.256 277.504h-1.707c-0.162 0-0.354 0-0.547 0-85.697 0-167.328 17.411-241.548 48.889l4.057-1.528c-78.824 33.058-146.093 78.848-202.473 135.486l-0.023 0.023c-8.009 7.766-12.98 18.625-12.98 30.646 0 23.564 19.103 42.667 42.667 42.667 12.063 0 22.957-5.006 30.717-13.054l0.012-0.013c97.526-97.491 232.239-157.788 381.035-157.788s283.508 60.297 381.036 157.789l-0.001-0.001c7.67 7.437 18.143 12.021 29.686 12.021 23.564 0 42.667-19.103 42.667-42.667 0-11.501-4.55-21.939-11.949-29.612l0.012 0.013c-56.369-56.65-123.594-102.437-198.301-133.985l-4.067-1.525c-70.174-29.949-151.816-47.36-237.525-47.36-0.27 0-0.54 0-0.809 0.001h0.041z" />
|
||||
<glyph unicode="" glyph-name="menu-svg" d="M874.667 704h-725.333c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667v0h725.333c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667v0zM874.667 409.301h-725.333c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667v0h725.333c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667v0zM874.667 114.645h-725.333c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667v0h725.333c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667v0z" />
|
||||
<glyph unicode="" glyph-name="right-svg" d="M512 960c-282.697 0-512-229.303-512-512s229.303-512 512-512 512 229.303 512 512-229.303 512-512 512zM448.549 211.566l-51.017 51.017 190.72 190.72-190.72 190.72 51.017 51.017 241.554-241.737-241.554-241.737z" />
|
||||
<glyph unicode="" glyph-name="search-svg" d="M448 106.667v0c-223.859 0-405.333 181.474-405.333 405.333s181.474 405.333 405.333 405.333c223.859 0 405.333-181.474 405.333-405.333v0c0.006-0.801 0.009-1.749 0.009-2.697 0-222.375-180.27-402.645-402.645-402.645-0.948 0-1.896 0.003-2.843 0.010l0.146-0.001zM448 832c-176.731 0-320-143.269-320-320s143.269-320 320-320v0 0c176.731 0 320 143.269 320 320s-143.269 320-320 320v0zM938.667-21.461c-0.010 0-0.022 0-0.034 0-11.784 0-22.453 4.777-30.174 12.501l-223.701 224c-8.023 7.768-13.003 18.636-13.003 30.668 0 23.564 19.103 42.667 42.667 42.667 12.053 0 22.939-4.998 30.698-13.034l0.012-0.013 223.701-224c7.718-7.721 12.492-18.386 12.492-30.165 0-23.564-19.103-42.667-42.667-42.667-0.012 0-0.024 0-0.035 0h0.002z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/frontend/m_weben/css/fonts/icomoona.ttf
Executable file
BIN
public/frontend/m_weben/css/fonts/icomoona.woff
Executable file
164
public/frontend/m_weben/css/login.css
Executable file
@@ -0,0 +1,164 @@
|
||||
/*login*/
|
||||
.margin-60{margin:1.6rem 0 1.6rem;}
|
||||
.margin-40{margin:1.1rem 0 0.2rem;}
|
||||
.margin-20{margin:0.53rem 0 1.2rem;}
|
||||
.login-m-a {border-bottom: 1px solid #e5e5e5; overflow: hidden;position: relative; width:95%; margin: auto;}
|
||||
.login-m-img { position: absolute;top:0.8rem; left:0.53rem; }
|
||||
.login-m-img img {width:0.9rem;}
|
||||
.input-a {float: left; margin-left:4rem; }
|
||||
.input-a input{border:none;height: 2.5rem; line-height: 2.5rem; text-align: center; color: #666; font-size:0.74rem; width:10rem; background-color: transparent;}
|
||||
.input-code {position: absolute; right:1.33rem; top:0.6rem; width:5rem;}
|
||||
.input-code button {border-radius:30px; border: 1px solid #77ccee; text-align: center;background: #fff; cursor: pointer;color: #009fdf; font-size: 0.64rem; padding: 0 0.5rem; line-height: 1.4rem;}
|
||||
.login-btn {width:95%; margin-left: auto; margin-right: auto;}
|
||||
.login-btn button {width:100%;background: #009fdf;height: 2.13rem; border-radius: 0.27rem; border:none;line-height: 2.13rem;color: #fff;font-size: 0.746rem;cursor: pointer;}
|
||||
.login-text { margin:0.58rem auto 1.5rem;width:90%; font-size: 0.74rem;color: #009fdf;}
|
||||
.login-text a{color: #009fdf;}
|
||||
.login-text a:hover {color: #0087bd;}
|
||||
.floa_r {float: right;}
|
||||
.login-line{width:13.6rem; height: 0.59rem; background:url(../images/customer/login-line.png); margin-left:auto; margin-right: auto; line-height: 0.59rem;}
|
||||
.quick_login{text-align: center; }
|
||||
.quick_login a{margin:1.5rem 0.55rem 3rem; display: inline-block;}
|
||||
/*register*/
|
||||
.regist-tab{overflow: hidden; text-align: center;}
|
||||
.regist-tab .tab{ overflow:hidden; font-size: 0.85rem;}
|
||||
.regist-tab .tab a{display: inline-block;padding:10px 20px; text-decoration:none; color:#333;}
|
||||
.regist-tab .tab a:hover{ color:#666; text-decoration:none;}
|
||||
.regist-tab .tab a.on{ color:#009fdf; text-decoration:none;position: relative;}
|
||||
/*.regist-tab .tab a.on:after { content:""; position: absolute;bottom: 0; width:1.5rem; background: #009fdf; height: 2px; left:35%;}*/
|
||||
.regist-form {font-size:0.59rem; color: #969696; float: left; margin: 0.8rem;}
|
||||
.regist-form input[type='checkbox'] {width: 20px; height: 20px; -webkit-appearance:none;border: 1px solid #c9c9c9;border-radius: 2px;outline: none;cursor: pointer; vertical-align: middle;}
|
||||
.regist-form input[type=checkbox]:checked{background: url("../images/user/regist-right.jpg")no-repeat center;}
|
||||
/*个人中心*/
|
||||
.personal-m-a {border-bottom: 1px solid #e5e5e5; overflow: hidden;position: relative;}
|
||||
.personal-m-a:last-child {border-bottom: none;}
|
||||
.personal-bg {background: #fff;}
|
||||
.personal-lable {font-size: 0.746rem; color: #666; position: absolute;top:0.8rem; left:2.4rem;}
|
||||
.personal-c {float: right; margin-right:1.25rem;}
|
||||
.personal-c input{border:none;height: 2.5rem; line-height: 2.5rem; text-align: right; color: #666; font-size:0.74rem;width:14.5rem; }
|
||||
.personal-icon {position: absolute; right:0.53rem; top:1rem;}
|
||||
.personal-icon img { width:0.37rem;}
|
||||
.personal-all { position: relative;}
|
||||
.personal-all p {color: #fff; font-size: 0.746rem; text-align: center;}
|
||||
.personal-img {position: absolute;left:7.97rem; top:2.08rem;}
|
||||
.personal-img img {width:4.05rem;}
|
||||
.personal-left-icon{width:0.96rem; margin-top:0.75rem; margin-bottom: 0.75rem; margin-left:0.35rem; float: left;}
|
||||
.personal-left-icon img{width:100%;}
|
||||
|
||||
/*弹出框*/
|
||||
.Popup{background-color:rgba(0,0,0,0.2); position: fixed; top:0; height: 100%; width:20rem; margin-left:-0.5rem; display: none; z-index: 9;}
|
||||
.Popup .content{background-color:#FFF; border-radius: 0.27rem; width:14rem; margin-left:auto; margin-right: auto; position: relative; top:50%; padding:1rem; overflow: hidden;}
|
||||
.password{height: 12.5rem; margin-top:-7rem;}
|
||||
.email{height: 5rem; margin-top:-2.5rem;}
|
||||
.phone{height: 8rem; margin-top:-4.5rem;}
|
||||
.phone .input-code{position: relative; left:0;}
|
||||
.phone .input-code inpu{height: 2rem;}
|
||||
.Popup label {width: 100%; display: inline-block; line-height: 1.2rem;}
|
||||
.Popup .content .input_class{border: 1px solid #d9d9d9; height: 1rem; width: 100%; padding-left: 0.27rem;}
|
||||
|
||||
.Popup .u_button a {width: 3.58rem; display: inline-block; text-align: center; margin-left: 0.48rem; margin-right: 0.48rem; color: #FFF; line-height: 1.2rem;}
|
||||
.Popup .u_button_blue {background-color: #32a5e7;}
|
||||
.Popup .u_button_gray{background-color:#d9d9d9;}
|
||||
/*其他登录方式*/
|
||||
.other_login .title{width:12.37333rem; margin-left:auto; margin-right: auto;}
|
||||
.other_login a{width:1.52rem; display: inline-block;}
|
||||
.other_login a:nth-child(2){margin-right: 0;}
|
||||
|
||||
/*个人中心头部*/
|
||||
.personal_header{position: absolute;left:2.27rem; top:2.03rem; width:15.5rem;}
|
||||
.personal_header img{width:3.2rem;}
|
||||
.personal_header .left{width:4rem; float: left;}
|
||||
.personal_header .right{width:10rem; float: left; margin-top:0.3rem;}
|
||||
.personal_header p{text-align: left;}
|
||||
|
||||
/*个人中心收藏*/
|
||||
.collection_c{border-bottom:1px solid #e5e5e5; overflow: hidden;}
|
||||
.collection_c li{padding-right: 0.66rem;float: left; padding-left: 0.66rem;}
|
||||
.collection_c a {color: #333; line-height: 2.4rem;}
|
||||
.collection_c .collection_c_hover a {color:#009fdf;}
|
||||
|
||||
/*个人中心收藏产品列表*/
|
||||
.collection_l li{border-bottom:1px solid #e5e5e5; padding:0.54rem 0.25rem; overflow: hidden;}
|
||||
.collection_l li:last-child{border-bottom: none;}
|
||||
.collection_l .left{border:1px solid #e5e5e5; width:2.99rem; float: left; margin-right: 0.8rem;}
|
||||
.collection_l .left img{width:2.39rem; padding:0.3rem;}
|
||||
.collection_l .right{width:13rem; float: left;}
|
||||
.collection_l input{height: 0.96rem; width: 0.96rem; position: absolute; }
|
||||
.collection_l input+label{content: url("../../m_web/images/user/unselected.png"); height: 0.96rem; width: 0.96rem; display:inline-block;}
|
||||
.collection_l input:checked + label{content: url("../../m_web/images/user/selected.png"); height: 0.96rem; width: 0.96rem; display:inline-block;}
|
||||
.Batch_select{width:0.96rem; float: left; margin-right: 0.38rem; height: 0.96rem; margin-top:1rem;}
|
||||
input[type="checkbox"] {
|
||||
appearance:none;
|
||||
-moz-appearance:none; /* Firefox */
|
||||
-webkit-appearance:none; /* Safari 和 Chrome */
|
||||
border:none;
|
||||
outline: none;
|
||||
}
|
||||
.collection_b input{height: 0.96rem; width: 0.96rem; position: absolute; left:-1.49rem; z-index: 9;}
|
||||
.collection_b input+label{content: url("../../m_web/images/user/unselected.png"); height: 0.96rem; width: 0.96rem; display:inline-block; position: absolute; left:-1.44rem; }
|
||||
.collection_b input:checked + label{content: url("../../m_web/images/user/selected.png");height: 0.96rem; width: 0.96rem; display:inline-block; position: absolute; left:-1.44rem;;}
|
||||
.collection_b{border-top:1px solid #e5e5e5;}
|
||||
.collection_b .collection_b_left{width:50%; margin-left:3.1rem; float: left; position: relative; height: 0.96rem;}
|
||||
.collection_b .collection_b_right{float: right; margin-right: 1.653rem;}
|
||||
|
||||
.all_del span{width:3.58rem; height: 1.2rem; text-align: center; margin-left: 0.48rem; mmargin-right: 0.48rem;color:
|
||||
#FFF;line-height: 1.2rem; float: left}
|
||||
.all_del_left{margin-left:1.7rem; width:8.5rem; margin-left:auto; margin-right: auto;}
|
||||
.input_phone{border: 1px solid #d9d9d9; height: 1.25rem; width: 6rem; padding-left: 0.27rem; display: inline-block; margin-right: 0.8rem;}
|
||||
.phone .input-code{top:0;}
|
||||
|
||||
.activation {
|
||||
padding: 0.5em 2em;
|
||||
display: inline-block;
|
||||
background-color:
|
||||
#009fe0;
|
||||
color:#FFF;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
87
public/frontend/m_weben/css/montserrat.css
Executable file
@@ -0,0 +1,87 @@
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Black';
|
||||
src: url('montserrat/Montserrat-Black/Montserrat-Black.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Black/Montserrat-Black.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Black/Montserrat-Black.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Black/Montserrat-Black.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Black/Montserrat-Black.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Bold';
|
||||
src: url('montserrat/Montserrat-Bold/Montserrat-Bold.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Bold/Montserrat-Bold.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Bold/Montserrat-Bold.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Bold/Montserrat-Bold.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Bold/Montserrat-Bold.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Medium';
|
||||
src: url('montserrat/Montserrat-Medium/Montserrat-Medium.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Medium/Montserrat-Medium.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Medium/Montserrat-Medium.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Medium/Montserrat-Medium.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Medium/Montserrat-Medium.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat-SemiBold';
|
||||
src: url('montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-SemiBold/Montserrat-SemiBold.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-SemiBold/Montserrat-SemiBold.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Thin';
|
||||
src: url('montserrat/Montserrat-Thin/Montserrat-Thin.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Thin/Montserrat-Thin.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Thin/Montserrat-Thin.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Thin/Montserrat-Thin.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Thin/Montserrat-Thin.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Light';
|
||||
src: url('montserrat/Montserrat-Light/Montserrat-Light.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Light/Montserrat-Light.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Light/Montserrat-Light.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Light/Montserrat-Light.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Light/Montserrat-Light.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Regular';
|
||||
src: url('montserrat/Montserrat-Regular/Montserrat-Regular.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Regular/Montserrat-Regular.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Regular/Montserrat-Regular.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Regular/Montserrat-Regular.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Regular/Montserrat-Regular.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/*@font-face {
|
||||
font-family: 'Montserrat-Black';
|
||||
src: url('montserrat/Montserrat-Black/Montserrat-Black.eot?ujw7hy');
|
||||
src: url('montserrat/Montserrat-Black/Montserrat-Black.eot?ujw7hy#iefix') format('embedded-opentype'),
|
||||
url('montserrat/Montserrat-Black/Montserrat-Black.ttf?ujw7hy') format('truetype'),
|
||||
url('montserrat/Montserrat-Black/Montserrat-Black.woff?ujw7hy') format('woff'),
|
||||
url('montserrat/Montserrat-Black/Montserrat-Black.svg?ujw7hy#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
*/
|
||||
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Black/Montserrat-Black.eot
Executable file
1959
public/frontend/m_weben/css/montserrat/Montserrat-Black/Montserrat-Black.svg
Executable file
|
After Width: | Height: | Size: 276 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Black/Montserrat-Black.ttf
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Black/Montserrat-Black.woff
Executable file
|
After Width: | Height: | Size: 284 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Bold/Montserrat-Bold.eot
Executable file
1959
public/frontend/m_weben/css/montserrat/Montserrat-Bold/Montserrat-Bold.svg
Executable file
|
After Width: | Height: | Size: 274 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Bold/Montserrat-Bold.ttf
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Bold/Montserrat-Bold.woff
Executable file
|
After Width: | Height: | Size: 283 KiB |
1959
public/frontend/m_weben/css/montserrat/Montserrat-ExtraBold/Montserrat-ExtraBold.svg
Executable file
|
After Width: | Height: | Size: 276 KiB |
|
After Width: | Height: | Size: 283 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 278 KiB |
|
After Width: | Height: | Size: 278 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Italic/Montserrat-Italic.eot
Executable file
1959
public/frontend/m_weben/css/montserrat/Montserrat-Italic/Montserrat-Italic.svg
Executable file
|
After Width: | Height: | Size: 281 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Italic/Montserrat-Italic.ttf
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Italic/Montserrat-Italic.woff
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Light/Montserrat-Light.eot
Executable file
1959
public/frontend/m_weben/css/montserrat/Montserrat-Light/Montserrat-Light.svg
Executable file
|
After Width: | Height: | Size: 274 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Light/Montserrat-Light.ttf
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Light/Montserrat-Light.woff
Executable file
|
After Width: | Height: | Size: 280 KiB |
1959
public/frontend/m_weben/css/montserrat/Montserrat-Medium/Montserrat-Medium(1).svg
Executable file
|
After Width: | Height: | Size: 273 KiB |
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Medium/Montserrat-Medium.eot
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Medium/Montserrat-Medium.ttf
Executable file
BIN
public/frontend/m_weben/css/montserrat/Montserrat-Medium/Montserrat-Medium.woff
Executable file
|
After Width: | Height: | Size: 281 KiB |