打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Imm/test.css:修订间差异

来自RIA | Wiki
Immutable留言 | 贡献
无编辑摘要
Immutable留言 | 贡献
无编辑摘要
第52行: 第52行:




 
.container {
  .container {
     display: flex;
     display: flex;
     width: 300px;  
     width: 300px;  
   }
   }
    
    
  .item {
.item {
     width: 150px;
     width: 150px;
     line-height: 100px;
     line-height: 100px;
   }
   }
  .container :nth-child(1) {
.container :nth-child(1) {
     background-color: #E3ABB3;
     background-color: #E3ABB3;
     height: 100px;  
     height: 100px;  
   }
   }
  .container :nth-child(2) {
.container :nth-child(2) {
     background-color: #9DC54B;
     background-color: #9DC54B;
   }
   }
  .container :nth-child(3) {
.container :nth-child(3) {
     background-color: #1FBEE7;
     background-color: #1FBEE7;
     height: 300px;
     height: 300px;
   }
   }

2023年4月21日 (五) 19:50的版本

.immtest {
    display: block;
    border: solid black 1px;
    margin-bottom: 20px;
}

.immtest-header {
    display: block;
    background-color: #ffd3c7;
    color: #ffffff;
}

.immtest-body {
    margin: 0;
    padding: 1em;
    display: block;
}

.immtest-body-text {
	display: flex;
    align-items: center;
}

.immtest-header h2 {
    text-align: center;
    margin: 0;
    padding: 0.3em;
    display: block;
}


.main-page-tag-rcs {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1023px) {
    .main-page-tag-rcs {
        clear:both;
        column-count: 2;
        float: none;
        padding: 13px 10px 0;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
        width: auto
    }
}

.main-container {
    min-width: 300px;
}


.container {
    display: flex;
    width: 300px; 
  }
  
.item {
    width: 150px;
    line-height: 100px;
  }
.container :nth-child(1) {
    background-color: #E3ABB3;
    height: 100px; 
  }
.container :nth-child(2) {
    background-color: #9DC54B;
  }
.container :nth-child(3) {
    background-color: #1FBEE7;
    height: 300px;
  }