123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .unit-wrap{
- padding:10px;
- background:#fff;
- background-size:100% 100%;
- .half-item{
- width: 50%;
- display: inline-block;
- margin-bottom: 10px;
- }
- .clearfix{
- clear: both;
- }
- #demand-form{
- padding-top: 20px;
- .subBtn{
- width: 200px;
- margin: 40px auto;
- .set-submit{
- margin-right: 60px
- }
- }
- }
- .color-red{
- color:#f5222d;
- margin-left: 5px
-
- }
- .picWidth{
- width: 33.33%;
- display: inline-block;
- }
- .btnGrounp{
- margin-left: 166px;
- margin-bottom: 15px;
- .ant-radio-button-wrapper{
- width: 200px;
- height: 40px;
- line-height: 36px;
- text-align: center;
- font-size: 16px;
- border: 2px solid #80b9ff;
- margin-right: 10px;
- color: #80b9ff
- }
- .ant-radio-button-wrapper-checked{
- background: #80b9ff;
- color:#fff
- }
- .patentBody{
- overflow: hidden;
- background: #ccc;
- }
-
- }
- .authState{
- margin-left: 100px;
- font-size: 20px;
- margin-bottom: 15px;
- span{
- font-size: 14px;
- color: green
- }
- }
-
- }
|