36 lines
855 B
SCSS
36 lines
855 B
SCSS
.other_desc{
|
|
padding: 0 20px;
|
|
box-sizing: border-box;
|
|
.title{
|
|
font-size: $font_size;
|
|
font-weight: 700;
|
|
}
|
|
.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;
|
|
}
|
|
} |