king
2025-05-13 1a176e4bdba485301385caac1a29102e598d25cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.mk-trans-wrap {
  padding: 30px 10vw 0px;
 
  .mk-trans-type {
    margin-bottom: 20px;
    .ant-btn {
      margin-right: 20px;
    }
    .ant-btn.active {
      margin-right: 20px;
      color: #ffffff;
      border: 1px solid #1890ff;
      background-color: #1890ff;
    }
  }
  .input-wrap {
    text-align: right;
    margin-bottom: 20px;
    .ant-btn {
      margin-bottom: 10px;
    }
    .ant-input {
      text-align: left;
    }
  }
  .result-wrap {
    text-align: right;
    .ant-btn {
      margin-bottom: 10px;
    }
    .result {
      text-align: left;
      border: 1px solid #1890ff;
      min-height: 200px;
      padding: 5px;
      word-break: break-all;
    }
  }
}