Merge branch 'hotfix/pluginCss'
Showing
3 changed files
with
0 additions
and
117 deletions
public/scss/plugin/_dialog.css
deleted
100644 → 0
1 | -.yoho-dialog { | ||
2 | - position: fixed; | ||
3 | - padding: 20px; | ||
4 | - top: 50%; | ||
5 | - left: 50%; | ||
6 | - min-height: 130px; | ||
7 | - min-width: 350px; | ||
8 | - background: #f8f8f8; | ||
9 | - z-index: 1001; | ||
10 | - border: 5px solid rgba(0, 0, 0, 0.38); | ||
11 | - | ||
12 | - .close { | ||
13 | - position: absolute; | ||
14 | - top: 5px; | ||
15 | - right: 5px; | ||
16 | - cursor: pointer; | ||
17 | - } | ||
18 | - | ||
19 | - .content { | ||
20 | - text-align: center; | ||
21 | - } | ||
22 | - | ||
23 | - .btns { | ||
24 | - text-align: center; | ||
25 | - } | ||
26 | - .alert-sure { | ||
27 | - background: #000; | ||
28 | - color: #fff; | ||
29 | - } | ||
30 | - .confirm-sure { | ||
31 | - background: #000; | ||
32 | - color: #fff; | ||
33 | - } | ||
34 | - .btn { | ||
35 | - display: inline-block; | ||
36 | - width: 56px; | ||
37 | - height: 26px; | ||
38 | - line-height: 26px; | ||
39 | - text-align: center; | ||
40 | - border: 1px solid #000; | ||
41 | - cursor: pointer; | ||
42 | - margin-left: 10px; | ||
43 | - &:first-child { | ||
44 | - margin-left: 0; | ||
45 | - } | ||
46 | - } | ||
47 | - | ||
48 | - &.alert-dialog .content, | ||
49 | - &.confirm-dialog .content { | ||
50 | - width: 350px; | ||
51 | - height: auto; | ||
52 | - min-height: 90px; | ||
53 | - overflow: hidden; | ||
54 | - line-height: 20px; | ||
55 | - position: relative; | ||
56 | - padding-top: 40px; | ||
57 | - padding-bottom: 20px; | ||
58 | - p { | ||
59 | - position: absolute; | ||
60 | - left: 0; | ||
61 | - bottom: 25px; | ||
62 | - width: 100%; | ||
63 | - color: #444; | ||
64 | - line-height: 25px; | ||
65 | - } | ||
66 | - div { | ||
67 | - position: absolute; | ||
68 | - top: 0; | ||
69 | - left: 100px; | ||
70 | - padding-top: 30px; | ||
71 | - font-size: 22px; | ||
72 | - font-weight: bold; | ||
73 | - width: 150px; | ||
74 | - height: 30px; | ||
75 | - line-height: 30px; | ||
76 | - margin: 0 auto; | ||
77 | - span { | ||
78 | - background: url(/cart/del.png); | ||
79 | - float: left; | ||
80 | - width: 27px; | ||
81 | - height: 30px; | ||
82 | - } | ||
83 | - } | ||
84 | - } | ||
85 | - | ||
86 | - &.subcontent-dialog { | ||
87 | - padding: 30px 0; | ||
88 | - | ||
89 | - .content { | ||
90 | - font-weight: bold; | ||
91 | - margin: 0 auto 30px; | ||
92 | - } | ||
93 | - | ||
94 | - .sub-content { | ||
95 | - text-align: center; | ||
96 | - font-size: 12px; | ||
97 | - color: #555; | ||
98 | - margin-left: 5px; | ||
99 | - margin-bottom: 5px; | ||
100 | - } | ||
101 | - | ||
102 | - .btn { | ||
103 | - margin-top: 25px; | ||
104 | - width: 100px; | ||
105 | - font-size: 13px; | ||
106 | - margin-left: 0; | ||
107 | - margin-right: 0; | ||
108 | - | ||
109 | - &.black { | ||
110 | - background-color: #000; | ||
111 | - color: #fff; | ||
112 | - } | ||
113 | - } | ||
114 | - } | ||
115 | -} |
-
Please register or login to post a comment