chromesetting
parent
601c822b02
commit
72d8c4d924
@ -0,0 +1,50 @@
|
||||
import React, { Component } from 'react';
|
||||
import {getImageUrl} from 'educoder';
|
||||
import { Modal} from 'antd';
|
||||
import axios from 'axios';
|
||||
import './common.css'
|
||||
//立即申请试用
|
||||
class Tpmdatasetmodel extends Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state={
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
modalCancel=()=>{
|
||||
this.props.modalCancel()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
render() {
|
||||
|
||||
return(
|
||||
<Modal
|
||||
keyboard={false}
|
||||
closable={false}
|
||||
footer={null}
|
||||
destroyOnClose={true}
|
||||
title="提示"
|
||||
centered={true}
|
||||
visible={this.props.modalsType===undefined?false:this.props.modalsType}
|
||||
width="530px"
|
||||
>
|
||||
<div className="educouddiv">
|
||||
<div className={"tabeltext-alignleft mt10"}><p>文件名重复</p></div>
|
||||
<div className={"tabeltext-alignleft mt10"}><p>{this.props.tittest}</p></div>
|
||||
<div className="clearfix mt30 edu-txt-center">
|
||||
{/*<a className="task-btn mr30" onClick={()=>this.modalCancel()}>先试试看</a>*/}
|
||||
{/*<a className="task-btn task-btn-orange" onClick={()=>this.setDownload()}>立即申请授权</a>*/}
|
||||
<a className="task-btn task-btn-blue bth100" onClick={()=>this.modalCancel()}>我知道啦</a>
|
||||
</div>
|
||||
</div>
|
||||
</Modal>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Tpmdatasetmodel;
|
@ -0,0 +1,278 @@
|
||||
/*.login_register_content, .login_register_content .ant-tabs-tabpane {*/
|
||||
/* !*display: flex;*!*/
|
||||
/* justify-content: center;*/
|
||||
/*}*/
|
||||
.login_register_content .ant-input {
|
||||
background:rgb(244,244,244);
|
||||
}
|
||||
.login_register_content .loginInputzhucheyslass{
|
||||
border:1px solid red !important;
|
||||
}
|
||||
.login_register_content .loginInputzhucheyslass:hover{
|
||||
border:1px solid red !important;
|
||||
}
|
||||
.login_register_content {
|
||||
width: 434px;
|
||||
box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);
|
||||
border-radius:6px;
|
||||
background: #fff;
|
||||
}
|
||||
.login_register_content .ant-tabs-ink-bar {
|
||||
width: 21px !important;
|
||||
left: 19px;
|
||||
}
|
||||
.login_register_content .ant-tabs {
|
||||
width: 354px;
|
||||
}
|
||||
|
||||
.login_section {
|
||||
width: 100%;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.login_sectionysl{
|
||||
width: 100%;
|
||||
display:flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.loginInput {
|
||||
width: 100%;
|
||||
margin-bottom: 16px;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.educouddiv {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.left_right {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.login_btn {
|
||||
width: 100%;
|
||||
margin-top: 26px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
.dragValidator {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.ysldivhome1{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-left: 100px;
|
||||
margin-right: 129px;
|
||||
}
|
||||
.ysldivhome2{
|
||||
width: 800px;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-content:stretch;
|
||||
}
|
||||
.ysldivhomediv{
|
||||
width: 101px;
|
||||
}
|
||||
.ysldivhomediv1{
|
||||
width: 17%;
|
||||
height: 100px;
|
||||
border-radius:50%;
|
||||
box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
margin-left: 6.5%;
|
||||
margin-top: 1%;
|
||||
}
|
||||
.ysldivhomediv2{
|
||||
width: 17%;
|
||||
height: 100px;
|
||||
border-radius:50%;
|
||||
box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
margin-left: 6.5%;
|
||||
margin-top: 3%;
|
||||
}
|
||||
.ysldivhomedivtxt{
|
||||
width:86%;
|
||||
height:27px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.ysldivhomedivimgsy{
|
||||
|
||||
}
|
||||
.ysldivhomedivimg{
|
||||
width: 80%;
|
||||
}
|
||||
.ysllogin_register_contents{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
.ysllogin_section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);
|
||||
border-radius:6px;
|
||||
background: #fff;
|
||||
}
|
||||
.yslspans1{
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: #111C24;
|
||||
}
|
||||
.yslspans2{
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: #05101A;
|
||||
margin-top: 1%;
|
||||
}
|
||||
.yslspans3{
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
color: #656565;
|
||||
}
|
||||
.yslbutton{
|
||||
width:255px;
|
||||
height: 36px;
|
||||
margin-top: 20px;
|
||||
|
||||
}
|
||||
.mt22{
|
||||
margin-top: 22px;
|
||||
}
|
||||
.gouxuanimg{
|
||||
margin-right: 10px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.textall{
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: #4B4B4B;
|
||||
}
|
||||
.div1img{
|
||||
display: flex;
|
||||
justify-content:center;
|
||||
width: 42%;
|
||||
margin-left: 30%;
|
||||
|
||||
}
|
||||
.yslgouxuanimg{
|
||||
width: 20%;
|
||||
height: 20px;
|
||||
margin-left: 86%;
|
||||
float: right;
|
||||
}
|
||||
.yslgouxuanimg2{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.yslbutondls{
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
}
|
||||
。yslinpulsy input{
|
||||
|
||||
}
|
||||
.loginInputzhuche{
|
||||
width: 100%;
|
||||
background-color: #fff!important;
|
||||
height: 45px !important;
|
||||
padding: 5px;
|
||||
|
||||
}
|
||||
.loginInputzhucheyslass {
|
||||
width: 100%;
|
||||
background-color: #fff!important;
|
||||
height: 45px !important;
|
||||
padding: 5px;
|
||||
|
||||
}
|
||||
.loginInputzhucheyslass .ant-input{
|
||||
width: 100%;
|
||||
background-color: #fff!important;
|
||||
height: 45px !important;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
right: 5px;
|
||||
width: 103%;
|
||||
border: 1px solid #FF0000!important;
|
||||
border-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.loginInputzhucheyslass .ant-input:hover{
|
||||
border: 1px solid #FF0000!important;
|
||||
|
||||
}
|
||||
.loginInputzhuche .ant-input{
|
||||
width: 100%;
|
||||
background-color: #fff!important;
|
||||
height: 45px !important;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
right: 5px;
|
||||
width: 103%;
|
||||
}
|
||||
|
||||
.loginInputzhucheysl{
|
||||
width: 100%;
|
||||
background-color: #fff!important;
|
||||
height: 45px !important;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
|
||||
}
|
||||
.loginInputzhucheysl .ant-input{
|
||||
width: 100%;
|
||||
background-color: #fff!important;
|
||||
height: 45px !important;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
right: 5px;
|
||||
width: 103%;
|
||||
border: 1px solid #FF0000!important;
|
||||
border-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.loginInputzhucheysl .ant-input:hover{
|
||||
border: 1px solid #FF0000!important;
|
||||
}
|
||||
|
||||
.bth100{
|
||||
width: 100px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.startlogin{
|
||||
color:#888;
|
||||
}
|
||||
.weixinheight390{
|
||||
height: 390px;
|
||||
}
|
||||
#log_reg_content {
|
||||
padding: 38px 30px 20px !important;
|
||||
}
|
Loading…
Reference in new issue