123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .A1survey {
- padding: 24px;
- background-color: #fff;
- border-radius: 10px;
- display: flex;
- justify-content: space-between;
- :global {
- .A1main1 {
- width: calc(100% - 124px);
- .A1L1{
- font-size: 16px;
- width: 100%;
- height: calc(100% - 220px);
- display: flex;
- .A1L1_1{
- width: 80px;
- text-align: right;
- // position: relative;
- // top: 4px;
- }
- .A1L1_2{
- width: calc(100% - 80px);
- }
- }
- .A1L2{
- margin-top: 20px;
- height: 200px;
- }
- }
- .A1main2 {
- width: 100px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .ant-btn{
- display: block;
- margin-bottom: 15px;
- }
- }
- }
- }
|