Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OSSD11_C0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
64160174
OSSD11_C0
Commits
f4e08d2c
Commit
f4e08d2c
authored
2 years ago
by
64160073
Browse files
Options
Downloads
Patches
Plain Diff
main page
parent
0505d373
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/css/main_page.css
+38
-7
38 additions, 7 deletions
public/css/main_page.css
resources/views/v_mainpage_user.blade.php
+18
-5
18 additions, 5 deletions
resources/views/v_mainpage_user.blade.php
with
56 additions
and
12 deletions
public/css/main_page.css
+
38
−
7
View file @
f4e08d2c
...
...
@@ -8,7 +8,7 @@ .container {
font-family
:
'Kanit'
,
sans-serif
;
width
:
1000px
;
margin
:
auto
;
background
:
#
F8F7FA
;
background
:
#
E1E1E1
;
}
nav
{
width
:
1000px
;
...
...
@@ -53,20 +53,51 @@ .bg {
margin
:
0
auto
;
object-fit
:
cover
;
}
.
section
-list
{
width
:
2
0
0px
;
.
memder-card
-list
{
width
:
2
5
0px
;
height
:
200px
;
background
:
white
;
outline
:
auto
;
border-radius
:
5px
;
box-shadow
:
1px
1px
1px
1px
rgba
(
50
,
50
,
50
,
.5
);
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
font-size
:
16px
;
}
.
section
-list
ul
{
.
memder-card
-list
ul
{
list-style
:
none
;
text-decoration
:
none
;
color
:
black
;
padding
:
10px
20px
;
}
.
section
-list
ul
li
{
.
memder-card
-list
ul
li
{
list-style
:
none
;
}
.section-list
ul
{
.memder-card-list
span
{
padding
:
0px
21px
;
}
.condition-card-list
{
width
:
250px
;
height
:
200px
;
background
:
white
;
border-radius
:
5px
;
box-shadow
:
1px
1px
1px
1px
rgba
(
50
,
50
,
50
,
.5
);
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
font-size
:
12px
;
}
.condition-card-list
ul
{
list-style
:
none
;
text-decoration
:
none
;
color
:
black
;
padding
:
10px
20px
;
}
.condition-card-list
ul
li
{
list-style
:
none
;
}
.condition-card-list
span
{
padding
:
0px
21px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/views/v_mainpage_user.blade.php
+
18
−
5
View file @
f4e08d2c
...
...
@@ -28,12 +28,25 @@
<div
>
<img
class=
"bg"
src=
"image\cremation.jpg"
>
</div>
<div
class=
"
section
-list"
>
<div
class=
"
memder-card
-list"
>
<ul>
<li>
จำนวนสมาชิก
</li>
<li>
สามัญ
<span>
1,000 ราย
</span></li>
<li>
สมทบ
<span>
800 ราย
</span></li>
<li>
รวม
<span>
1,800 ราย
</span></li>
<h4><li>
จำนวนสมาชิก
</li></h4>
<hr>
<li>
สามัญ
<span>
1,000 ราย
</span></li>
<li>
สมทบ
 
<span>
800 ราย
</span></li>
<li>
รวม
 
<span>
1,800 ราย
</span></li>
</ul>
</div>
<br>
<div
class=
"condition-card-list"
>
<ul>
<h2><li>
เงื่อนไข
</li></h2>
<hr>
<li>
อัตราค่าสมัครสมาชิก
 
<span>
100 บาท
</span></li>
<li>
อัตราเงินสงเคราะห์ต่อราย
<span>
20 บาท
</span></li>
<li>
ค่าบำรุงรักษา
  
<span>
50 บาท
</span></li>
<li>
เงินสงเคราะห์ล่วงหน้า
<span>
650 บาท
</span></li>
<li>
อัตราหักเงินสงเคราะห์
<span>
ร้อยละ 20
</span></li>
</ul>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment