forgeplus-react/src/modules/osshackathon/Osshackathon.css

156 lines
2.8 KiB
CSS
Raw Normal View History

2020-03-16 14:12:11 +08:00
.registrationback{
height: 368px;
width: 1200px;
-ms-flex-direction: column;
flex-direction: column;
}
.textright{
text-align: right;
}
.textcenter{
text-align: center;
}
.Osshackathonfont{
width: 80px;
height: 28px;
font-size: 20px;
font-weight:600;
color: rgba(5,16,26,1);
line-height: 28px;
}
.Osshackathonfontlist{
width:1188px;
font-size:14px;
font-weight:400;
color:rgba(102,102,102,1);
line-height:24px;
}
.OsshackathonCard{
width:1200px;
min-height:150px;
background:rgba(248,248,248,1);
border:1px solid rgba(235,235,235,1);
}
.OsshackathonCardtitle{
font-size:24px;
font-weight:400;
color:rgba(5,16,26,1);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ant-input::-webkit-input-placeholder{
color: #999;
font-size: 14px;
}
.ant-input:-moz-placeholder {
color: #999;
font-size: 14px;
}
.ant-input::-moz-placeholder{
color: #999;
font-size: 14px;
}
.ant-input:-ms-input-placeholder{
color: #999;
font-size: 14px;
}
.Searchant-btn-primary .ant-btn-primary{
background: #4CACFF;
border-color: #4CACFF;
}
.Searchant-btn-primary .ant-input-group .ant-input{
height:42px;
}
.Breadcrumbfont{
color:#4CACFF !important;
}
.ant-breadcrumb-separator{
color:#BCBCBC;
}
.minheight50px{
min-height: 50px;
}
.borderDEDEDE{
border-left:1px solid #DEDEDE;
}
.pl80pt6{
padding-top: 6px;
padding-left: 80px;
}
.OsshackprimaryButton{
width: 100%;
height: 45px;
}
.OsshackprimaryButtonsyle{
background: rgba(255,255,255,1) !important;
border: 1px solid rgba(76,172,255,1);
color: rgba(76,172,255,1);
line-height: 16px;
border-radius: unset;
box-shadow:none;
}
.h45input input{
height:45px;
}
.width14bai{
width: 14%;
}
.Osshackprimaryfonttop{
font-size: 20px;
color: rgba(5,16,26,1);
text-align: center;
}
.Osshackathonmodelinput{
width: 97% !important;
margin-left: 7px;
}
.Osshackathonmodelinput .ant-input::-webkit-input-placeholder{
color: #999;
font-size: 14px;
}
.Osshackathonmodelinput .ant-input::-moz-placeholder{color: #cccccc;font-size:14px;}
.Osshackathonmodelinput .ant-input::-webkit-input-placeholder{color: #cccccc;font-size:14px;}
.Osshackathonmodelinput .ant-input:-ms-input-placeholder{color: #cccccc;font-size:14px;}
.Osshackathonmodelinput .ant-input-group-addon {
color: #adadad !important;
}
.iscursor{
cursor: pointer;
}
.issignup:hover, .issignup:focus {
color: #fff !important;
background-color: #40a9ff;
border-color: #40a9ff;
}
.Osshackathon-btn-primary .ant-btn-primary:hover, .Osshackathon-btn-primary .ant-btn-primary:focus {
color: #fff !important;
background-color: #40a9ff;
border-color: #40a9ff;
}