productDetail.scss
2.16 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.product_detail_container{
padding: 0px;
}
.detail_bg_wrap {
position: relative;
.top_bg {
width: 100%;
}
.detail_wrap {
position: absolute;
width: 100%;
top: 1.5rem;
.sec_wrap {
margin: 0 10px;
.product_dsc {
text-align: center;
color: #FFFFFF;
margin-bottom: 1rem;
.dsc_name {
font-size: 28px;
font-weight: bold;
font-style: italic;
}
.dsc_bank {
font-size: 19px;
font-weight: 500;
padding: 0.5rem;
}
.dsc_col {
font-size: 14px;
.title_img {
width: 25px;
height: 25px;
font-size: 0;
vertical-align: middle;
margin-right: 5px;
}
}
}
.detail_dsc {
text-align: center;
.dsc_name {
font-size: 17px;
color: #6374FB;
line-height: 20px;
}
.dsc_amount {
font-size: 42px;
padding: 10px 0px;
}
.dsc_col {
color: #999999;
font-size: 14px;
.col_title {
color: #333333;
font-size: 21px;
}
.font_red {
color: #F84133;
}
}
}
.product_detail_wrap, .detail_dsc {
padding: 20px;
border-radius: 5px;
margin-bottom: 10px;
font-size: 14px;
background-color: #ffffff;
}
.product_detail_wrap{
.apply_name {
position: relative;
margin-bottom: 10px;
font-size: 0;
font-weight: bold;
.title_img {
width: 17px;
height: 20px;
vertical-align: -4px;
margin-right: 10px;
}
span {
font-size: 17px;
}
}
.detail_ord {
line-height: 25px;
margin-bottom: 10px;
text-align: justify;
label {
width: 80px;
font-weight: bold;
}
div {
text-indent: 2em;
}
}
}
.detail_btn{
padding: 20px 10px;
}
}
}
}