Browse Source

[kitagata_support:10090] HP更新依頼  ※至急

kuni 4 years ago
parent
commit
5bbeee5783
1 changed files with 22 additions and 2 deletions
  1. 22
    2
      css/slideme.css

+ 22
- 2
css/slideme.css View File

34
 	width: 690px;
34
 	width: 690px;
35
 	height: 210px;
35
 	height: 210px;
36
 }
36
 }
37
+
37
 div#item_slide {
38
 div#item_slide {
38
 	position: absolute;
39
 	position: absolute;
39
 	display: block;
40
 	display: block;
43
 	height: 20px;
44
 	height: 20px;
44
 }
45
 }
45
 
46
 
46
-div#item_slide_center{
47
+div#item_slide_center {
47
 	width: 105px;
48
 	width: 105px;
48
 	margin: 0 auto;
49
 	margin: 0 auto;
49
 }
50
 }
50
 
51
 
51
-div.itemnum{
52
+div.itemnum {
52
 	position: relative;
53
 	position: relative;
53
 	top: 7px;
54
 	top: 7px;
54
 	display: inline;
55
 	display: inline;
76
 
77
 
77
 li.prev {
78
 li.prev {
78
 	left: -5px;
79
 	left: -5px;
80
+}
81
+
82
+#position-absolute {
83
+	background: white;
84
+	position: absolute;
85
+	/*要素を浮かす*/
86
+	/*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
87
+	top: 0;
88
+	right: 0;
89
+	bottom: 0;
90
+	left: 0;
91
+	margin: auto;
92
+	/*上下左右中央に*/
93
+	width: 100px;
94
+	/*widthの指定は必須*/
95
+	height: 100px;
96
+	/*heightの指定は必須*/
97
+	font-size: xx-large;
98
+	line-height: 120%;
79
 }
99
 }

Loading…
Cancel
Save