Commit 1dc2d877 authored by 周宏民's avatar 周宏民

fix: 去掉平方字体

parent bf7ae3f1
......@@ -4,10 +4,6 @@
font-family: zihun;
src: url('@/assets/images/cloud/newProducts/字魂143号-正酷超级黑(1).ttf')
}
@font-face {
font-family: pingfang;
src: url('@/assets/images/cloud/newProducts/PingFang Bold_0.ttf')
}
@wh-scale: 1080/1920;
......@@ -199,8 +195,7 @@
background-position-x: -.5rem;
height: 5rem;
background-image: url(@/assets/images/cloud/newProducts/副标题.png);
font-family: pingfang;
font-weight: bold;
font-weight: 400;
color: #FFFFFF;
background-size: cover;
}
......
......@@ -29,8 +29,7 @@
.loginCTleft p {
float: left;
font-size: 24px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #0F293F;
margin: 0 14px;
letter-spacing: 2px;
......@@ -204,8 +203,7 @@
}
.CodeText {
font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #121F2B;
text-align: center;
line-height: 24px;
......
......@@ -31,8 +31,7 @@
p {
float: left;
font-size: 24px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #0F293F;
margin: 0 14px;
letter-spacing: 2px;
......@@ -244,8 +243,7 @@
.CodeText {
font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #121F2B;
text-align: center;
line-height: 24px;
......
......@@ -230,8 +230,7 @@
height: 22px;
font-size: 22px;
letter-spacing: 1px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #0599F4;
line-height: 37px;
text-align: center;
......@@ -320,8 +319,7 @@
}
.codeText{
font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #121F2B;
text-align: center;
line-height: 24px;
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.dazulogin {
width: 100%;
......@@ -42,8 +38,7 @@
.dazu_out_title {
font-size: 72px;
font-family: PingFang SC;
font-weight: 800;
font-weight: 400;
color: #265499;
line-height: 1;
margin-left: 20px;
......@@ -163,9 +158,8 @@
.cn-title {
font-size: 30px;
font-family: PingFang SC;
line-height: 1;
font-weight: 800;
font-weight: 400;
color: #265499;
margin-left: 10px;
}
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.lvchenglogin {
width: 100%;
......@@ -54,8 +50,8 @@
.title-name {
font-size: 36px;
font-family: PingFang SC;
font-weight: 500;
font-weight: 400;
color: #FFFFFF;
text-shadow: 0px 1px 5px rgba(6, 27, 54, 0.8);
letter-spacing: 2px;
......@@ -167,7 +163,6 @@
.cn-title {
font-size: 28px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
}
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.lixianlogin {
width: 100%;
......@@ -110,8 +106,7 @@
height: 83px;
line-height: 83px;
font-size: 24px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #000000;
opacity: 0.85;
text-align: center;
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.lvchenglogin {
width: 100%;
......@@ -135,7 +131,6 @@
align-items: center;
.cn-title{
font-size: 28px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
}
......
......@@ -24,6 +24,7 @@ import Account from '../../../js/useAccount';
import { defaultApp } from '../../../../../../micro';
import logo from './images/logo.png';
import qrcodePng from './images/1.png';
import bg from './images/邳州背景.jpg';
const Cripples = require('@/assets/js/ripples/jquery.ripples');
const PopOvercontent = () => {
......@@ -182,7 +183,11 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet>
<div className={classnames(styles.pizhouLogin, 'pizhouLogin')} onClick={onShow}>
<div
className={classnames(styles.pizhouLogin, 'pizhouLogin')}
onClick={onShow}
style={{ background: `url(${bg}) no-repeat center center`, backgroundSize: '100%' }}
>
{show ? (
<div className={classnames(styles['wrapper'])}>
<QueueAnim type="scale" duration={1000}>
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.pizhouLogin {
width: 100%;
height: 100%;
background: url('./images/邳州背景.jpg') no-repeat center center;
// background: url('./images/邳州背景.jpg') no-repeat center center;
position: relative;
min-height: 7.0rem;
overflow: hidden;
......@@ -139,8 +135,8 @@
.cn-title {
font-size: 44px;
font-family: PingFang SC;
font-weight: 800;
// font-family: 宋体;
font-weight: 400;
color: #FFFFFF;
line-height: 55px;
text-shadow: 0px 1px 10px #A3AFC7;
......@@ -173,7 +169,6 @@
font-weight: 400;
color: #333;
}
.curr-date {
font-size: 14px;
font-family: Microsoft YaHei;
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.lvchenglogin {
width: 100%;
......@@ -53,8 +49,7 @@
.title-name {
font-size: 36px;
font-family: PingFang SC;
font-weight: 500;
font-weight: 400;
color: #FFFFFF;
text-shadow: 0px 1px 5px rgba(6, 27, 54, 0.8);
letter-spacing: 2px;
......@@ -149,7 +144,6 @@
align-items: center;
.cn-title{
font-size: 28px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
}
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.queshanlogin {
width: 100%;
......@@ -137,7 +133,6 @@
align-items: center;
.cn-title{
font-size: 28px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
}
......
......@@ -89,13 +89,6 @@
margin-top: 3px;
}
// line-height: 68px;
// font-size: 24px;
// font-family: PingFang SC;
// font-weight: bold;
// color: #000000;
// opacity: 0.85;
// text-align: center;
}
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.xinganlogin {
width: 100%;
......@@ -70,8 +67,7 @@
height: 68px;
line-height: 68px;
font-size: 24px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #000000;
opacity: 0.85;
text-align: center;
......@@ -119,8 +115,7 @@
align-items: center;
.cn-title{
font-size: 48px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #A6D1FF;
background: linear-gradient(180deg, #00B3FF 0%, #0173B7 100%);
-webkit-background-clip: text;
......
@font-face {
font-family: PingFang SC;
src: url('@/assets/fonts/PingFang.ttf');
}
.xinganlogin {
width: 100%;
......
......@@ -167,8 +167,7 @@
height: 22px;
font-size: 22px;
letter-spacing: 1px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #0599F4;
line-height: 37px;
text-align: center;
......@@ -255,8 +254,7 @@
}
.codeText{
font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
font-weight: 400;
color: #121F2B;
text-align: center;
line-height: 24px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment