37 lines
725 B
SCSS
37 lines
725 B
SCSS
.other_desc {
|
|
box-sizing: border-box;
|
|
.title {
|
|
font-size: $font_size;
|
|
font-weight: 500;
|
|
}
|
|
.textarea {
|
|
position: relative;
|
|
height: 165.4px;
|
|
.descDataNum {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 10px;
|
|
font-size: 22px;
|
|
color: #ababab;
|
|
}
|
|
}
|
|
.textarea_con,
|
|
.textarea_con_pretend {
|
|
background-color: #f3f3f3;
|
|
border: 2px solid #e6e6e6;
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
font-size: 25px;
|
|
height: 165.4px;
|
|
padding: 20px 20px 30px 20px;
|
|
box-sizing: border-box;
|
|
margin-top: 20px;
|
|
}
|
|
.textarea_con_pretend {
|
|
color: $color_font_two;
|
|
}
|
|
.textarea_con_pretend_ed {
|
|
color: #000;
|
|
}
|
|
}
|