update style

dev_tj
tangjiang 5 years ago
parent ff71de2353
commit 2ec0e154bb

@ -4,7 +4,7 @@
* @Github: * @Github:
* @Date: 2020-01-15 09:56:34 * @Date: 2020-01-15 09:56:34
* @LastEditors : tangjiang * @LastEditors : tangjiang
* @LastEditTime : 2020-01-18 11:51:42 * @LastEditTime : 2020-01-18 15:07:09
*/ */
import './index.scss'; import './index.scss';
import React, {useState, useEffect, useRef} from 'react'; import React, {useState, useEffect, useRef} from 'react';
@ -198,7 +198,7 @@ const App = (props) => {
options={{ options={{
selectOnLineNumbers: true, selectOnLineNumbers: true,
automaticLayout: true, automaticLayout: true,
fontSize: `36px` fontSize: `42px`
}} }}
theme='dark' theme='dark'
editorDidMount={handleEditorChange} editorDidMount={handleEditorChange}

@ -30,8 +30,8 @@
// font-size: 24px !important; // font-size: 24px !important;
// transform: scale(2.4); // transform: scale(2.4);
// line-height: 2; // line-height: 2;
font-size: 32px !important; font-size: 34px !important;
transform: scale(2); transform: scale(1.8);
position: relative; position: relative;
// top: 10px; // top: 10px;
} }
@ -47,7 +47,7 @@
} }
.icon-txt{ .icon-txt{
// margin-top: 5px; // margin-top: 5px;
font-size: 28px; font-size: 32px;
} }
} }
} }
@ -106,11 +106,11 @@
.header-title{ .header-title{
color:#637DA6; color:#637DA6;
// font-size: 24px; // font-size: 24px;
font-size: 36px; font-size: 48px;
} }
.header-close{ .header-close{
// font-size: 36px; // font-size: 42px;
font-size: 36px; font-size: 48px;
color: #2EA4FF; color: #2EA4FF;
} }
} }
@ -129,14 +129,14 @@
color: rgba(196, 79, 78, 1); color: rgba(196, 79, 78, 1);
} }
.icon{ .icon{
font-size: 36px !important; font-size: 48px !important;
position: relative; position: relative;
// top: -8px; // top: -8px;
margin-right: 10px; margin-right: 10px;
} }
.result-txt{ .result-txt{
// font-size: 34px; // font-size: 34px;
font-size: 36px; font-size: 48px;
} }
.result-txt-desc{ .result-txt-desc{
max-width: 500px; max-width: 500px;
@ -193,19 +193,19 @@
} }
.case-item-tips{ .case-item-tips{
color: #C67676; color: #C67676;
font-size: 22px; font-size: 38px;
} }
} }
.item-header-desc{ .item-header-desc{
font-size: 36px; font-size: 48px;
color: #405D8C; color: #405D8C;
line-height: 1.5; line-height: 1.5;
// background: gold; // background: gold;
.icon{ .icon{
position: relative; position: relative;
top: -4px; top: -4px;
font-size: 36px !important; font-size: 42px !important;
margin-right: 10px; margin-right: 10px;
} }
&.active{ &.active{
@ -214,12 +214,12 @@
} }
.case-item-tips{ .case-item-tips{
font-size: 36px; font-size: 42px;
} }
.case-item-desc{ .case-item-desc{
display: none; display: none;
flex-direction: column; flex-direction: column;
font-size: 36px; font-size: 42px;
line-height: 1.5; line-height: 1.5;
&.active{ &.active{
@ -229,11 +229,12 @@
.desc-title{ .desc-title{
color: #637DA6; color: #637DA6;
line-height: 2; line-height: 2;
font-size: 48px;
} }
.text-area-style{ .text-area-style{
background:#010E1F !important; background:#010E1F !important;
color: #fff; color: #fff;
font-size: 36px; font-size: 48px;
line-height: 1.5; line-height: 1.5;
border: none; border: none;
} }
@ -283,7 +284,7 @@
font-size: 100px !important; font-size: 100px !important;
} }
.loading-txt{ .loading-txt{
font-size: 36px; font-size: 42px;
} }
} }
} }
@ -315,7 +316,7 @@
.pass-value, .pass-value,
.pass-btn .btn, .pass-btn .btn,
.pass-btn-all .btn{ .pass-btn-all .btn{
font-size: 36px; font-size: 42px;
line-height: 1.5; line-height: 1.5;
} }
.pass-value{ .pass-value{

Loading…
Cancel
Save