127 lines
3.0 KiB
CSS
Executable File
127 lines
3.0 KiB
CSS
Executable File
.orico_Page_distributor {
|
|
width: 100%;
|
|
position: relative;
|
|
min-height: 100vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background: #f2f2f2;
|
|
}
|
|
.orico_Page_distributor .distributorMain {
|
|
max-width: 85.375rem;
|
|
max-height: 78.75rem;
|
|
background: #fff;
|
|
border-radius: 1rem;
|
|
padding: 4.375rem 2.4375rem;
|
|
margin: 6rem auto 2.5rem auto;
|
|
}
|
|
.orico_Page_distributor .distributorMain .redtag {
|
|
position: absolute;
|
|
right: -10px;
|
|
top: 0px;
|
|
color: #ee2f53;
|
|
}
|
|
.orico_Page_distributor .distributorMain .t1 {
|
|
font-size: 1.5rem;
|
|
color: #004bfa;
|
|
padding-bottom: 1rem;
|
|
text-align: center;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
font-weight: 700;
|
|
}
|
|
.orico_Page_distributor .distributorMain .s1 {
|
|
font-size: 1rem;
|
|
color: #707070;
|
|
padding-bottom: 0.3125rem;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
}
|
|
.orico_Page_distributor .distributorMain .s2 {
|
|
padding-bottom: 55px;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_ct {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_ct .thimg {
|
|
width: 40.1875rem;
|
|
height: 41.125rem;
|
|
margin-right: 1.5rem;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_ct .thimg .bdimg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from .theit {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from .theit .bditem {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
margin-right: 0.625rem;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from .theit .bditem .itlable {
|
|
font-size: 0.875rem;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
padding-bottom: 0.625rem;
|
|
width: fit-content;
|
|
position: relative;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from .theit .bditem select {
|
|
border: 1px solid #f2f2f2;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from .theit .bditem1 {
|
|
width: 100%;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bd_from .form-control {
|
|
display: block;
|
|
padding: 0 12px;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #555;
|
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
|
}
|
|
.orico_Page_distributor .distributorMain .itinp {
|
|
background: #f2f2f2;
|
|
border: none;
|
|
border-radius: 0.5rem;
|
|
height: 3rem;
|
|
box-shadow: none;
|
|
font-family: Montserrat-Regular, Montserrat;
|
|
}
|
|
.orico_Page_distributor .distributorMain .ittextarea {
|
|
height: 6.25rem;
|
|
padding: 0.9375rem;
|
|
background: #f2f2f2;
|
|
border: none;
|
|
border-radius: 0.5rem;
|
|
resize: none;
|
|
font-family: Montserrat-Regular, Montserrat;
|
|
}
|
|
.orico_Page_distributor .distributorMain .bttj {
|
|
font-size: 0.875rem;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
font-weight: bold;
|
|
width: 10rem;
|
|
padding: 1.2rem 3.75rem;
|
|
background: #004bfa;
|
|
border-radius: 1.75rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-top: 2.5rem;
|
|
cursor: pointer;
|
|
}
|