123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- page{
- height: 100%;
- background-color: #f8f8f8;
- }
- .block, .header{
- background-color: #fff;
- border-radius: 5px;
- margin: 0.4rem;
- padding: 1rem;
- }
- .block {
- height: 10rem;
- }
- .header {
- display: flex;
- align-items: center;
- height: 4rem
- }
- .header text {
- font-size: 20px;
- }
- .block .wel {
- font-size: 16px;
- }
- .block .title {
- font-weight: bold;
- border-bottom: 1px solid #eee;
- padding-bottom: 1rem;
- }
- .menu {
- display: flex;
- padding-top: 1rem;
- }
- .menu .menu-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 20%;
- margin-right: 1rem;
- }
- .menu-item text {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14px;
- }
- .menu .menu-item image {
- width: 2rem;
- }
|