소스 검색

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

kuni 4 년 전
부모
커밋
5bbeee5783
1개의 변경된 파일22개의 추가작업 그리고 2개의 파일을 삭제
  1. 22
    2
      css/slideme.css

+ 22
- 2
css/slideme.css 파일 보기

@@ -34,6 +34,7 @@ div.item {
34 34
 	width: 690px;
35 35
 	height: 210px;
36 36
 }
37
+
37 38
 div#item_slide {
38 39
 	position: absolute;
39 40
 	display: block;
@@ -43,12 +44,12 @@ div#item_slide {
43 44
 	height: 20px;
44 45
 }
45 46
 
46
-div#item_slide_center{
47
+div#item_slide_center {
47 48
 	width: 105px;
48 49
 	margin: 0 auto;
49 50
 }
50 51
 
51
-div.itemnum{
52
+div.itemnum {
52 53
 	position: relative;
53 54
 	top: 7px;
54 55
 	display: inline;
@@ -76,4 +77,23 @@ li.next {
76 77
 
77 78
 li.prev {
78 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…
취소
저장