123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .main {
- height: 88.8vh;
- .one {
- width: 96vw;
- .content {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin: 0 10px;
- padding: 10px 5px;
- border-bottom: 1px solid #cccccc;
- .label {
- font-size: 15px;
- }
- .value {
- color: #666;
- font-size: 16px;
- text-align: right;
- textarea {
- max-width: 220px;
- }
- }
- }
- .btn {
- width: 96vw;
- margin: 2vw 0 0 0;
- text-align: center;
- button {
- font-size: 14px;
- }
- }
- }
- }
|