transfer project in github
@@ -0,0 +1,90 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
### Node template
|
||||
# Logs
|
||||
/logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
|
||||
# nuxt.js build output
|
||||
.nuxt
|
||||
|
||||
# Nuxt generate
|
||||
dist
|
||||
|
||||
# vuepress build output
|
||||
.vuepress/dist
|
||||
|
||||
# Serverless directories
|
||||
.serverless
|
||||
|
||||
# IDE / Editor
|
||||
.idea
|
||||
|
||||
# Service worker
|
||||
sw.*
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Vim swap files
|
||||
*.swp
|
||||
@@ -0,0 +1,20 @@
|
||||
# bargRestaurant
|
||||
|
||||
## Build Setup
|
||||
|
||||
```bash
|
||||
# install dependencies
|
||||
$ npm install
|
||||
|
||||
# serve with hot reload at localhost:3000
|
||||
$ npm run dev
|
||||
|
||||
# build for production and launch server
|
||||
$ npm run build
|
||||
$ npm run start
|
||||
|
||||
# generate static project
|
||||
$ npm run generate
|
||||
```
|
||||
|
||||
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
|
||||
|
After Width: | Height: | Size: 692 KiB |
|
After Width: | Height: | Size: 2.4 MiB |
|
After Width: | Height: | Size: 2.2 MiB |
|
After Width: | Height: | Size: 2.0 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
@@ -0,0 +1,167 @@
|
||||
import {
|
||||
cibFacebook,
|
||||
cibTwitter,
|
||||
cibLinkedin,
|
||||
cibFlickr,
|
||||
cibTumblr,
|
||||
cibXing,
|
||||
cibGithub,
|
||||
cibStackoverflow,
|
||||
cibYoutube,
|
||||
cibDribbble,
|
||||
cibInstagram,
|
||||
cibPinterest,
|
||||
cibVk,
|
||||
cibYahoo,
|
||||
cibBehance,
|
||||
cibReddit,
|
||||
cibVimeo,
|
||||
cibCcMastercard,
|
||||
cibCcVisa,
|
||||
cibStripe,
|
||||
cibPaypal,
|
||||
cibGooglePay,
|
||||
cibCcAmex
|
||||
} from '@coreui/icons'
|
||||
import {
|
||||
cifUs,
|
||||
cifBr,
|
||||
cifIn,
|
||||
cifFr,
|
||||
cifEs,
|
||||
cifPl
|
||||
} from '@coreui/icons'
|
||||
import {
|
||||
cilArrowRight,
|
||||
cilBan,
|
||||
cilBasket,
|
||||
cilBell,
|
||||
cilCalculator,
|
||||
cilCalendar,
|
||||
cilCloudDownload,
|
||||
cilChartPie,
|
||||
cilCheck,
|
||||
cilChevronBottom,
|
||||
cilChevronTop,
|
||||
cilCheckCircle,
|
||||
cilCommentSquare,
|
||||
cilCursor,
|
||||
cilDrop,
|
||||
cilDollar,
|
||||
cilEnvelopeClosed,
|
||||
cilEnvelopeOpen,
|
||||
cilEuro,
|
||||
cilGlobeAlt,
|
||||
cilGrid,
|
||||
cilFile,
|
||||
cilJustifyCenter,
|
||||
cilLaptop,
|
||||
cilLayers,
|
||||
cilLightbulb,
|
||||
cilList,
|
||||
cilLocationPin,
|
||||
cilLockLocked,
|
||||
cilMagnifyingGlass,
|
||||
cilMoon,
|
||||
cilOptions,
|
||||
cilPencil,
|
||||
cilPeople,
|
||||
cilPuzzle,
|
||||
cilSettings,
|
||||
cilShieldAlt,
|
||||
cilSpeech,
|
||||
cilSpeedometer,
|
||||
cilStar,
|
||||
cilTask,
|
||||
cilUser,
|
||||
cilUserFemale,
|
||||
cilUserFollow,
|
||||
cilXCircle
|
||||
|
||||
} from '@coreui/icons'
|
||||
import { logo } from './logo'
|
||||
|
||||
export const iconsSet = Object.assign(
|
||||
{},
|
||||
{ logo },
|
||||
{
|
||||
cilArrowRight,
|
||||
cilBan,
|
||||
cilBasket,
|
||||
cilBell,
|
||||
cilCalculator,
|
||||
cilCalendar,
|
||||
cilCloudDownload,
|
||||
cilChartPie,
|
||||
cilCheck,
|
||||
cilChevronBottom,
|
||||
cilChevronTop,
|
||||
cilCheckCircle,
|
||||
cilCommentSquare,
|
||||
cilCursor,
|
||||
cilDrop,
|
||||
cilDollar,
|
||||
cilEnvelopeClosed,
|
||||
cilEnvelopeOpen,
|
||||
cilEuro,
|
||||
cilGlobeAlt,
|
||||
cilGrid,
|
||||
cilFile,
|
||||
cilJustifyCenter,
|
||||
cilLaptop,
|
||||
cilLayers,
|
||||
cilLightbulb,
|
||||
cilList,
|
||||
cilLocationPin,
|
||||
cilLockLocked,
|
||||
cilMagnifyingGlass,
|
||||
cilMoon,
|
||||
cilOptions,
|
||||
cilPencil,
|
||||
cilPeople,
|
||||
cilPuzzle,
|
||||
cilSettings,
|
||||
cilShieldAlt,
|
||||
cilSpeech,
|
||||
cilSpeedometer,
|
||||
cilStar,
|
||||
cilTask,
|
||||
cilUser,
|
||||
cilUserFemale,
|
||||
cilUserFollow,
|
||||
cilXCircle
|
||||
},
|
||||
{
|
||||
cifUs,
|
||||
cifBr,
|
||||
cifIn,
|
||||
cifFr,
|
||||
cifEs,
|
||||
cifPl
|
||||
},
|
||||
{
|
||||
cibFacebook,
|
||||
cibTwitter,
|
||||
cibLinkedin,
|
||||
cibFlickr,
|
||||
cibTumblr,
|
||||
cibXing,
|
||||
cibGithub,
|
||||
cibStackoverflow,
|
||||
cibYoutube,
|
||||
cibDribbble,
|
||||
cibInstagram,
|
||||
cibPinterest,
|
||||
cibVk,
|
||||
cibYahoo,
|
||||
cibBehance,
|
||||
cibReddit,
|
||||
cibVimeo,
|
||||
cibCcMastercard,
|
||||
cibCcVisa,
|
||||
cibStripe,
|
||||
cibPaypal,
|
||||
cibGooglePay,
|
||||
cibCcAmex
|
||||
}
|
||||
)
|
||||
@@ -0,0 +1,29 @@
|
||||
// Example of SVG converted to js array, so it can be used with CIcon.
|
||||
// the first argument is two last values of svg viewBox,
|
||||
// the second argument is the SVG content stripped of SVG tags
|
||||
export const logo = ['556 134',`
|
||||
<g>
|
||||
<g style="fill:#1bbd93;">
|
||||
<path d="M347.9818,90.0869l-11.84-43.52-.0644-.1924q0-.5112.6406-.5117h1.2793a.66.66,0,0,1,.7051.5762l10.623,39.68c.042.0859.0859.1279.1289.1279.041,0,.084-.042.127-.1279l10.625-39.68a.657.657,0,0,1,.7031-.5762h1.2168a.54.54,0,0,1,.5762.7041l-11.9043,43.52a.6584.6584,0,0,1-.7041.5761h-1.4082A.6577.6577,0,0,1,347.9818,90.0869Z"/>
|
||||
<path d="M382.2786,89.5751a10.9023,10.9023,0,0,1-4.3515-4.5439,14.4586,14.4586,0,0,1-1.5362-6.7842V46.5029a.5656.5656,0,0,1,.64-.64h1.2168a.5659.5659,0,0,1,.64.64v32a10.5488,10.5488,0,0,0,2.72,7.5527,10.36,10.36,0,0,0,14.3359,0,10.5493,10.5493,0,0,0,2.7207-7.5527v-32a.5655.5655,0,0,1,.64-.64h1.2159a.5666.5666,0,0,1,.6406.64V78.247a13.01,13.01,0,0,1-3.3926,9.376,11.8974,11.8974,0,0,1-9.0234,3.5527A12.8481,12.8481,0,0,1,382.2786,89.5751Z"/>
|
||||
<path d="M439.5843,48.1035H419.5521a.2263.2263,0,0,0-.2559.2558V66.8554a.2259.2259,0,0,0,.2559.2559h13.8242a.5665.5665,0,0,1,.6406.64v.96a.5665.5665,0,0,1-.6406.6406H419.5521a.2263.2263,0,0,0-.2559.2559v18.56a.2259.2259,0,0,0,.2559.2559h20.0322a.5665.5665,0,0,1,.64.6406v.96a.5655.5655,0,0,1-.64.64H417.4407a.5654.5654,0,0,1-.6406-.64v-43.52a.5658.5658,0,0,1,.6406-.64h22.1436a.5659.5659,0,0,1,.64.64v.96A.5658.5658,0,0,1,439.5843,48.1035Z"/>
|
||||
<path d="M454.5921,89.5117a2.8385,2.8385,0,0,1-.8-2.0489,2.9193,2.9193,0,0,1,.8-2.1113,2.7518,2.7518,0,0,1,2.0791-.832,2.8465,2.8465,0,0,1,2.9443,2.9433,2.7561,2.7561,0,0,1-.832,2.08,2.9208,2.9208,0,0,1-2.1123.8008A2.7521,2.7521,0,0,1,454.5921,89.5117Z"/>
|
||||
<path d="M474.931,88.0078a11.3087,11.3087,0,0,1-3.2-8.4161v-5.44a.5655.5655,0,0,1,.64-.64h1.2158a.5662.5662,0,0,1,.6407.64v5.5039a9.1421,9.1421,0,0,0,2.5283,6.72,8.9734,8.9734,0,0,0,6.6875,2.5606,8.7916,8.7916,0,0,0,9.28-9.28V46.5029a.5655.5655,0,0,1,.64-.64h1.2158a.5656.5656,0,0,1,.64.64V79.5917a11.2541,11.2541,0,0,1-3.2315,8.4161,13.0621,13.0621,0,0,1-17.0556,0Z"/>
|
||||
<path d="M512.8753,88.1035a10.4847,10.4847,0,0,1-3.36-8.128v-1.792a.5665.5665,0,0,1,.6406-.6406h1.0879a.5666.5666,0,0,1,.64.6406v1.6a8.5461,8.5461,0,0,0,2.752,6.6563,10.5361,10.5361,0,0,0,7.36,2.4961,9.8741,9.8741,0,0,0,6.9766-2.3682,8.2188,8.2188,0,0,0,2.56-6.3359,8.3952,8.3952,0,0,0-1.12-4.416,11.3752,11.3752,0,0,0-3.3281-3.3926,71.6866,71.6866,0,0,0-6.1758-3.7119,71.0151,71.0151,0,0,1-6.24-3.84,12.1824,12.1824,0,0,1-3.4238-3.68,10.2659,10.2659,0,0,1-1.28-5.3437,9.86,9.86,0,0,1,3.0723-7.7441,12.0126,12.0126,0,0,1,8.3193-2.752q5.6969,0,8.9609,3.1035a10.8247,10.8247,0,0,1,3.2637,8.2246v1.6a.5658.5658,0,0,1-.6406.64h-1.1514a.5651.5651,0,0,1-.64-.64V56.8076a8.8643,8.8643,0,0,0-2.6241-6.6885,9.9936,9.9936,0,0,0-7.2324-2.5274,9.37,9.37,0,0,0-6.5283,2.1436,7.8253,7.8253,0,0,0-2.3672,6.1123,7.8088,7.8088,0,0,0,1.0235,4.16,10.3978,10.3978,0,0,0,3.0078,3.039,63.0249,63.0249,0,0,0,5.9521,3.4883,70.7955,70.7955,0,0,1,6.72,4.2559,13.4613,13.4613,0,0,1,3.6485,3.9365,10.044,10.044,0,0,1,1.28,5.1836,10.7185,10.7185,0,0,1-3.2647,8.1924q-3.2637,3.0717-8.832,3.0722Q516.2342,91.1757,512.8753,88.1035Z"/>
|
||||
</g>
|
||||
<g style="fill:currentColor;">
|
||||
<g>
|
||||
<path d="M99.367,36.0577l-39-22.5167a12,12,0,0,0-12,0l-39,22.5166a12.0337,12.0337,0,0,0-6,10.3924V91.4833a12.0331,12.0331,0,0,0,6,10.3923l39,22.5167a12,12,0,0,0,12,0l39-22.5167a12.0333,12.0333,0,0,0,6-10.3923V46.45A12.0336,12.0336,0,0,0,99.367,36.0577Zm-2,55.4256a4,4,0,0,1-2,3.4641l-39,22.5167a4.0006,4.0006,0,0,1-4,0l-39-22.5167a4,4,0,0,1-2-3.4641V46.45a4,4,0,0,1,2-3.4642l39-22.5166a4,4,0,0,1,4,0l39,22.5166a4,4,0,0,1,2,3.4642Z"/>
|
||||
<path d="M77.3886,82.0046h-2.866a4.0007,4.0007,0,0,0-1.9247.4934L55.3172,91.9833,35.367,80.4648V57.4872l19.95-11.5185L72.606,55.4236a3.9993,3.9993,0,0,0,1.9192.4906h2.8632a2,2,0,0,0,2-2V51.2024a2,2,0,0,0-1.04-1.7547L59.16,38.9521a8.0389,8.0389,0,0,0-7.8427.09L31.3665,50.56a8.0245,8.0245,0,0,0-3.9995,6.9287v22.976a8,8,0,0,0,4,6.9283l19.95,11.5186a8.0427,8.0427,0,0,0,7.8432.0879l19.19-10.5312a2,2,0,0,0,1.0378-1.7533v-2.71A2,2,0,0,0,77.3886,82.0046Z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M172.1117,45.3618a15.0166,15.0166,0,0,0-15,14.9995V77.6387a15,15,0,0,0,30,0V60.3613A15.0167,15.0167,0,0,0,172.1117,45.3618Zm7,32.2769a7,7,0,0,1-14,0V60.3613a7,7,0,0,1,14,0Z"/>
|
||||
<path d="M135.4458,53.4211a7.01,7.01,0,0,1,7.8681,6.0752.9892.9892,0,0,0,.9842.865h6.03a1.0108,1.0108,0,0,0,.9987-1.0971,15.0182,15.0182,0,0,0-15.7161-13.8837A15.2881,15.2881,0,0,0,121.367,60.7968V77.2037A15.288,15.288,0,0,0,135.6112,92.62a15.0182,15.0182,0,0,0,15.7161-13.8842,1.0107,1.0107,0,0,0-.9987-1.0971h-6.03a.9892.9892,0,0,0-.9842.865,7.0106,7.0106,0,0,1-7.868,6.0757,7.1642,7.1642,0,0,1-6.0789-7.1849V60.6057A7.1638,7.1638,0,0,1,135.4458,53.4211Z"/>
|
||||
<path d="M218.2891,72.9277a12.1584,12.1584,0,0,0,7.1843-11.0771V58.1494A12.1494,12.1494,0,0,0,213.324,46H196.367a1,1,0,0,0-1,1V91a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V74h6.6215l7.9154,17.4138a1,1,0,0,0,.91.5862h6.5912a1,1,0,0,0,.91-1.4138Zm-.8157-11.0771A4.1538,4.1538,0,0,1,213.3245,66h-9.8511V54h9.8511a4.1538,4.1538,0,0,1,4.1489,4.1494Z"/>
|
||||
<path d="M260.367,46h-26a1,1,0,0,0-1,1V91a1,1,0,0,0,1,1h26a1,1,0,0,0,1-1V85a1,1,0,0,0-1-1h-19V72h13a1,1,0,0,0,1-1V65a1,1,0,0,0-1-1h-13V54h19a1,1,0,0,0,1-1V47A1,1,0,0,0,260.367,46Z"/>
|
||||
<path d="M298.367,46h-6a1,1,0,0,0-1,1V69.6475a7.0066,7.0066,0,1,1-14,0V47a1,1,0,0,0-1-1h-6a1,1,0,0,0-1,1V69.6475a15.0031,15.0031,0,1,0,30,0V47A1,1,0,0,0,298.367,46Z"/>
|
||||
<rect x="307.367" y="46" width="8" height="38" rx="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
`]
|
||||
@@ -0,0 +1,80 @@
|
||||
// Here you can add other styles
|
||||
.copy-right {
|
||||
direction: ltr !important;
|
||||
|
||||
.company {
|
||||
color: #872071;
|
||||
font-weight: bold;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: #872071;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #000 !important;
|
||||
color: green !important;
|
||||
direction: ltr !important;
|
||||
text-align: left !important;
|
||||
padding: 20px !important;
|
||||
font-size: 20px !important;
|
||||
}
|
||||
|
||||
.c-app {
|
||||
.custom-subheader {
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: $header-height;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
transition: width $layout-transition-speed;
|
||||
-webkit-transition: width $layout-transition-speed;
|
||||
-moz-transition: width $layout-transition-speed;
|
||||
-ms-transition: width $layout-transition-speed;
|
||||
-o-transition: width $layout-transition-speed;
|
||||
|
||||
&.sideBarFull {
|
||||
width: calc(100% - #{$sidebar-width});
|
||||
}
|
||||
|
||||
&.sideBarMinimized {
|
||||
width: calc(100% - #{$sidebar-minimized-width});
|
||||
}
|
||||
|
||||
&.sideBarClose {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
&.err {
|
||||
.col-form-label {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border-color: red !important;
|
||||
}
|
||||
|
||||
.form-text {
|
||||
color: red !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.my-card-dynamic {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.link-style {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,164 @@
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////// element ui rtl fix
|
||||
html:lang(fa) {
|
||||
.el-tag {
|
||||
/*margin-bottom: 10px!important;*/
|
||||
}
|
||||
|
||||
.text-area {
|
||||
textarea {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-popup-parent--hidden {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.el-tag .el-icon-close {
|
||||
right: auto !important;
|
||||
left: -5px !important;
|
||||
}
|
||||
|
||||
.el-table .el-table__body-wrapper .el-table__row .is-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.el-form-item__label {
|
||||
float: right !important;
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.el-form-item__content {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 120px !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.el-form-item__content {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.secondTitle {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.el-upload__input {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.el-message-box__title, .el-message-box__message {
|
||||
c: rtl !important;
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.el-message-box__message {
|
||||
padding-left: 12px !important;
|
||||
padding-right: 36px !important;
|
||||
}
|
||||
|
||||
.el-message-box__btns {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.el-message-box__headerbtn {
|
||||
right: auto !important;
|
||||
left: 15px !important;
|
||||
}
|
||||
|
||||
.el-message-box__btns button:nth-child(2) {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 10px !important;
|
||||
}
|
||||
|
||||
.el-message-box__status {
|
||||
right: 0 !important;
|
||||
}
|
||||
|
||||
.el-table td, .el-table th {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.el-upload__input {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.el-checkbox__label {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
.el-message__icon {
|
||||
margin-right: 0 !important;
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
|
||||
.sidebar-subnav {
|
||||
background: rgba(0, 0, 0, 0.05) !important;
|
||||
}
|
||||
|
||||
.sidebar > .nav > li {
|
||||
border-bottom: 1px solid #eee !important;
|
||||
}
|
||||
|
||||
.brand-logo p {
|
||||
margin-top: 6px !important;
|
||||
}
|
||||
|
||||
.brand-logo-collapsed svg {
|
||||
fill: #fff !important;
|
||||
}
|
||||
|
||||
.nav-floating {
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
.el-dialog__headerbtn {
|
||||
right: auto !important;
|
||||
left: 20px !important;
|
||||
}
|
||||
|
||||
.el-radio__label {
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
.el-scrollbar__wrap {
|
||||
margin-right: 0 !important;
|
||||
margin-left: -17px !important;
|
||||
}
|
||||
|
||||
.cell{
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.el-popover{
|
||||
word-break: break-word;
|
||||
//width: 50%;
|
||||
}
|
||||
|
||||
.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.el-pagination {
|
||||
white-space: nowrap;
|
||||
padding: 2px 5px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
color: #303133;
|
||||
font-weight: 700;
|
||||
display: contents;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
// Variable overrides
|
||||
$gray-base: #1a1e24;
|
||||
@@ -0,0 +1,18 @@
|
||||
// If you want to override variables do it here
|
||||
@import "variables";
|
||||
|
||||
// Import styles
|
||||
@import "~@coreui/coreui/scss/coreui";
|
||||
|
||||
// If you want to add something do it here
|
||||
@import "custom";
|
||||
@import "el_ui_rtl";
|
||||
|
||||
.card-header:not(.content-center) > .c-icon:first-child {
|
||||
margin-right: 0.1rem;
|
||||
margin-top: 0.1rem;
|
||||
vertical-align: top;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
After Width: | Height: | Size: 692 KiB |
|
After Width: | Height: | Size: 2.4 MiB |
|
After Width: | Height: | Size: 2.2 MiB |
|
After Width: | Height: | Size: 2.0 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
@@ -0,0 +1,262 @@
|
||||
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
|
||||
display: block
|
||||
}
|
||||
|
||||
body{
|
||||
line-height: 1;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
ol, ul{
|
||||
list-style: none
|
||||
}
|
||||
|
||||
blockquote, q{
|
||||
quotes: none
|
||||
}
|
||||
|
||||
blockquote:after, blockquote:before, q:after, q:before{
|
||||
content: '';
|
||||
content: none
|
||||
}
|
||||
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0
|
||||
}
|
||||
|
||||
html{
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 2em;
|
||||
margin: .67em 0
|
||||
}
|
||||
|
||||
hr{
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
overflow: visible
|
||||
}
|
||||
|
||||
pre{
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em
|
||||
}
|
||||
|
||||
a{
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
abbr[title]{
|
||||
border-bottom: none;
|
||||
text-decoration: underline;
|
||||
text-decoration: underline dotted
|
||||
}
|
||||
|
||||
b, strong{
|
||||
font-weight: bolder
|
||||
}
|
||||
|
||||
code, kbd, samp{
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em
|
||||
}
|
||||
|
||||
small{
|
||||
font-size: 80%
|
||||
}
|
||||
|
||||
sub, sup{
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline
|
||||
}
|
||||
|
||||
sub{
|
||||
bottom: -.25em
|
||||
}
|
||||
|
||||
sup{
|
||||
top: -.5em
|
||||
}
|
||||
|
||||
img{
|
||||
border-style: none
|
||||
}
|
||||
|
||||
button, input, optgroup, select, textarea{
|
||||
font-family: inherit;
|
||||
font-size: 100%;
|
||||
line-height: 1.15;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
button, input{
|
||||
overflow: visible
|
||||
}
|
||||
|
||||
button, select{
|
||||
text-transform: none
|
||||
}
|
||||
|
||||
[type=button], [type=reset], [type=submit], button{
|
||||
-webkit-appearance: button
|
||||
}
|
||||
|
||||
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner{
|
||||
border-style: none;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring{
|
||||
outline: 1px dotted ButtonText
|
||||
}
|
||||
|
||||
fieldset{
|
||||
padding: .35em .75em .625em
|
||||
}
|
||||
|
||||
legend{
|
||||
box-sizing: border-box;
|
||||
color: inherit;
|
||||
display: table;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
white-space: normal
|
||||
}
|
||||
|
||||
progress{
|
||||
vertical-align: baseline
|
||||
}
|
||||
|
||||
textarea{
|
||||
overflow: auto
|
||||
}
|
||||
|
||||
[type=checkbox], [type=radio]{
|
||||
box-sizing: border-box;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button{
|
||||
height: auto
|
||||
}
|
||||
|
||||
[type=search]{
|
||||
-webkit-appearance: textfield;
|
||||
outline-offset: -2px
|
||||
}
|
||||
|
||||
[type=search]::-webkit-search-decoration{
|
||||
-webkit-appearance: none
|
||||
}
|
||||
|
||||
::-webkit-file-upload-button{
|
||||
-webkit-appearance: button;
|
||||
font: inherit
|
||||
}
|
||||
|
||||
details{
|
||||
display: block
|
||||
}
|
||||
|
||||
summary{
|
||||
display: list-item
|
||||
}
|
||||
|
||||
template{
|
||||
display: none
|
||||
}
|
||||
|
||||
[hidden]{
|
||||
display: none
|
||||
}
|
||||
|
||||
::selection{
|
||||
background: #468fd2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
::-webkit-selection{
|
||||
background: #468fd2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
::-moz-selection{
|
||||
background: #468fd2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 18.72px;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 13.28px;
|
||||
}
|
||||
|
||||
h6{
|
||||
font-size: 10.72px;
|
||||
}
|
||||
|
||||
.clear{
|
||||
clear: both;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0
|
||||
}
|
||||
|
||||
.clearfix{
|
||||
zoom: 1
|
||||
}
|
||||
|
||||
.clearfix:after, .clearfix:before, .row:after, .row:before{
|
||||
content: '\0020';
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0
|
||||
}
|
||||
|
||||
.clearfix:after, .row:after{
|
||||
clear: both
|
||||
}
|
||||
|
||||
.relativePos{
|
||||
position: relative;
|
||||
}
|
||||
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 318 KiB |
|
After Width: | Height: | Size: 228 KiB |
|
After Width: | Height: | Size: 18 MiB |
|
After Width: | Height: | Size: 17 MiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 595 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 44 KiB |
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 5413 5124" style="enable-background:new 0 0 5413 5124;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0;stroke:#FFFFFF;stroke-width:7;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path id="kabab" class="st0" d="M2492.47,3955.63c-44.15-12.34-85.7-32.37-126.98-52.3c-73.01-35.25-146.02-70.5-219.04-105.74
|
||||
c-90.02-43.46-188.43-96.05-220.55-190.71c-4.86-14.32-8-29.37-7.68-44.49c0.44-20.91,7.46-41.42,6.54-62.31
|
||||
c-1.07-24.47-12.87-47.07-25.35-68.15c-37.64-63.57-84.04-121.94-137.48-172.95c-15.91-15.18-32.71-30.06-43.6-49.16
|
||||
c-31.37-55.03-5.6-128.31-33.44-185.21c-43.03-87.97-191.09-95.79-212.43-191.37c-11.67-52.25,22.04-113.57-8.91-157.25
|
||||
c-37.5-52.93-133.06-26.34-173.1-77.38c-26.12-33.29-14.42-81.97-26.65-122.48c-7.44-24.65-23.6-45.57-39.43-65.87
|
||||
c-33.24-42.63-66.48-85.27-99.71-127.9c-10.49-13.45-22.25-27.75-38.84-31.72c-14.6-3.49-29.73,1.86-43.66,7.46
|
||||
c-121.45,48.85-232.48,123.44-323.62,217.41c-37.77,38.94-73.99,85.86-74.56,140.11c-0.75,70.66,71.93,132.51,141.56,120.46
|
||||
c-9.41,50.93-18.82,101.86-28.22,152.8c-4.65,25.16-8.5,53.84,7.3,73.97c13.1,16.68,35.54,21.95,55.39,29.43
|
||||
c69.38,26.15,121.32,93.58,128.88,167.34c1.98,19.35,1.42,39.93,11.23,56.74c29.85,51.16,113.73,19,164.16,50.07
|
||||
c15.26,51.5-59.93,84.74-73.32,136.75c-14.98,58.21,52.38,104.04,111.41,115.35c59.03,11.3,127.78,12.32,165.99,58.72
|
||||
c44.74,54.32,19.43,135.2-7.8,200.08c-18.14,43.22-36.27,86.43-54.41,129.65c-3.25,7.74-6.57,16.02-5.11,24.29
|
||||
c3.44,19.6,28.7,24.87,48.59,25.73c88.23,3.81,176.46,7.61,264.69,11.42c14.21,0.61,29.94,1.88,39.75,12.19
|
||||
c21.6,22.7-5.34,57.7-10.35,88.63c-7.39,45.63,38.84,84.11,84.36,92.13c45.52,8.01,92.16-3.47,138.35-1.77
|
||||
c46.19,1.7,98.2,23.45,109.7,68.22c5.08,19.76,1.28,40.62,2.5,60.99c5.15,86.21,93.04,139.87,170.35,178.37
|
||||
c80.05-45.05,182.06-89.74,257.97-38.01c75.37,51.36,85.28,176.87,171.73,205.94c61.9,20.81,148.81-14.44,184.17,40.46
|
||||
c9.74,15.13,12.69,34.79,26.01,46.89c30.95,28.12,77.98-8.99,99.15-45.05c74.43-126.81,131.54-371.68,36.64-504
|
||||
c-34.62-48.27-107.86-78.88-155.59-114.52C2650.79,4000.42,2585.18,3981.54,2492.47,3955.63z"/>
|
||||
<path id="joje" class="st0" d="M2789.47,1485.61c-35.92-1.67-74.25-4.4-102.85-26.18c-61.4-46.76-39.8-142.54-12.25-214.63
|
||||
c-52.44-2.9-95.04-48.45-109.84-98.85c-14.8-50.4-7.23-104.5,3.86-155.84c5.37-24.86,11.88-50.31,27.16-70.64
|
||||
c17.24-22.94,43.72-36.83,69.8-48.81c73.43-33.72,151.1-58.2,230.59-72.69c37.1-6.76,76.13-11.23,111.9,0.71
|
||||
c35.77,11.93,67.18,44.52,66.27,82.22c-0.69,28.48-18.79,58.04-6.48,83.73c14.32,29.88,60.26,28.55,85.95,7.63
|
||||
c25.69-20.92,38.29-53.43,56.22-81.29c17.93-27.86,47.78-53.83,80.4-47.98c15.84,2.84,29.43,12.85,41.35,23.67
|
||||
c69.83,63.38,118.12,170.8,212.35,174.38c52.47,2,99.29-31.61,150.6-42.71c83.18-18,172.37,28.62,217.21,100.96
|
||||
c44.84,72.33,49.33,164.79,25.85,246.6c75.01-38.55,159.66-78.18,240.5-54.15c46.63,13.86,84.52,47.22,120.78,79.64
|
||||
c28.66,25.62,57.31,51.25,85.97,76.87c4.5,4.03,9.15,8.25,11.47,13.83c10.75,25.82-30.07,39.23-50.09,58.77
|
||||
c-21.09,20.58-18.88,54.18-22.53,83.42s-24.89,63.53-53.6,56.89c54.6,10.47,109.19,20.95,163.79,31.42
|
||||
c13.26,2.54,26.96,5.27,38.02,13c12.91,9.02,20.55,23.63,27.69,37.67c24.56,48.24,49.11,96.48,73.67,144.71
|
||||
c15.11,29.68,30.62,61.15,28.72,94.4c-1.9,33.25-28.41,67.54-61.62,65.2c51.5-2.9,98.38,34.78,122.15,80.55
|
||||
c23.77,45.77,29.15,98.56,34.11,149.9c2.09,21.65,3.95,44.67-5.91,64.05c-14.45,28.41-48.34,39.45-76.38,54.61
|
||||
c-28.04,15.17-55.18,46.91-41.74,75.82c8.42,18.12,29.88,26.5,49.8,28.01c24.84,1.88,50.23-4.4,71.33-17.64
|
||||
c14.59-9.16,29.86-22.18,46.68-18.43c11.82,2.64,20.12,12.96,27.18,22.8c76.64,106.93,121.61,236.25,127.86,367.66
|
||||
c-117.03-14.33-236.19-11.06-352.25,9.66c-41.96,7.49-84.27,17.29-126.72,13.5s-86.23-24.12-105.45-62.16
|
||||
c-46.98-92.94,74.29-219.29,9.32-300.69c-15.54-19.47-38.82-30.74-59.29-44.94c-76.96-53.39-114.69-157.45-89.83-247.76
|
||||
c3.51-12.73,7.94-27.1,1.16-38.43c-6.44-10.76-20.19-13.98-32.26-17.37c-75.05-21.07-134.75-88.91-146.11-166.03
|
||||
c-7.96-54.08,4.66-114.8-26.68-159.59c-49.38-70.57-183.92-65.24-199.17-150.01c-3.06-17-0.48-36.34-11.31-49.8
|
||||
c-9.76-12.13-26.78-14.81-42.06-17.79c-121.59-23.72-223.92-126.19-247.46-247.82c5.77,29.8-125.53,74.23-146.05,79.06
|
||||
c-58.55,13.79-118.45,10.86-176.07-5.52c-63.87-18.17-82.66-32.05-143.67-2.05C2930.06,1482.32,2869.27,1489.33,2789.47,1485.61z"/>
|
||||
<path id="mahi" class="st0" d="M3067.6,4263.19c32.2,100.64,194.06,122.42,251.72,33.87c7.7-11.83,14.37-25.54,26.97-31.91
|
||||
c9.89-4.99,21.56-4.41,32.61-3.7c183.47,11.7,366.93,23.39,550.4,35.09c27.02,1.72,55.85,3.04,79.27-10.54
|
||||
c23.42-13.58,36.49-48.21,18.58-68.5c-10.01-11.35-26.02-14.81-40.89-17.66c-48.18-9.2-96.35-18.41-144.53-27.61
|
||||
c-20.83-31.96,6.19-73.21,33.99-99.33c87.04-81.78,193.2-122.11,297.91-174.38c97.51-48.68,177.15-39.58,174.14-172.43
|
||||
c-2.89-127.74-5.79-255.49-8.68-383.23c-1.14-50.51-4.97-107.14-42.69-140.75c-24.43-21.77-58.15-28.95-87.7-43.01
|
||||
c-29.55-14.06-58.21-41.97-53.38-74.34c87.33,8.18,173.17,32.06,252.18,70.15c16.16-125.68-57.17-243.98-131.3-346.75
|
||||
c-266.76-369.86-585.95-701.86-945.04-982.96c-63.18-49.46-128.3-97.78-201.67-130.25c-76.3-33.77-159.23-49.41-238.36-75.87
|
||||
c-135.53-45.32-260.09-123.12-360.27-225.03c-32.49-33.05-69.71-71.64-115.88-67.67c-6.11,41.21-6.49,83.28-1.11,124.59
|
||||
c-148.04-64.7-312.09-92.4-473.17-79.89c-94.32,7.33-210.75,18.53-261.96-61.02c-30.43-47.26-34.83-122.88-89.7-135.08
|
||||
c-31.08-6.91-61.31,13.05-85.96,33.21c-92.46,75.62-169.97,169.46-226.76,274.54c-14.94,27.64-28.84,58.37-23.77,89.37
|
||||
c8.72,53.36,89.1,0.03,142.73,6.82c53.64,6.79,194.39,66.34,243.08,89.83c99.05,47.8,5.68,198.59,6.36,308.57
|
||||
c0.52,84.21,3.16,169.16,22.91,251.02c14.45,59.89,37.91,117.43,50.15,177.81c13.21,65.14,13.15,132.66,29.55,197.07
|
||||
c31.24,122.72,118.23,221.93,187.91,327.67c68.49,103.94,121.85,217.82,157.91,336.95c17.3,57.16,31.06,116.51,62.57,167.24
|
||||
c34.4,55.38,87.33,96.25,139.1,135.87c104.83,80.23,209.67,160.46,314.5,240.69L3067.6,4263.19z"/>
|
||||
<path id="sos" class="st0" d="M1569.28,2086.71c7.73-28.85,6.51-59.23,5.24-89.07c-1.09-25.46-2.17-50.92-3.26-76.37
|
||||
c-3.07-72.05-9.89-152.4-63.76-200.34c-59.07-52.57-152.24-43.26-223.32-8.6c-55,26.82-106.24,70.84-120.85,130.27
|
||||
c-6.02,24.5-5.45,50.22-1.78,75.18c11.96,81.26,58.36,157.45,126.74,202.95C1365.55,2172.12,1536.98,2207.29,1569.28,2086.71z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 1.3 MiB |