1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .searchBox {
- font-size: 20px;
- color: red;
- display: flex;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .searchItem {
- min-width: 20px;
- margin-right: 20px;
- text-align: left;
- .anticon-down {
- float: right !important;
- }
- }
- }
- .addBtn {
- padding: 0 30px;
- height: 36px;
- background-color: #50be00;
- color: #fff;
- margin: 30px 0;
- }
- .touxiang {
- width: 93px;
- height: 93px;
- }
- .ant-table-column-title {
- font-weight: 600;
- }
-
- .about {
- padding: 0 30px;
- height: 36px;
- margin: 30px 0;
- margin-left:8px;
- }
-
- .selectName {
- font-size: 14px;
- padding: 0 10px;
- height: 36px;
- color: rgb(10, 10, 10);
- margin: 30px 0;
- }
-
- .inpuit {
- width:50%;
- }
-
- .inpuitTxt {
- width:70%;
- }
-
-
- .formButton{
- margin-left: 12%
- }
-
- .divInput{
- float: 'left';
- width: 500
- }
- .brokerTable{
- padding: 0 30px;
- height: 36px;
- margin: 30px 0;
- }
|