12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .main {
- height: 88.8vh;
- .one {
- width: 96vw;
- .content {
- background-color: #ffffff;
- border-bottom: 1px solid #cccccc;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding: 2vw;
- width: 92vw;
- .label {
- width: 25vw;
- text-align: left;
- font-size: 16px;
- }
- .value {
- width: 65vw;
- text-align: right;
- font-size: 16px;
- textarea {
- width: 65vw;
- }
- }
- }
- .btn {
- margin: 2vw 0 0 0;
- text-align: center;
- }
- }
- }
- .dialog_1 {
- .info {
- .info_1 {
- font-size: 15px;
- font-weight: bold;
- }
- .info_2 {
- .info_2_1 {
- margin: 0 0 1vw 0;
- font-size: 12px;
- color: #858585;
- }
- }
- }
- .btn {
- text-align: center;
- button {
- margin: 0 2vw;
- font-size: 12px;
- }
- }
- }
|