123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .mandatory{
- margin-left: 5px;
- color: red;
- font-size: 14px;
- }
- .setSubmit{
- margin-left: 210px;
- margin-right: 40px;
- margin-bottom: 50px;
- }
- .set-submit{
- margin-left: 100px;
- margin-right: 40px;
- margin-bottom: 50px;
- }
- .pager{
- list-style: none;
- padding-left: 200px;
- margin-bottom: 20px;
- }
- .pager li{
- display:inline-block;
- margin-left:100px;
- font-size: 18px;
-
- }
- .pager li.disabled{
- color:#ccc
- }
- .ant-upload-list{display:inline-block}
- .ant-upload-list-item{height:19px;margin-top:0px;}
- .warn-button{
- background: red;
- border:none
- }
- .hint{
- color:red;
- margin-left:44em
- }
- .ant-tabs.ant-tabs-top.test.ant-tabs-line {
- background-color: #f5f5f5;
- margin-bottom: 10px;
- }
- .light {
- // background: #87CEEB;
- background: #D3D3D3;
- // background: #CD8162;
- }
-
- .dark {
- background: white;
- // background: #87CEEB;
- }
|