commit
aa13fe6638
5072 changed files with 686950 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
{ |
|||
"presets": [ |
|||
["env", { |
|||
"modules": false, |
|||
"targets": { |
|||
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"] |
|||
} |
|||
}], |
|||
"stage-2" |
|||
], |
|||
"plugins": ["transform-vue-jsx", "transform-runtime"] |
|||
} |
|||
@ -0,0 +1,16 @@ |
|||
root = true |
|||
|
|||
[*] |
|||
# 字符编码 |
|||
charset = utf-8 |
|||
# 以空格形式缩进 |
|||
indent_style = space |
|||
# 缩进的大小为4个空格 |
|||
indent_size = 4 |
|||
tab_width = 4 |
|||
# 定义换行符 |
|||
end_of_line = lf |
|||
# 文件结尾处插入新行 |
|||
insert_final_newline = true |
|||
# 除去换行行首的任意空白字符 |
|||
# trim_trailing_whitespace = true |
|||
@ -0,0 +1,5 @@ |
|||
/build/ |
|||
/config/ |
|||
/dist/ |
|||
/*.js |
|||
/src |
|||
@ -0,0 +1,29 @@ |
|||
// https://eslint.org/docs/user-guide/configuring
|
|||
|
|||
module.exports = { |
|||
root: true, |
|||
parserOptions: { |
|||
parser: 'babel-eslint' |
|||
}, |
|||
env: { |
|||
browser: true, |
|||
}, |
|||
extends: [ |
|||
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
|
|||
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
|
|||
'plugin:vue/essential', |
|||
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
|
|||
'standard' |
|||
], |
|||
// required to lint *.vue files
|
|||
plugins: [ |
|||
'vue' |
|||
], |
|||
// add your custom rules here
|
|||
rules: { |
|||
// allow async-await
|
|||
'generator-star-spacing': 'off', |
|||
// allow debugger during development
|
|||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' |
|||
} |
|||
} |
|||
@ -0,0 +1,43 @@ |
|||
# ---> Vue |
|||
# gitignore template for Vue.js projects |
|||
# |
|||
# Recommended template: Node.gitignore |
|||
|
|||
# TODO: where does this rule come from? |
|||
docs/_book |
|||
|
|||
# TODO: where does this rule come from? |
|||
test/ |
|||
|
|||
# ---> macOS |
|||
# General |
|||
.DS_Store |
|||
.AppleDouble |
|||
.LSOverride |
|||
|
|||
# Icon must end with two \r |
|||
|
|||
|
|||
# Thumbnails |
|||
._* |
|||
|
|||
# Files that might appear in the root of a volume |
|||
.DocumentRevisions-V100 |
|||
.fseventsd |
|||
.Spotlight-V100 |
|||
.TemporaryItems |
|||
.Trashes |
|||
.VolumeIcon.icns |
|||
.com.apple.timemachine.donotpresent |
|||
|
|||
# Directories potentially created on remote AFP share |
|||
.AppleDB |
|||
.AppleDesktop |
|||
Network Trash Folder |
|||
Temporary Items |
|||
.apdisk |
|||
|
|||
.idea/ |
|||
node_modules/ |
|||
|
|||
.history/ |
|||
@ -0,0 +1,10 @@ |
|||
// https://github.com/michael-ciniawsky/postcss-load-config
|
|||
|
|||
module.exports = { |
|||
"plugins": { |
|||
"postcss-import": {}, |
|||
"postcss-url": {}, |
|||
// to edit target browsers: use "browserslist" field in package.json
|
|||
"autoprefixer": {} |
|||
} |
|||
} |
|||
@ -0,0 +1,21 @@ |
|||
MIT License |
|||
|
|||
Copyright (c) 2020 lautin |
|||
|
|||
Permission is hereby granted, free of charge, to any person obtaining a copy |
|||
of this software and associated documentation files (the "Software"), to deal |
|||
in the Software without restriction, including without limitation the rights |
|||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|||
copies of the Software, and to permit persons to whom the Software is |
|||
furnished to do so, subject to the following conditions: |
|||
|
|||
The above copyright notice and this permission notice shall be included in all |
|||
copies or substantial portions of the Software. |
|||
|
|||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
|||
SOFTWARE. |
|||
@ -0,0 +1,52 @@ |
|||
# e-learn |
|||
|
|||
> A Vue.js project |
|||
|
|||
## Build Setup |
|||
|
|||
``` bash |
|||
# install dependencies |
|||
npm install |
|||
|
|||
# serve with hot reload at localhost:8080 |
|||
npm run dev |
|||
|
|||
# build for production with minification |
|||
npm run build |
|||
|
|||
# build for production and view the bundle analyzer report |
|||
npm run build --report |
|||
``` |
|||
|
|||
### 服务器地址 |
|||
+ 管理后台:http://211.149.170.186:8887/btwest/ cproot eukhw2tb |
|||
+ |
|||
+ SSH账户:211.149.170.186 root eukhw2tb 22(000) |
|||
|
|||
+ 功能模块: |
|||
- 账户中心: |
|||
- 账户信息 |
|||
- 重置密码 |
|||
- 实名认证 |
|||
- 邀请好友 |
|||
- 登录记录 |
|||
|
|||
- 我的钱包 |
|||
- 资产 |
|||
- 合约账户 |
|||
- 期权账户 |
|||
- 资金划转 |
|||
- 充值提币 |
|||
- 我的返佣 |
|||
|
|||
|
|||
- 安全设置 |
|||
- 交易密码 |
|||
- google验证 |
|||
- 邮箱验证 |
|||
- sms验证 |
|||
- 地址管理 |
|||
- |
|||
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |
|||
|
|||
markdown 预览的快捷键 ctrl+shift+v |
|||
@ -0,0 +1,2 @@ |
|||
# jiaoyi |
|||
|
|||
@ -0,0 +1,41 @@ |
|||
'use strict' |
|||
require('./check-versions')() |
|||
// 构建时 将环境变量设为production
|
|||
process.env.NODE_ENV = 'production' |
|||
|
|||
const ora = require('ora') |
|||
const rm = require('rimraf') |
|||
const path = require('path') |
|||
const chalk = require('chalk') |
|||
const webpack = require('webpack') |
|||
const config = require('../config') |
|||
const webpackConfig = require('./webpack.prod.conf') |
|||
|
|||
const spinner = ora('building for production...') |
|||
spinner.start() |
|||
|
|||
rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => { |
|||
if (err) throw err |
|||
webpack(webpackConfig, (err, stats) => { |
|||
spinner.stop() |
|||
if (err) throw err |
|||
process.stdout.write(stats.toString({ |
|||
colors: true, |
|||
modules: false, |
|||
children: false, |
|||
chunks: false, |
|||
chunkModules: false |
|||
}) + '\n\n') |
|||
|
|||
if (stats.hasErrors()) { |
|||
console.log(chalk.red(' Build failed with errors.\n')) |
|||
process.exit(1) |
|||
} |
|||
|
|||
console.log(chalk.cyan(' Build complete.\n')) |
|||
console.log(chalk.yellow( |
|||
' Tip: built files are meant to be served over an HTTP server.\n' + |
|||
' Opening index.html over file:// won\'t work.\n' |
|||
)) |
|||
}) |
|||
}) |
|||
@ -0,0 +1,52 @@ |
|||
'use strict' |
|||
const chalk = require('chalk') |
|||
const semver = require('semver') |
|||
const packageConfig = require('../package.json') |
|||
const shell = require('shelljs') |
|||
|
|||
function exec(cmd) { |
|||
return require('child_process').execSync(cmd).toString().trim() |
|||
} |
|||
|
|||
const versionRequirements = [{ |
|||
name: 'node', |
|||
currentVersion: semver.clean(process.version), |
|||
versionRequirement: packageConfig.engines.node |
|||
}] |
|||
|
|||
if (shell.which('npm')) { |
|||
versionRequirements.push({ |
|||
name: 'npm', |
|||
currentVersion: exec('npm --version'), |
|||
versionRequirement: packageConfig.engines.npm |
|||
}) |
|||
} |
|||
|
|||
module.exports = function () { |
|||
const warnings = [] |
|||
|
|||
for (let i = 0; i < versionRequirements.length; i++) { |
|||
const mod = versionRequirements[i] |
|||
|
|||
if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) { |
|||
warnings.push(mod.name + ': ' + |
|||
chalk.red(mod.currentVersion) + ' should be ' + |
|||
chalk.green(mod.versionRequirement) |
|||
) |
|||
} |
|||
} |
|||
|
|||
if (warnings.length) { |
|||
console.log('') |
|||
console.log(chalk.yellow('To use this template, you must update following to modules:')) |
|||
console.log() |
|||
|
|||
for (let i = 0; i < warnings.length; i++) { |
|||
const warning = warnings[i] |
|||
console.log(' ' + warning) |
|||
} |
|||
|
|||
console.log() |
|||
process.exit(1) |
|||
} |
|||
} |
|||
|
After Width: | Height: | Size: 6.7 KiB |
@ -0,0 +1,142 @@ |
|||
'use strict' |
|||
const path = require('path') |
|||
const config = require('../config') |
|||
|
|||
const packageConfig = require('../package.json') |
|||
|
|||
// 将构建时内嵌的css 提取为一个独立文件
|
|||
const ExtractTextPlugin = require('extract-text-webpack-plugin') |
|||
|
|||
// 配置资源文件路径
|
|||
exports.assetsPath = function(_path) { |
|||
const assetsSubDirectory = process.env.NODE_ENV === 'production' ? |
|||
config.build.assetsSubDirectory : |
|||
config.dev.assetsSubDirectory |
|||
|
|||
return path.posix.join(assetsSubDirectory, _path) |
|||
} |
|||
|
|||
/** |
|||
* 加载各型css loader的封装函数 |
|||
* { usePostCSS, sourceMap, extract } |
|||
* |
|||
*/ |
|||
exports.cssLoaders = function(options) { |
|||
options = options || {} |
|||
|
|||
//
|
|||
const cssLoader = { |
|||
loader: 'css-loader', |
|||
options: { |
|||
sourceMap: options.sourceMap |
|||
} |
|||
} |
|||
|
|||
const postcssLoader = { |
|||
loader: 'postcss-loader', |
|||
options: { |
|||
sourceMap: options.sourceMap |
|||
} |
|||
} |
|||
|
|||
// generate loader string to be used with extract text plugin
|
|||
function generateLoaders(loader, loaderOptions) { |
|||
const loaders = options.usePostCSS ? [cssLoader, postcssLoader] : [cssLoader] |
|||
|
|||
if (loader) { |
|||
loaders.push({ |
|||
loader: loader + '-loader', |
|||
// 接入自定义的选项
|
|||
options: Object.assign({}, loaderOptions, { |
|||
sourceMap: options.sourceMap |
|||
}) |
|||
}) |
|||
} |
|||
|
|||
// Extract CSS when that option is specified
|
|||
// (which is the case during production build)
|
|||
if (options.extract) { |
|||
return ExtractTextPlugin.extract({ |
|||
use: loaders, |
|||
fallback: 'vue-style-loader', |
|||
publicPath: '../../' |
|||
}) |
|||
} else { // 最后加载vue-style-loader 解析.vue中的css代码
|
|||
return ['vue-style-loader'].concat(loaders) |
|||
} |
|||
} |
|||
|
|||
// https://vue-loader.vuejs.org/en/configurations/extract-css.html
|
|||
return { |
|||
css: generateLoaders(), |
|||
postcss: generateLoaders(), |
|||
|
|||
less: generateLoaders('less'), |
|||
|
|||
// 给scss文件增加loader以支持全局导入文件,
|
|||
// 所有扩展的loader通过concat写入
|
|||
// resource-loader确保变量、混入类和函数在每个文件中都有效
|
|||
sass: generateLoaders('sass', { |
|||
indentedSyntax: true |
|||
}), |
|||
scss: generateLoaders('sass').concat({ |
|||
loader: 'style-resources-loader', |
|||
options: { |
|||
patterns: [ |
|||
// 全局配置函数 此处的_不能省略
|
|||
path.resolve(__dirname, "../src/assets/scss/_settings.scss"), |
|||
|
|||
path.resolve(__dirname, "../src/assets/scss/_mixin.scss"), |
|||
|
|||
// 加载基础样式
|
|||
// path.resolve(__dirname, '../src/assets/scss/base/_base.scss'),
|
|||
|
|||
// 加载布局样式
|
|||
path.resolve(__dirname, '../src/assets/scss/layout/_layout.scss'), |
|||
|
|||
// 加载模块样式
|
|||
// path.resolve(__dirname, '../src/assets/scss/module/_module.scss'),
|
|||
|
|||
// 加载主题样式
|
|||
path.resolve(__dirname, '../src/assets/scss/theme/_theme.scss'), |
|||
] |
|||
} |
|||
}), |
|||
stylus: generateLoaders('stylus'), |
|||
styl: generateLoaders('stylus') |
|||
} |
|||
} |
|||
|
|||
// Generate loaders for standalone style files (outside of .vue)
|
|||
exports.styleLoaders = function(options) { |
|||
const output = [] |
|||
const loaders = exports.cssLoaders(options) |
|||
|
|||
for (const extension in loaders) { |
|||
const loader = loaders[extension] |
|||
output.push({ |
|||
test: new RegExp('\\.' + extension + '$'), |
|||
use: loader |
|||
}) |
|||
} |
|||
|
|||
return output |
|||
} |
|||
|
|||
exports.createNotifierCallback = () => { |
|||
const notifier = require('node-notifier') |
|||
|
|||
return (severity, errors) => { |
|||
if (severity !== 'error') return |
|||
|
|||
const error = errors[0] |
|||
const filename = error.file && error.file.split('!').pop() |
|||
|
|||
notifier.notify({ |
|||
title: packageConfig.name, |
|||
message: severity + ': ' + error.name, |
|||
subtitle: filename || '', |
|||
icon: path.join(__dirname, 'logo.png') |
|||
}) |
|||
} |
|||
} |
|||
@ -0,0 +1,28 @@ |
|||
'use strict' |
|||
const utils = require('./utils') |
|||
const config = require('../config') |
|||
const isProduction = process.env.NODE_ENV === 'production' |
|||
|
|||
// 默认情况下不启用它们,因为它们会导致运行时的额外开销,并增加了 bundle 大小
|
|||
// (JS source map 不会)
|
|||
const sourceMapEnabled = isProduction ? |
|||
config.build.productionSourceMap : |
|||
config.dev.cssSourceMap |
|||
|
|||
// 管理loader配置的文件
|
|||
module.exports = { |
|||
|
|||
loaders: utils.cssLoaders({ |
|||
sourceMap: sourceMapEnabled, |
|||
// 如果是产品模式 则将css从vue中提取出来
|
|||
extract: false, |
|||
}), |
|||
cssSourceMap: sourceMapEnabled, |
|||
cacheBusting: config.dev.cacheBusting, |
|||
transformToRequire: { |
|||
video: ['src', 'poster'], |
|||
source: 'src', |
|||
img: 'src', |
|||
image: 'xlink:href' |
|||
} |
|||
} |
|||
@ -0,0 +1,110 @@ |
|||
'use strict' |
|||
|
|||
// 通用的webapck基础配置,主要是一些loader的支持
|
|||
const path = require('path') |
|||
const utils = require('./utils') |
|||
const config = require('../config') |
|||
const vueLoaderConfig = require('./vue-loader.conf') |
|||
|
|||
function resolve(dir) { |
|||
return path.join(__dirname, '..', dir); |
|||
} |
|||
|
|||
const createLintingRule = () => ({ |
|||
test: /\.(js|vue)$/, |
|||
loader: 'eslint-loader', |
|||
enforce: 'pre', |
|||
include: [resolve('src'), resolve('test')], |
|||
options: { |
|||
formatter: require('eslint-friendly-formatter'), |
|||
emitWarning: !config.dev.showEslintErrorsInOverlay |
|||
} |
|||
}) |
|||
|
|||
module.exports = { |
|||
|
|||
context: path.resolve(__dirname, '../'), |
|||
|
|||
// 模块的入口文件 - 单页应用
|
|||
entry: { |
|||
app: './src/main.js', |
|||
}, |
|||
|
|||
// 输出路径 - /dist/app.js
|
|||
output: { |
|||
path: config.build.assetsRoot, |
|||
filename: '[name].js', |
|||
publicPath: process.env.NODE_ENV === 'production' ? |
|||
config.build.assetsPublicPath : config.dev.assetsPublicPath |
|||
}, |
|||
|
|||
// 模块路径解析
|
|||
resolve: { |
|||
|
|||
// 默认检查的后缀名
|
|||
extensions: ['.js', '.vue', '.json'], |
|||
|
|||
// 路径标识,用于require解析路径 默认@为src
|
|||
alias: { |
|||
'vue$': 'vue/dist/vue.esm.js', // $为严格匹配
|
|||
'@': resolve('src'), |
|||
'~': resolve('static') |
|||
} |
|||
}, |
|||
|
|||
// 加载的loader
|
|||
module: { |
|||
rules: [ |
|||
...(config.dev.useEslint ? [createLintingRule()] : []), |
|||
{ |
|||
test: /\.vue$/, |
|||
loader: 'vue-loader', |
|||
options: vueLoaderConfig // 分离vue中的css代码,
|
|||
// 编译为css代码块,
|
|||
// 提取为独立的文件,
|
|||
}, |
|||
{ |
|||
test: /\.js$/, |
|||
loader: 'babel-loader', |
|||
include: [resolve('src'), resolve('test'), resolve('node_modules/webpack-dev-server/client')] |
|||
}, |
|||
{ |
|||
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/, |
|||
loader: 'url-loader', |
|||
options: { |
|||
limit: 10000, |
|||
name: utils.assetsPath('img/[name].[hash:7].[ext]') |
|||
} |
|||
}, |
|||
{ |
|||
test: /\.(mp4|webm|ogg|mp3|wav|flac|aac)(\?.*)?$/, |
|||
loader: 'url-loader', |
|||
options: { |
|||
limit: 10000, |
|||
name: utils.assetsPath('media/[name].[hash:7].[ext]') |
|||
} |
|||
}, |
|||
{ |
|||
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/, |
|||
loader: 'url-loader', |
|||
options: { |
|||
limit: 10000, |
|||
name: utils.assetsPath('fonts/[name].[hash:7].[ext]') |
|||
} |
|||
} |
|||
] |
|||
}, |
|||
|
|||
node: { |
|||
// prevent webpack from injecting useless setImmediate polyfill because Vue
|
|||
// source contains it (although only uses it if it's native).
|
|||
setImmediate: false, |
|||
// prevent webpack from injecting mocks to Node native modules
|
|||
// that does not make sense for the client
|
|||
dgram: 'empty', |
|||
fs: 'empty', |
|||
net: 'empty', |
|||
tls: 'empty', |
|||
child_process: 'empty' |
|||
} |
|||
} |
|||
@ -0,0 +1,166 @@ |
|||
'use strict' |
|||
const utils = require('./utils') |
|||
const webpack = require('webpack') |
|||
const config = require('../config') |
|||
|
|||
const merge = require('webpack-merge') |
|||
const path = require('path') |
|||
const baseWebpackConfig = require('./webpack.base.conf') |
|||
|
|||
const CopyWebpackPlugin = require('copy-webpack-plugin') |
|||
const HtmlWebpackPlugin = require('html-webpack-plugin') |
|||
const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin') |
|||
const portfinder = require('portfinder') |
|||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin |
|||
|
|||
const HOST = process.env.HOST |
|||
const PORT = process.env.PORT && Number(process.env.PORT) |
|||
|
|||
const devWebpackConfig = merge(baseWebpackConfig, { |
|||
module: { |
|||
rules: utils.styleLoaders({ |
|||
sourceMap: config.dev.cssSourceMap, |
|||
usePostCSS: true |
|||
}) |
|||
}, |
|||
|
|||
// cheap-module-eval-source-map is faster for development
|
|||
devtool: config.dev.devtool, |
|||
|
|||
// these devServer options should be customized in /config/index.js
|
|||
devServer: { |
|||
clientLogLevel: 'warning', |
|||
// 404 页面配置
|
|||
historyApiFallback: { |
|||
rewrites: [{ |
|||
from: /.*/, |
|||
to: path.posix.join(config.dev.assetsPublicPath, 'index.html') |
|||
},], |
|||
}, |
|||
hot: true, |
|||
contentBase: false, // since we use CopyWebpackPlugin.
|
|||
compress: true, |
|||
host: HOST || config.dev.host, |
|||
port: PORT || config.dev.port, |
|||
open: config.dev.autoOpenBrowser, |
|||
overlay: config.dev.errorOverlay ? { |
|||
warnings: false, |
|||
errors: true |
|||
} : false, |
|||
publicPath: config.dev.assetsPublicPath, |
|||
proxy: config.dev.proxyTable, |
|||
quiet: true, // necessary for FriendlyErrorsPlugin
|
|||
watchOptions: { |
|||
poll: config.dev.poll, |
|||
} |
|||
}, |
|||
|
|||
plugins: [ |
|||
|
|||
// new BundleAnalyzerPlugin(),
|
|||
|
|||
// 自动加载模块,而不必到处 import 或 require
|
|||
new webpack.ProvidePlugin({ |
|||
// marked: "marked",
|
|||
// $: 'jquery',
|
|||
// jQuery: 'jquery',
|
|||
_: 'lodash', |
|||
Popper: ['popper.js', 'default'], |
|||
utils: [path.join(__dirname, '..', 'src/utils'), 'default'], |
|||
}), |
|||
|
|||
// 允许创建一个在编译时可以配置的全局常量
|
|||
new webpack.DefinePlugin({ |
|||
'process.env': require('../config/dev.env') |
|||
}), |
|||
|
|||
// 模块热更新
|
|||
new webpack.HotModuleReplacementPlugin(), |
|||
new webpack.NamedModulesPlugin(), // HMR shows correct file names in console on update.
|
|||
new webpack.NoEmitOnErrorsPlugin(), |
|||
|
|||
// https://github.com/ampedandwired/html-webpack-plugin
|
|||
// 自动更新html中的入口文件
|
|||
new HtmlWebpackPlugin({ |
|||
filename: 'index.html', // html生成的文件 `/index.html`
|
|||
template: 'src/index.html', // webpack模板 默认为src/index.ejs
|
|||
inject: true, // 开启自动注入模块入口文件
|
|||
favicon: path.resolve(__dirname, '../src/favicon.ico'), |
|||
title: 'Crypto | Exchange | Market', |
|||
isProduct : process.env.NODE_ENV == 'production' ? true : false, |
|||
}), |
|||
|
|||
// split vendor js into its own file
|
|||
new webpack.optimize.CommonsChunkPlugin({ |
|||
name: 'vendor', |
|||
minChunks(module) { |
|||
// any required modules inside node_modules are extracted to vendor
|
|||
return ( |
|||
module.resource && |
|||
/\.js$/.test(module.resource) && |
|||
module.resource.indexOf( |
|||
path.join(__dirname, '../node_modules') |
|||
) === 0 |
|||
) |
|||
} |
|||
}), |
|||
|
|||
// extract webpack runtime and module manifest to its own file in order to
|
|||
// prevent vendor hash from being updated whenever app bundle is updated
|
|||
new webpack.optimize.CommonsChunkPlugin({ |
|||
name: 'manifest', |
|||
minChunks: Infinity |
|||
}), |
|||
|
|||
// This instance extracts shared chunks from code splitted chunks and bundles them
|
|||
// in a separate chunk, similar to the vendor chunk
|
|||
// see: https://webpack.js.org/plugins/commons-chunk-plugin/#extra-async-commons-chunk
|
|||
new webpack.optimize.CommonsChunkPlugin({ |
|||
name: 'app', |
|||
async: 'vendor-async', |
|||
children: true, |
|||
minChunks: 3 |
|||
}), |
|||
|
|||
// 将单个文件或整个目录复制到构建目录。
|
|||
// copy custom static assets,复制自定义静态资源
|
|||
new CopyWebpackPlugin([{ |
|||
from: path.resolve(__dirname, '../static'), |
|||
to: config.dev.assetsSubDirectory, |
|||
ignore: ['.*'] |
|||
}]), |
|||
|
|||
new CopyWebpackPlugin([{ |
|||
from: path.resolve(__dirname, '../static/newProduct'), |
|||
to: config.dev.newProductRoot, |
|||
ignore: ['.*'] |
|||
}]), |
|||
], |
|||
|
|||
}) |
|||
|
|||
module.exports = new Promise((resolve, reject) => { |
|||
// 基础端口号,以此往下找
|
|||
portfinder.basePort = process.env.PORT || config.dev.port |
|||
portfinder.getPort((err, port) => { |
|||
if (err) { |
|||
reject(err) |
|||
} else { |
|||
// publish the new Port, necessary for e2e tests
|
|||
process.env.PORT = port |
|||
// add port to devServer config
|
|||
devWebpackConfig.devServer.port = port |
|||
|
|||
// Add FriendlyErrorsPlugin
|
|||
devWebpackConfig.plugins.push(new FriendlyErrorsPlugin({ |
|||
compilationSuccessInfo: { |
|||
messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`], |
|||
}, |
|||
onErrors: config.dev.notifyOnErrors ? |
|||
utils.createNotifierCallback() : undefined |
|||
})) |
|||
|
|||
resolve(devWebpackConfig) |
|||
} |
|||
}) |
|||
}) |
|||
@ -0,0 +1,177 @@ |
|||
'use strict' |
|||
// 打包构建dist时 使用配置文件
|
|||
const path = require('path') |
|||
const utils = require('./utils') |
|||
const webpack = require('webpack') |
|||
const config = require('../config') |
|||
const merge = require('webpack-merge') |
|||
const baseWebpackConfig = require('./webpack.base.conf') |
|||
const CopyWebpackPlugin = require('copy-webpack-plugin') |
|||
const HtmlWebpackPlugin = require('html-webpack-plugin') |
|||
const ExtractTextPlugin = require('extract-text-webpack-plugin') |
|||
const OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin') |
|||
const UglifyJsPlugin = require('uglifyjs-webpack-plugin') |
|||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin |
|||
|
|||
const env = require('../config/prod.env') |
|||
|
|||
const webpackConfig = merge(baseWebpackConfig, { |
|||
module: { |
|||
rules: utils.styleLoaders({ |
|||
sourceMap: config.build.productionSourceMap, |
|||
extract: true, |
|||
usePostCSS: true |
|||
}) |
|||
}, |
|||
devtool: config.build.productionSourceMap ? config.build.devtool : false, |
|||
output: { |
|||
path: config.build.assetsRoot, |
|||
filename: utils.assetsPath('js/[name].[chunkhash].js'), |
|||
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js') |
|||
}, |
|||
plugins: [ |
|||
|
|||
new BundleAnalyzerPlugin(), |
|||
|
|||
// 自动加载模块,而不必到处 import 或 require
|
|||
new webpack.ProvidePlugin({ |
|||
// marked: "marked",
|
|||
// $: 'jquery',
|
|||
// jQuery: 'jquery',
|
|||
_: 'lodash', |
|||
Popper: ['popper.js', 'default'], |
|||
utils: [path.join(__dirname, '..', 'src/utils'), 'default'], |
|||
}), |
|||
|
|||
|
|||
// http://vuejs.github.io/vue-loader/en/workflow/production.html
|
|||
new webpack.DefinePlugin({ |
|||
'process.env': env |
|||
}), |
|||
new UglifyJsPlugin({ |
|||
uglifyOptions: { |
|||
compress: { |
|||
warnings: false |
|||
} |
|||
}, |
|||
sourceMap: config.build.productionSourceMap, |
|||
parallel: true |
|||
}), |
|||
// extract css into its own file
|
|||
new ExtractTextPlugin({ |
|||
filename: utils.assetsPath('css/[name].[contenthash].css'), |
|||
// Setting the following option to `false` will not extract CSS from codesplit chunks.
|
|||
// Their CSS will instead be inserted dynamically with style-loader when the codesplit chunk has been loaded by webpack.
|
|||
// It's currently set to `true` because we are seeing that sourcemaps are included in the codesplit bundle as well when it's `false`,
|
|||
// increasing file size: https://github.com/vuejs-templates/webpack/issues/1110
|
|||
allChunks: true, |
|||
}), |
|||
// Compress extracted CSS. We are using this plugin so that possible
|
|||
// duplicated CSS from different components can be deduped.
|
|||
new OptimizeCSSPlugin({ |
|||
cssProcessorOptions: config.build.productionSourceMap ? { |
|||
safe: true, |
|||
map: { |
|||
inline: false |
|||
} |
|||
} : { |
|||
safe: true |
|||
} |
|||
}), |
|||
// generate dist index.html with correct asset hash for caching.
|
|||
// you can customize output by editing /index.html
|
|||
// see https://github.com/ampedandwired/html-webpack-plugin
|
|||
new HtmlWebpackPlugin({ |
|||
filename: config.build.index, |
|||
template: 'src/index.html', |
|||
inject: true, |
|||
favicon: path.resolve(__dirname, '../src/favicon.ico'), |
|||
title: 'Crypto', |
|||
minify: { |
|||
removeComments: true, |
|||
collapseWhitespace: true, |
|||
removeAttributeQuotes: true |
|||
// more options:
|
|||
// https://github.com/kangax/html-minifier#options-quick-reference
|
|||
}, |
|||
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
|
|||
chunksSortMode: 'dependency', |
|||
isProduct : process.env.NODE_ENV == 'production' ? true : false, |
|||
}), |
|||
|
|||
// keep module.id stable when vendor modules does not change
|
|||
new webpack.HashedModuleIdsPlugin(), |
|||
// enable scope hoisting
|
|||
new webpack.optimize.ModuleConcatenationPlugin(), |
|||
// split vendor js into its own file
|
|||
new webpack.optimize.CommonsChunkPlugin({ |
|||
name: 'vendor', |
|||
minChunks(module) { |
|||
// any required modules inside node_modules are extracted to vendor
|
|||
return ( |
|||
module.resource && |
|||
/\.js$/.test(module.resource) && |
|||
module.resource.indexOf( |
|||
path.join(__dirname, '../node_modules') |
|||
) === 0 |
|||
) |
|||
} |
|||
}), |
|||
|
|||
// extract webpack runtime and module manifest to its own file in order to
|
|||
// prevent vendor hash from being updated whenever app bundle is updated
|
|||
new webpack.optimize.CommonsChunkPlugin({ |
|||
name: 'manifest', |
|||
minChunks: Infinity |
|||
}), |
|||
|
|||
// This instance extracts shared chunks from code splitted chunks and bundles them
|
|||
// in a separate chunk, similar to the vendor chunk
|
|||
// see: https://webpack.js.org/plugins/commons-chunk-plugin/#extra-async-commons-chunk
|
|||
new webpack.optimize.CommonsChunkPlugin({ |
|||
name: 'app', |
|||
async: 'vendor-async', |
|||
children: true, |
|||
minChunks: 3 |
|||
}), |
|||
|
|||
// copy custom static assets
|
|||
new CopyWebpackPlugin([{ |
|||
from: path.resolve(__dirname, '../static'), |
|||
to: config.build.assetsSubDirectory, |
|||
ignore: ['.*'] |
|||
}]), |
|||
|
|||
|
|||
new CopyWebpackPlugin([{ |
|||
from: path.resolve(__dirname, '../static/newProduct'), |
|||
to: config.build.newProductRoot, |
|||
ignore: ['.*'] |
|||
}]), |
|||
], |
|||
}) |
|||
|
|||
if (config.build.productionGzip) { |
|||
const CompressionWebpackPlugin = require('compression-webpack-plugin') |
|||
|
|||
webpackConfig.plugins.push( |
|||
new CompressionWebpackPlugin({ |
|||
asset: '[path].gz[query]', |
|||
algorithm: 'gzip', |
|||
test: new RegExp( |
|||
'\\.(' + |
|||
config.build.productionGzipExtensions.join('|') + |
|||
')$' |
|||
), |
|||
threshold: 10240, |
|||
minRatio: 0.8 |
|||
}) |
|||
) |
|||
} |
|||
|
|||
if (config.build.bundleAnalyzerReport) { |
|||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin |
|||
webpackConfig.plugins.push(new BundleAnalyzerPlugin()) |
|||
} |
|||
|
|||
module.exports = webpackConfig |
|||
@ -0,0 +1,9 @@ |
|||
'use strict' |
|||
|
|||
const merge = require('webpack-merge') |
|||
const prodEnv = require('./prod.env') |
|||
|
|||
// 编译时的全局常量
|
|||
module.exports = merge(prodEnv, { |
|||
NODE_ENV: '"development"' |
|||
}) |
|||
@ -0,0 +1,107 @@ |
|||
'use strict' |
|||
// Template version: 1.3.1
|
|||
// see http://vuejs-templates.github.io/webpack for documentation.
|
|||
|
|||
|
|||
// 用户配置的入口文件 接入脚手架中的配置
|
|||
const path = require('path'); |
|||
|
|||
module.exports = { |
|||
|
|||
// 开发相关配置
|
|||
dev: { |
|||
|
|||
// 打包资源根地址
|
|||
assetsPublicPath: '/', |
|||
|
|||
// 静态资源目录
|
|||
assetsSubDirectory: 'static', |
|||
|
|||
newProductRoot: path.resolve(__dirname, '../dist/newProduct'), |
|||
|
|||
// 代理服务器基础配置 可在 process.env 中修改
|
|||
proxyTable: { |
|||
'/api': { |
|||
// target: 'http://qkladmin2.ruanmeng.top/',
|
|||
// target: 'https://guanli.coin.amatak.net/',
|
|||
target: 'https://see.mhtcoin.com/', |
|||
changeOrigin: true, |
|||
// pathRewrite: {
|
|||
// // 请求时 将api替换成实际的apis等
|
|||
// // '^/api': '/api'
|
|||
// },
|
|||
}, |
|||
// bypass(req) { console.log(req) }
|
|||
}, |
|||
|
|||
// Various Dev Server settings
|
|||
host: 'localhost', // can be overwritten by process.env.HOST
|
|||
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
|||
autoOpenBrowser: false, |
|||
errorOverlay: true, |
|||
notifyOnErrors: true, |
|||
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
|||
|
|||
// Use Eslint Loader?
|
|||
// If true, your code will be linted during bundling and
|
|||
// linting errors and warnings will be shown in the console.
|
|||
useEslint: true, |
|||
|
|||
// If true, eslint errors and warnings will also be shown in the error overlay
|
|||
// in the browser.
|
|||
showEslintErrorsInOverlay: false, |
|||
|
|||
/** |
|||
* Source Maps |
|||
*/ |
|||
|
|||
// https://webpack.js.org/configuration/devtool/#development
|
|||
devtool: 'cheap-module-eval-source-map', |
|||
|
|||
// If you have problems debugging vue-files in devtools,
|
|||
// set this to false - it *may* help
|
|||
// https://vue-loader.vuejs.org/en/options.html#cachebusting
|
|||
cacheBusting: true, |
|||
|
|||
cssSourceMap: false, // default true
|
|||
}, |
|||
|
|||
// 打包生产环境的配置
|
|||
build: { |
|||
|
|||
// bundle的生成地址
|
|||
assetsRoot: path.resolve(__dirname, '../dist'), |
|||
|
|||
newProductRoot: path.resolve(__dirname, '../dist/newProduct'), |
|||
|
|||
// bundle生成的文件
|
|||
index: path.resolve(__dirname, '../dist/index.html'), |
|||
|
|||
// 打包资源根地址
|
|||
assetsPublicPath: './', |
|||
|
|||
// 静态资源目录
|
|||
assetsSubDirectory: 'static', |
|||
|
|||
/** |
|||
* Source Maps |
|||
*/ |
|||
productionSourceMap: false, |
|||
|
|||
// https://webpack.js.org/configuration/devtool/#production
|
|||
devtool: '#source-map', |
|||
|
|||
// Gzip off by default as many popular static hosts such as
|
|||
// Surge or Netlify already gzip all static assets for you.
|
|||
// Before setting to `true`, make sure to:
|
|||
// npm install --save-dev compression-webpack-plugin
|
|||
productionGzip: false, |
|||
productionGzipExtensions: ['js', 'css'], |
|||
|
|||
// Run the build command with an extra argument to
|
|||
// View the bundle analyzer report after build finishes:
|
|||
// `npm run build --report`
|
|||
// Set to `true` or `false` to always turn it on or off
|
|||
bundleAnalyzerReport: process.env.npm_config_report |
|||
} |
|||
} |
|||
@ -0,0 +1,4 @@ |
|||
'use strict' |
|||
module.exports = { |
|||
NODE_ENV: '"production"' |
|||
} |
|||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,52 @@ |
|||
<!DOCTYPE html><html><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=X-UA-Compatible content="ie=edge"><title id=appTitle>exchange</title><link rel=icon id=appIcon href=/static/favicon.ico type=image/x-icon><style>#MICHAT-MINI-WRAP{ |
|||
margin-bottom: -19px; |
|||
}</style><script>//H5移动版自适应跳转js |
|||
var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mini", "mobile", "mobi", "mqqbrowser", "blackberry", "webos", "incognito", "webmate", "bada", "nokia", "symbian", "wp7", "wp8", "lg", "ucweb", "skyfire"); |
|||
var browser = navigator.userAgent.toLowerCase(); |
|||
var _tag = "{$_GET['tag']}"; |
|||
if(_tag != 'web'){ |
|||
for (var i = 0; i < mobileAgent.length; i++) { |
|||
if (browser.indexOf(mobileAgent[i]) != -1) { |
|||
//todo 手机版跳转 |
|||
window.location.href = 'https://app.mhtcoin.com'; |
|||
break; |
|||
} |
|||
} |
|||
} |
|||
if (localStorage.appConfig) { |
|||
var config = JSON.parse(localStorage.appConfig); |
|||
document.getElementById('appTitle').innerText = config.name |
|||
document.getElementById('appIcon').href = config.titles_logo |
|||
}</script><link rel=stylesheet href=/static/css/bootstrap.min.css><link rel=stylesheet href=/static/css/ionicons.min.css><link rel=stylesheet href=/static/css/jquery.mCustomScrollbar.min.css><script src=/static/Kline/charting_library/charting_library.min.js></script><link rel=stylesheet href=/static/libs/swiper-5.3.8/package/css/swiper.min.css><script src=/static/libs/swiper-5.3.8/package/js/swiper.min.js></script><link rel="shortcut icon" href=./favicon.ico><link href=./static/css/app.3cc801a8c9da9f6109aef7313a9ee337.css rel=stylesheet></head><style>body{ |
|||
min-width: 1200px; |
|||
}</style><body><entry id=app></entry><script src=/static/libs/jquery-3.4.1.min.js></script><script src=/static/libs/popper.min.js></script><script src=/static/libs/bootstrap.min.js></script><script src=/static/libs/amcharts-core.min.js></script><script src=/static/libs/amcharts.min.js></script><script src=/static/libs/jquery.mCustomScrollbar.js></script><script src=/static/js/custom.js></script><script src=/static/libs/skroll.min.js></script><script src=https://www.btwallets.com/newlink/pako.min.js></script><script>window.custom = "dark"; // 默认主题 |
|||
window.api_path = "https://see.mhtcoin.com/api/sliderVerify"; |
|||
// window.api_path = "http://qkladmin2.ruanmeng.top/api/sliderVerify"; |
|||
// window.ws_path = "wss://guanli.coin.amatak.net/ws1"; |
|||
window.ws_path = "https://see.mhtcoin.com/api"; |
|||
|
|||
// window.ws_path = "ws://qkladmin2.ruanmeng.top:2346"; |
|||
|
|||
// 修改页面主题 |
|||
function changeSightSense() { |
|||
const body = document.body, |
|||
header = document.getElementById("common-header"); |
|||
|
|||
if (body.id && body.id == "light") { |
|||
body.removeAttribute("id"); |
|||
header.classList.replace('dark-bb', 'light-bb'); |
|||
custom = "light"; |
|||
} else { |
|||
body.setAttribute("id", "dark"); |
|||
header.classList.replace('light-bb', 'dark-bb'); |
|||
custom = "dark"; |
|||
} |
|||
|
|||
// 重新加载tradingView |
|||
renderTV(); |
|||
} |
|||
|
|||
// 窗口内容加载完毕 初始化tv |
|||
window.onload = function () { |
|||
// renderTV(); |
|||
};</script><script type=text/javascript src=./static/js/manifest.c9403b982a2a98132687.js></script><script type=text/javascript src=./static/js/vendor.fa39feca5370eaeec3c9.js></script><script type=text/javascript src=./static/js/app.15bd9fba7dcef5f4be25.js></script></body></html> |
|||
@ -0,0 +1,592 @@ |
|||
/*! Theme Name: ICOCrypto |
|||
* Author: Softnio |
|||
* Author URI: http://themeforest.net/user/softnio |
|||
* Version : 1.9.2 |
|||
* Updated : 01.15.2020 |
|||
* RTL Support |
|||
*/ |
|||
.banner-screen { left: auto; right: 50%; transform: translateX(50%); } |
|||
|
|||
.banner-rounded-bg { right: auto; left: 390px; border-radius: 0 0 0 250px; transform: rotate(8deg) skew(-10deg); transform-origin: top left; padding: 0 0 110px 120px; } |
|||
|
|||
.banner-shade-1 { border-radius: 0 0 0 160px; background-image: linear-gradient(to top right, #fff 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%); padding: 0 0 90px 100px; } |
|||
|
|||
.banner-shade-2 { border-radius: 0 0 0 110px; background-image: linear-gradient(to top right, #fff 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%); padding: 0 0 80px 90px; } |
|||
|
|||
.banner-shade-3 { border-radius: 0 0 0 80px; background-image: linear-gradient(to top right, #fff 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); } |
|||
|
|||
.menu-item a .badge { margin-left: 0; margin-right: 5px; } |
|||
|
|||
.has-sub > a:after { right: auto; left: 0; } |
|||
|
|||
.header-navbar-overlay { right: 100%; } |
|||
|
|||
.header-navbar { right: -280px; left: auto; } |
|||
|
|||
.header-navbar.menu-shown { right: 0 !important; } |
|||
|
|||
@media (min-width: 375px) { .header-navbar:not(.header-navbar-classic) { right: -310px; } } |
|||
|
|||
@media (min-width: 576px) { .header-navbar:not(.header-navbar-classic) { right: -360px; } } |
|||
|
|||
@media (min-width: 992px) { .header-navbar:not(.header-navbar-classic) { right: 0; } } |
|||
|
|||
.title-s6:before { right: -15px; left: auto; } |
|||
|
|||
.link-icon { margin-right: 0; margin-left: 5px; } |
|||
|
|||
.link span + .link-icon { margin-left: 0; margin-right: 5px; } |
|||
|
|||
.link .icon-circle { margin-right: 0; margin-left: 10px; } |
|||
|
|||
.feature-s1:not(.boxed) { padding-right: 0; } |
|||
|
|||
.feature-icon { margin-right: 0; margin-left: 20px; } |
|||
|
|||
.feature-middle .feature-icon { margin-right: 0; } |
|||
|
|||
.feature-slider-dot:after { left: auto; right: 100%; } |
|||
|
|||
.feature-document-img { padding-right: 0; padding-left: 25px; } |
|||
|
|||
.feature-document-img:before { left: 0; right: auto; } |
|||
|
|||
.feature-s3-alt:not(:last-child):before { right: 30px; left: auto; } |
|||
|
|||
.feature-s11 .list { padding-left: 0; padding-right: 20px; } |
|||
|
|||
@media (min-width: 480px) { .feature-s10 { padding: 40px 35px 50px 90px; } } |
|||
|
|||
@media (min-width: 576px) { .feature-s12 .feature-icon { margin-bottom: 0; } } |
|||
|
|||
@media (min-width: 768px) { .feature-s10 { padding: 40px 35px 50px 45px; } |
|||
.feature-s10-right { margin-left: 0; margin-right: -22.5px; } |
|||
.feature-s10-left { margin-right: 0; margin-left: -22.5px; margin-top: 60px; } |
|||
.feature-md-reverse { text-align: left; } |
|||
.feature-md-reverse .feature-icon-s7 { margin-right: 30px; margin-left: 0; } } |
|||
|
|||
@media (max-width: 991px) { .feature-icon-s1 { margin: 0 auto 40px; } } |
|||
|
|||
@media (min-width: 992px) { .feature-s10 { padding: 40px 50px 50px 240px; } |
|||
.feature-s10-right { margin-left: 0; margin-right: -95px; } |
|||
.feature-s10-left { margin-right: 0; margin-left: -95px; margin-top: 80px; } |
|||
.feature-text-s2 { padding: 0 45px 0 0; } } |
|||
|
|||
@media (min-width: 576px) { .roadmap-wrap-ovl-right .owl-nav { margin-right: 0; margin-left: 190px; } } |
|||
|
|||
@media (min-width: 768px) { .feature-carousel-s1 .owl-nav { right: auto; left: 15px; } } |
|||
|
|||
.doc-s2 { margin-left: 0; margin-right: 20px; text-align: right; } |
|||
|
|||
.doc-s2 .doc-photo { margin-left: 15px; margin-right: -20px; } |
|||
|
|||
.partner-list-left .partner-logo-s2 { text-align: right; } |
|||
|
|||
.bonus-info:not(:last-child) { border-right: none; border-left: 1px solid rgba(22, 163, 254, 0.2); } |
|||
|
|||
.progress-point { transform: translateX(50%); } |
|||
|
|||
.progress-point-1 { left: auto; right: 25%; } |
|||
|
|||
.progress-point-2 { left: auto; right: 85%; } |
|||
|
|||
.progress-percent { left: auto; right: 0; } |
|||
|
|||
.progress-percent-s2:after { right: auto; left: 0; transform: translate(-50%, -50%); } |
|||
|
|||
.chart-c { margin-right: 0; margin-left: 12px; } |
|||
|
|||
.chart-p { margin-left: 0; margin-right: auto; } |
|||
|
|||
.token-info-s1 { text-align: right; } |
|||
|
|||
.token-info-item { padding-left: 0; padding-right: 25px; } |
|||
|
|||
.token-info-item:before { position: absolute; left: auto; right: 0; } |
|||
|
|||
.token-bar-item:before { right: -20px; left: auto; } |
|||
|
|||
.toktmln-item div { text-align: left; padding: 0 0 0 30px; } |
|||
|
|||
.toktmln-item div:last-child { text-align: right; padding: 0 30px 0 0; } |
|||
|
|||
@media (min-width: 576px) { .token-action-box > div:last-child { padding-right: 0; padding-left: 25px; } |
|||
.token-action-title { border-radius: 0 6px 6px 0; } } |
|||
|
|||
@media (min-width: 992px) { .tokdis-item { padding-right: 25px; padding-left: 0; } |
|||
.tokdis-item:before { left: auto; right: 0; } |
|||
.toktmln-item:before { left: auto; right: 0; } |
|||
.toktmln-item div { padding: 0 !important; text-align: right !important; } |
|||
.chart-data-s1 li:nth-child(even) .chart-l { order: 2; } |
|||
.chart-data-s1 li:nth-child(odd) .chart-p { order: 1; } |
|||
.token-status-s2 { margin: 65px 0 0 140px; } } |
|||
|
|||
@media (max-width: 767px) { .token-bar-txt { left: auto; right: 100%; transform: translateX(-45px) translateY(-50%); } |
|||
.token-bar-txt:after { left: auto; right: 0; margin-left: 0; margin-right: -35px; } } |
|||
|
|||
@media (max-width: 991px) { .chart-data-s1 .chart-l { text-align: right; } } |
|||
|
|||
.table-token-s1 tr:first-child td:first-child { border-top-left-radius: 0; border-top-right-radius: 6px; } |
|||
|
|||
.table-token-s1 tr:first-child td:last-child { border-top-left-radius: 6px; border-top-right-radius: 0; } |
|||
|
|||
.table-token-s1 tr:last-child td:first-child { border-bottom-left-radius: 0; border-bottom-right-radius: 6px; } |
|||
|
|||
.table-token-s1 tr:last-child td:last-child { border-bottom-left-radius: 6px; border-bottom-right-radius: 0; } |
|||
|
|||
.split { border-radius: 6px; } |
|||
|
|||
.split-left { border-radius: 6px 6px 0 0; } |
|||
|
|||
.split-right { border-radius: 0 0 6px 6px; } |
|||
|
|||
.list-check li { padding-left: 0; padding-right: 24px; } |
|||
|
|||
.list-check li:before { left: auto; right: 0; } |
|||
|
|||
.list-check-s3 li { padding-right: 60px; } |
|||
|
|||
.list-dot li { padding-left: 0; padding-right: 16px; } |
|||
|
|||
.list-dot li:before { left: auto; right: 0; } |
|||
|
|||
.list-number li { padding-left: 0; padding-right: 65px; } |
|||
|
|||
.list-number li:before { right: 25px; left: auto; } |
|||
|
|||
.roadmap-innr:before { left: auto; right: 0; } |
|||
|
|||
.roadmap-title-s2:before { right: -39px; left: auto; } |
|||
|
|||
.roadmap-done .roadmap-title-s2:before { right: -43px; } |
|||
|
|||
.roadmap-s1.roadmap-current:before, .roadmap-s1.roadmap-current:after, .roadmap-s1:before, .roadmap-s1:after { right: 0; left: auto; } |
|||
|
|||
.flex-row-reverse .roadmap-s1.roadmap-current:before, .flex-row-reverse .roadmap-s1.roadmap-current:after, .flex-row-reverse .roadmap-s1:before, .flex-row-reverse .roadmap-s1:after { left: auto; right: 0; } |
|||
|
|||
.roadmap-s1-alt:before, .roadmap-s1-alt:after, .roadmap-s1-alt.roadmap-current:after { left: auto; right: 0; } |
|||
|
|||
.flex-row-reverse .roadmap-s1-alt:before, .flex-row-reverse .roadmap-s1-alt:after, .flex-row-reverse .roadmap-s1-alt.roadmap-current:after { left: auto; right: 0; } |
|||
|
|||
.roadmap-s1-alt.roadmap-done:before, .roadmap-s1-alt.roadmap-done:after, .roadmap-s1-alt.roadmap-current:before { left: auto; right: -1px; } |
|||
|
|||
.flex-row-reverse .roadmap-s1-alt.roadmap-done:before, .flex-row-reverse .roadmap-s1-alt.roadmap-done:after, .flex-row-reverse .roadmap-s1-alt.roadmap-current:before { left: auto; right: -1px; } |
|||
|
|||
.roadmap-line { left: auto; right: 19px; } |
|||
|
|||
.roadmap-line:after, .roadmap-line:before { left: auto; right: -4px; } |
|||
|
|||
.roadmap-year { left: auto; right: -5px; } |
|||
|
|||
.roadmap-time-s1:before, .roadmap-time-s1:after { right: -24px; left: auto; margin-left: 0; } |
|||
|
|||
.roadmap-time-s1:before { margin-right: -13.5px; } |
|||
|
|||
.roadmap-time-s1:after { margin-right: -5.5px; } |
|||
|
|||
.roadmap-time-s5:after { right: -29px; left: auto; } |
|||
|
|||
.roadmap-step { margin-left: 0; margin-right: 50px; } |
|||
|
|||
.roadmap-step:before { left: auto; right: -41px; } |
|||
|
|||
.roadmap-step:after { left: auto; right: -22px; } |
|||
|
|||
.roadmap-step-s1 { margin-right: 0; } |
|||
|
|||
.roadmap-step-s1:after { right: 0; } |
|||
|
|||
.roadmap-step-s3 { margin-right: 0; } |
|||
|
|||
.roadmap-step-s3:after { right: 50%; } |
|||
|
|||
.roadmap-step-s5 { margin: 0; } |
|||
|
|||
.roadmap-step-list-s1 li:after { right: -10px; } |
|||
|
|||
.roadmap-head { padding-right: 0; padding-left: 35px; } |
|||
|
|||
.roadmap-finished .roadmap-head:after { right: auto; left: 0; } |
|||
|
|||
.roadmap-head-s3 { padding-left: 0; } |
|||
|
|||
.roadmap-s2:before { left: auto; right: 0; } |
|||
|
|||
.roadmap-wrap-s5:before { right: 0; left: auto; } |
|||
|
|||
.roadmap-wrap-ovl-right:after { left: 0; right: auto; transform: rotate(180deg); } |
|||
|
|||
@media (min-width: 576px) { .roadmap-wrap-ovl-right { margin-right: 0; margin-left: -200px; } |
|||
.roadmap-wrap-ovl-right .slick-prev { right: calc(50% - 100px); } |
|||
.roadmap-wrap-ovl-right .slick-next { left: calc(50% + 100px); } } |
|||
|
|||
.social-icon + span { margin-right: 8px; margin-left: 0; } |
|||
|
|||
.social-bar li:not(:last-child) { border-right: none; border-left: 1px solid #f0f5fc; } |
|||
|
|||
.team-photo .team-social { right: auto; left: 17px; } |
|||
|
|||
.team-featured-info { left: auto; right: 0; } |
|||
|
|||
.team-s2, .team-s5, .team-s6 { text-align: right; } |
|||
|
|||
.team-s2 .team-photo { margin-left: auto; margin-right: 0; } |
|||
|
|||
.team-s5:before { left: 0; right: 20px; } |
|||
|
|||
.team-s5 .team-photo { margin-left: auto; margin-right: 0; } |
|||
|
|||
.team-s5 .team-photo:before { right: auto; left: -33px; } |
|||
|
|||
.team-s5 .team-social { right: auto; left: 20px; } |
|||
|
|||
.team-s5 .team-name, .team-s5 .team-position { padding-left: 40px; padding-right: 45px; } |
|||
|
|||
.team-s6 .team-photo { margin-left: 25px; margin-right: 0; } |
|||
|
|||
.team-s6 .team-position:before { left: auto; right: 0; } |
|||
|
|||
.tab-nav li a .fas, .tab-nav li a .far { margin-right: 0; margin-left: 10px; } |
|||
|
|||
.accordion-title { padding: 22px 0 14px 54px; } |
|||
|
|||
.accordion-item-s2 .accordion-title, .accordion-item-s3 .accordion-title { padding: 20px 30px 12px 54px; } |
|||
|
|||
.accordion-item-s4 .accordion-title { padding: 16px 30px 8px 54px; } |
|||
|
|||
.accordion-icon { right: auto; left: 0; } |
|||
|
|||
.accordion-item-s2 .accordion-icon { right: auto; left: 12px; } |
|||
|
|||
.accordion-item-s3 .accordion-icon { right: auto; left: 18px; } |
|||
|
|||
.accordion-item-s4 .accordion-icon { right: auto; left: 12px; } |
|||
|
|||
.accordion-content { padding-right: 0; padding-left: 46px; } |
|||
|
|||
.accordion-item-s2 .accordion-content, .accordion-item-s3 .accordion-content, .accordion-item-s4 .accordion-content { padding-left: 30px; padding-right: 30px; } |
|||
|
|||
.contact-icon { margin-right: 0; margin-left: 15px; } |
|||
|
|||
@media (min-width: 768px) { .contact-list-s1 .contact-icon { margin-right: 0; margin-left: 15px; } |
|||
.field-inline-s2 input { text-align: right; } } |
|||
|
|||
.breadcumb li:not(:last-child):after { right: auto; left: -3px; } |
|||
|
|||
.toggle-drop-left { right: 0; left: auto; } |
|||
|
|||
.toggle-drop-right { left: 0; right: auto; } |
|||
|
|||
.nk-ovm { transform: scaleX(-1); } |
|||
|
|||
.field-inline input { border-radius: 0 6px 6px 0; border-left: none; } |
|||
|
|||
.field-inline input:not(.input-solid) { border-right: 1px solid #dbe4f7; } |
|||
|
|||
.field-inline.field-split .btn:not(.btn-round) { border-radius: 5px 0 0 5px; } |
|||
|
|||
.field-inline-s2 .btn { border-radius: 6px; } |
|||
|
|||
.field-inline-s2 input { border-right: none; } |
|||
|
|||
.field-inline-s3 .input-bordered { border-right-width: 2px !important; } |
|||
|
|||
.field-inline-s4 .field-wrap { margin-right: 0; margin-left: -50px; } |
|||
|
|||
.alert-dismissible { padding-right: 1.25rem; padding-left: 4rem; } |
|||
|
|||
.alert .close { right: auto; left: 10px; } |
|||
|
|||
.btn span + .icon { margin-left: 0; margin-right: 10px; } |
|||
|
|||
.btn .icon + span { margin-left: 0; margin-right: 10px; } |
|||
|
|||
.btn .badge { right: auto; left: 0; transform: translate(-50%, -50%); } |
|||
|
|||
.btn-with-icon.btn-alt .icon { margin-right: 0; margin-left: 30px; } |
|||
|
|||
.btn-play-text { margin-right: 20px; margin-left: 0; } |
|||
|
|||
.modal-close, .mfp-close-btn-in .mfp-close { right: auto; left: -15px; } |
|||
|
|||
.image-popup .mfp-close { right: auto; left: -18px; } |
|||
|
|||
input ~ .error, textarea ~ .error, select ~ .error { right: auto; left: -10px; } |
|||
|
|||
input ~ .error:after, textarea ~ .error:after, select ~ .error:after { left: auto; right: 3px; border-right: 5px solid transparent; border-left: 5px solid #e6604a; } |
|||
|
|||
.field-label-line { transform-origin: right; } |
|||
|
|||
.input-switch ~ label:not(.error) { padding-left: 0; padding-right: 48px; } |
|||
|
|||
.input-switch ~ label:not(.error).no-text { padding-left: 0; padding-right: 56px; } |
|||
|
|||
.input-switch ~ label:not(.error):before { left: auto; right: 0; } |
|||
|
|||
.input-switch ~ label:not(.error):after { left: auto; right: 2px; } |
|||
|
|||
.input-switch ~ label:not(.error) span.over { left: auto; right: 48px; } |
|||
|
|||
.input-switch:checked ~ label:after { left: auto; right: 22px; } |
|||
|
|||
.input-switch ~ .error { left: auto; right: -4px; } |
|||
|
|||
.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) { padding-left: 0; padding-right: 28px; } |
|||
|
|||
.input-checkbox ~ label:not(.error):before, .input-checkbox ~ label:not(.error):after, .input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after { left: auto; right: 0; } |
|||
|
|||
.input-checkbox ~ .error, .input-radio ~ .error { left: auto; right: -4px; } |
|||
|
|||
.select2-container.select-bordered .select2-selection { padding: 10px 0 10px 40px; } |
|||
|
|||
.select2-container.select-line .select2-selection { padding: 16px 0 8px 40px; } |
|||
|
|||
.select2-container .select2-selection .select2-selection__arrow { right: auto; left: 0; } |
|||
|
|||
.toast { padding: 15px 15px 15px 51px; } |
|||
|
|||
.toast-close-button { text-align: right; right: auto; left: 15px; } |
|||
|
|||
.toast-close-button:after { right: auto; left: -1px; } |
|||
|
|||
.toast-message { padding-left: 0; padding-right: 10px; } |
|||
|
|||
.toast-message-icon { margin-left: 15px; margin-right: -10px; } |
|||
|
|||
.countdown-s3 .countdown-time:after { right: auto; left: -6px; transform: translate(-50%, -50%); } |
|||
|
|||
.pagination li:last-child a { border-radius: 6px 0 0 6px; } |
|||
|
|||
.pagination li:first-child a { border-radius: 0 6px 6px 0; } |
|||
|
|||
.blog-meta li:not(:last-child):after { right: auto; left: -3px; } |
|||
|
|||
.wgs-links-category li { padding-left: 0; padding-right: 20px; } |
|||
|
|||
.wgs-links-category li:before { left: auto; right: 0; } |
|||
|
|||
@media (min-width: 992px) { .wgs-subscribe-form-s1 { margin-left: 0; margin-right: -50px; padding-right: 0; padding-left: 30px; } } |
|||
|
|||
.comment-photo { margin-right: 0; margin-left: 20px; } |
|||
|
|||
@media (min-width: 420px) { .bonus-badge { right: auto; left: 0; transform: translateY(-50%) rotate(-90deg); } } |
|||
|
|||
@media (min-width: 576px) { .split-sm { border-radius: 6px; } |
|||
.split-sm-right { border-radius: 6px 0 0 6px; } |
|||
.split-sm-left { border-radius: 0 6px 6px 0; } } |
|||
|
|||
@media (min-width: 768px) { .banner-gfx-re-s2 { margin: -50px 0 0; } |
|||
.split-md { border-radius: 6px; } |
|||
.split-md-right { border-radius: 6px 0 0 6px; } |
|||
.split-md-left { border-radius: 0 6px 6px 0; } |
|||
.roadmap-s5.roadmap-left { justify-content: flex-end; } |
|||
.roadmap-s5.roadmap-right { justify-content: flex-start; } |
|||
.roadmap-head-s5 { padding-left: 0; } |
|||
.roadmap-right .roadmap-time-s5:after { left: -39px; right: auto; } |
|||
.roadmap-wrap-s5:before { right: 50%; left: auto; margin-left: 0; margin-right: -1px; } } |
|||
|
|||
@media (min-width: 992px) { .menu { margin-right: 20px; } |
|||
.menu-sub { left: auto; right: 0; } |
|||
.menu-sub .menu-sub { left: auto; right: calc(100% - 25px); } |
|||
.menu-mega { left: 50%; right: auto; } |
|||
.has-sub > a { padding-right: 8px !important; padding-left: 24px !important; } |
|||
.has-sub > a:after { right: auto; left: 8px; } |
|||
.has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item > a { padding-right: 35px !important; padding-left: 20px !important; } |
|||
.has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item > a:after { right: 15px; left: auto; } |
|||
.has-sub.menu-item:last-child .menu-mega { left: 0; right: auto; text-align: right; } |
|||
.menu-sub .has-sub > a { padding-right: 20px; padding-left: 35px; } |
|||
.menu-sub .has-sub > a:after { right: auto; left: 15px; } |
|||
.header-navbar { padding: 0; } |
|||
.banner-gfx-re-s1 { margin: 0 -180px 0 -80px; } |
|||
.banner-gfx-re-s2 { margin: -50px -110px 0 -280px; } |
|||
.banner-gfx-re-s3 { margin: 0 -35px 0 -150px; } |
|||
.banner-gfx-re-s5 { margin: 0 0 0 -305px; } |
|||
.split-lg { border-radius: 6px; } |
|||
.split-lg-right { border-radius: 6px 0 0 6px; } |
|||
.split-lg-left { border-radius: 0 6px 6px 0; } |
|||
.menu-btns { margin-left: -10px; margin-right: 10px; } |
|||
.nk-block-img-s1 { margin-right: 0; margin-left: -71px; border-radius: 60px 60px 200px 60px; } |
|||
.nk-block-img.edge-r1 { margin-right: 0; margin-left: -160px; } |
|||
.nk-block-img.edge-l1 { margin-left: 0; margin-right: -160px; } |
|||
.nk-block-img.edge-r2 { margin-right: 0; margin-left: -360px; } |
|||
.nk-block-img.edge-l2 { margin-left: 0; margin-right: -360px; } |
|||
.nk-block-img.edge-r3 { margin-right: 0; margin-left: -500px; } |
|||
.nk-block-img.edge-l3 { margin-left: 0; margin-right: -500px; } |
|||
.roadmap-s1:before, .roadmap-s1.roadmap-current:before { left: auto; right: 0; } |
|||
.flex-row-reverse .roadmap-s1:before, .flex-row-reverse .roadmap-s1.roadmap-current:before { left: 0; right: auto; } |
|||
.roadmap-s1:after { left: 0; right: auto; } |
|||
.flex-row-reverse .roadmap-s1:after { left: auto; right: 0; } |
|||
.roadmap-s1-alt.roadmap-done:after { left: 0; right: auto; } |
|||
.roadmap-wrap-s1:nth-child(odd):after { left: -15px; right: auto; border-right-width: 0; border-left-width: 3px; border-radius: 20px 0 0 20px; } |
|||
.roadmap-wrap-s1:nth-child(even):after { right: -15px; left: auto; border-right-width: 3px; border-left-width: 0; border-radius: 0 20px 20px 0; } |
|||
.roadmap-wrap-s1-alt:not(.roadmap-wrap-done):nth-child(odd):after { border-left-width: 1px; } |
|||
.roadmap-wrap-s1-alt:not(.roadmap-wrap-done):nth-child(even):after { border-right-width: 1px; } |
|||
.roadmap-line { left: auto; right: 50%; margin-left: 0; margin-right: -1px; } |
|||
.roadmap-left .roadmap-step { margin-right: 0; margin-left: 80px; } |
|||
.roadmap-left .roadmap-step:before { right: auto; left: -91px; } |
|||
.roadmap-left .roadmap-step:after { right: auto; left: -78px; } |
|||
.roadmap-left .roadmap-step-s5 { margin-left: 0; } |
|||
.roadmap-right .roadmap-step { margin-right: 80px; margin-left: 0; } |
|||
.roadmap-right .roadmap-step-s5 { margin-right: 0; } |
|||
.roadmap-head-s1, .roadmap-head-s5 { padding-left: 0; } |
|||
.roadmap-time-s1:before, .roadmap-time-s1:after { right: 50%; } |
|||
.roadmap-step:before { left: auto; right: -91px; } |
|||
.roadmap-step:after { left: auto; right: -78px; } |
|||
.roadmap-step-list-s1 li:after { right: auto; } |
|||
.roadmap-step-s1:after, .roadmap-step-s3:after { right: 50%; } |
|||
.team-featured-cont { padding-left: 0; padding-right: 20px; } } |
|||
|
|||
@media (min-width: 1200px) { .menu-item.has-sub > a { padding-right: 15px !important; padding-left: 31px !important; } |
|||
.menu-item.has-sub > a:after { left: 15px; right: auto; } |
|||
.banner-gfx-re-s1 { margin: 0 -180px 0 -380px; } |
|||
.banner-gfx-re-s2 { margin: 0 -110px 0 -330px; } |
|||
.banner-gfx-re-s5 { margin: 0 0 0 -515px; } |
|||
.split-xl { border-radius: 6px; } |
|||
.split-xl-right { border-radius: 6px 0 0 6px; } |
|||
.split-xl-left { border-radius: 0 6px 6px 0; } |
|||
.roadmap-left .roadmap-step:before { right: auto; left: -91px; } |
|||
.roadmap-left .roadmap-step:after { right: auto; left: -73px; } |
|||
.roadmap-head-s1 { padding-left: 0; } |
|||
.roadmap-step:before { left: auto; right: -91px; } |
|||
.roadmap-step:after { left: auto; right: -73px; } |
|||
.roadmap-step-s1 { margin-right: 0; } |
|||
.roadmap-step-s1:after, .roadmap-step-s3:after { right: 50%; } } |
|||
|
|||
@media (min-width: 1600px) { .banner-gfx-re-s2 { margin: -100px -110px 0 -480px; } } |
|||
|
|||
@media (max-width: 1400px) { .banner-rounded-bg { left: 330px; } } |
|||
|
|||
.section-bg-angle { transform: skewY(-10deg); } |
|||
|
|||
@media (min-width: 992px) { .section-bg-angle { transform: skewY(-17deg); } } |
|||
|
|||
.language-switcher .toggle-tigger:not(.btn) { padding: 8px 10px 8px 15px; } |
|||
|
|||
.language-switcher .toggle-tigger:not(.btn):after { right: auto; left: 0; } |
|||
|
|||
.language-switcher-s2 .toggle-tigger:after { right: auto; left: 14px; } |
|||
|
|||
.language-switcher-s2 .toggle-tigger:not(.btn) { padding: 3px 16px 3px 26px; } |
|||
|
|||
.language-switcher-s3 { border-left: none; border-right: 1px solid rgba(255, 255, 255, 0.15); margin-left: 0; margin-right: 15px; } |
|||
|
|||
.language-switcher-s3 .toggle-tigger:not(.btn) { padding: 2px 15px 2px 20px; } |
|||
|
|||
@media (min-width: 992px) { .language-switcher-s4:after { left: auto; right: 0; } } |
|||
|
|||
.language-flag { padding: 3px 0 3px 8px; } |
|||
|
|||
.nk-block-note { padding: 20px 75px 20px 65px; } |
|||
|
|||
.nk-block-note .icon { left: auto; right: 20px; } |
|||
|
|||
.nk-block-shade { left: auto; right: -120px; border-radius: 0 0 45px 0; background-image: linear-gradient(to top left, #fff 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); transform: skew(-7deg); } |
|||
|
|||
.nk-block-shade:after { left: auto; right: 50px; border-radius: 0 0 45px 0; background-image: linear-gradient(to top left, #fff 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%); } |
|||
|
|||
.nk-block-shape-s1 { position: relative; z-index: 2; padding-right: 0; padding-left: 40px; } |
|||
|
|||
.nk-block-shape-s1:before { left: auto; right: -190px; width: 320px; transform: skew(-7deg); border-radius: 0 100px 100px 0; } |
|||
|
|||
.nk-block-shape-s1:after { right: auto; left: -280px; width: 370px; transform: skew(9deg); border-radius: 100px 0 0 100px; } |
|||
|
|||
.offset-0 { margin-right: 0; } |
|||
|
|||
.offset-1 { margin-right: 8.33333%; margin-left: 0; } |
|||
|
|||
.offset-2 { margin-right: 16.66667%; margin-left: 0; } |
|||
|
|||
.offset-3 { margin-right: 25.0%; margin-left: 0; } |
|||
|
|||
.offset-4 { margin-right: 33.33333%; margin-left: 0; } |
|||
|
|||
.offset-5 { margin-right: 41.66666%; margin-left: 0; } |
|||
|
|||
.offset-6 { margin-right: 50.0%; margin-left: 0; } |
|||
|
|||
.offset-7 { margin-right: 58.33333%; margin-left: 0; } |
|||
|
|||
.offset-8 { margin-right: 66.66666%; margin-left: 0; } |
|||
|
|||
.offset-9 { margin-right: 75.0%; margin-left: 0; } |
|||
|
|||
.offset-10 { margin-right: 83.33333%; margin-left: 0; } |
|||
|
|||
.offset-11 { margin-right: 91.66666%; margin-left: 0; } |
|||
|
|||
@media (min-width: 576px) { .offset-sm-0 { margin-right: 0; } |
|||
.offset-sm-1 { margin-right: 8.33333%; margin-left: 0; } |
|||
.offset-sm-2 { margin-right: 16.66667%; margin-left: 0; } |
|||
.offset-sm-3 { margin-right: 25.0%; margin-left: 0; } |
|||
.offset-sm-4 { margin-right: 33.33333%; margin-left: 0; } |
|||
.offset-sm-5 { margin-right: 41.66666%; margin-left: 0; } |
|||
.offset-sm-6 { margin-right: 50.0%; margin-left: 0; } |
|||
.offset-sm-7 { margin-right: 58.33333%; margin-left: 0; } |
|||
.offset-sm-8 { margin-right: 66.66666%; margin-left: 0; } |
|||
.offset-sm-9 { margin-right: 75.0%; margin-left: 0; } |
|||
.offset-sm-10 { margin-right: 83.33333%; margin-left: 0; } |
|||
.offset-sm-11 { margin-right: 91.66666%; margin-left: 0; } } |
|||
|
|||
@media (min-width: 768px) { .offset-md-0 { margin-right: 0; } |
|||
.offset-md-1 { margin-right: 8.33333%; margin-left: 0; } |
|||
.offset-md-2 { margin-right: 16.66667%; margin-left: 0; } |
|||
.offset-md-3 { margin-right: 25.0%; margin-left: 0; } |
|||
.offset-md-4 { margin-right: 33.33333%; margin-left: 0; } |
|||
.offset-md-5 { margin-right: 41.66666%; margin-left: 0; } |
|||
.offset-md-6 { margin-right: 50.0%; margin-left: 0; } |
|||
.offset-md-7 { margin-right: 58.33333%; margin-left: 0; } |
|||
.offset-md-8 { margin-right: 66.66666%; margin-left: 0; } |
|||
.offset-md-9 { margin-right: 75.0%; margin-left: 0; } |
|||
.offset-md-10 { margin-right: 83.33333%; margin-left: 0; } |
|||
.offset-md-11 { margin-right: 91.66666%; margin-left: 0; } } |
|||
|
|||
@media (min-width: 992px) { .offset-lg-0 { margin-right: 0; } |
|||
.offset-lg-1 { margin-right: 8.33333%; margin-left: 0; } |
|||
.offset-lg-2 { margin-right: 16.66667%; margin-left: 0; } |
|||
.offset-lg-3 { margin-right: 25.0%; margin-left: 0; } |
|||
.offset-lg-4 { margin-right: 33.33333%; margin-left: 0; } |
|||
.offset-lg-5 { margin-right: 41.66666%; margin-left: 0; } |
|||
.offset-lg-6 { margin-right: 50.0%; margin-left: 0; } |
|||
.offset-lg-7 { margin-right: 58.33333%; margin-left: 0; } |
|||
.offset-lg-8 { margin-right: 66.66666%; margin-left: 0; } |
|||
.offset-lg-9 { margin-right: 75.0%; margin-left: 0; } |
|||
.offset-lg-10 { margin-right: 83.33333%; margin-left: 0; } |
|||
.offset-lg-11 { margin-right: 91.66666%; margin-left: 0; } } |
|||
|
|||
@media (min-width: 1200px) { .offset-xl-0 { margin-right: 0; } |
|||
.offset-xl-1 { margin-right: 8.33333%; margin-left: 0; } |
|||
.offset-xl-2 { margin-right: 16.66667%; margin-left: 0; } |
|||
.offset-xl-3 { margin-right: 25.0%; margin-left: 0; } |
|||
.offset-xl-4 { margin-right: 33.33333%; margin-left: 0; } |
|||
.offset-xl-5 { margin-right: 41.66666%; margin-left: 0; } |
|||
.offset-xl-6 { margin-right: 50.0%; margin-left: 0; } |
|||
.offset-xl-7 { margin-right: 58.33333%; margin-left: 0; } |
|||
.offset-xl-8 { margin-right: 66.66666%; margin-left: 0; } |
|||
.offset-xl-9 { margin-right: 75.0%; margin-left: 0; } |
|||
.offset-xl-10 { margin-right: 83.33333%; margin-left: 0; } |
|||
.offset-xl-11 { margin-right: 91.66666%; margin-left: 0; } } |
|||
|
|||
.pl-2, .px-2 { padding-right: 0.5rem !important; padding-left: 0rem !important; } |
|||
|
|||
.pr-3, .px-3 { padding-left: 1rem !important; padding-right: 0rem !important; } |
|||
|
|||
.gfx-screen .flex-control-nav { left: -40px; right: auto; } |
|||
|
|||
@media (min-width: 400px) { .gfx-screen .flex-control-nav { left: -46px; right: auto; } } |
|||
|
|||
@media (min-width: 576px) { .gfx-screen .flex-control-nav { left: -53px; right: auto; } } |
|||
|
|||
@media (min-width: 768px) { .gfx-screen .flex-control-nav { left: -65px; right: auto; } } |
|||
|
|||
@media (min-width: 1200px) { .gfx-screen .flex-control-nav { left: -100px; right: auto; } } |
|||
|
|||
@media (min-width: 1600px) { .gfx-screen .flex-control-nav { left: -128px; right: auto; } |
|||
.gfx-re-lgl { margin-right: -188px; margin-left: 0; } |
|||
.gfx-re-lg { margin: 0 42px 0 -168px; } } |
|||
|
|||
@media (min-width: 1900px) { .gfx-re-lgl { margin-right: -315px; margin-left: 0; } |
|||
.gfx-re-lg { margin: 0 42px 0 -200px; } |
|||
.gfx-re-mdl { margin-right: -230px; margin-left: 0; } |
|||
.gfx-re-lgr { margin-left: -315px; margin-right: 0; } } |
|||
|
|||
/* END @iO */ |
|||
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,7 @@ |
|||
/*! |
|||
Template : ICOCrypto @by Softnio |
|||
Theme : Default |
|||
Version : 1.9.2 |
|||
Updated : 01.15.2020 |
|||
*/ |
|||
/*! WRITE YOUR CUSTOM STYLE **/ |
|||
File diff suppressed because it is too large
|
After Width: | Height: | Size: 109 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 697 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue