自定义的css

<style>
    /*
   *{border:1px solid red;margin:5px;} 
    */
innercols{display:flex;flex-direction:row;}
innerrows{display:flex;flex-direction:column;}

arow_cols{display:flex;flex-direction:row;}
acol_rows{display:flex;flex-direction:column;}
acol_cols{display:flex;flex-direction:row;}
arow_rows{display:flex;flex-direction:column;}

arow{display:flex;flex-direction:row;}
acol{display:flex;flex-direction:column;}

 .inner_rows{display:flex;flex-direction:column;}
 .inner_cols{display:flex;flex-direction:row;}
 
 .a1start{display:flex;justify-content:flex-start;}
 .a2start{display:flex;align-items:flex-start;}
 
 .a1end{display:flex;justify-content:flex-end;}
 .a2end{display:flex;align-items:flex-end;}
 
 .a1center{display:flex;justify-content:center;}
 .a2center{display:flex;align-items:center;}

 .a1stretch{display:flex;justify-content:stretch;}
 .a2stretch{display:flex;align-items:stretch;}

.rounddiv{
  border:1px solid #ccc; border-radius:5px;
  box-shadow: 0 0px 2px 2px rgba(64,93,230,0.2);
}

.flex1{flex:1}
.flexfixed{flex-shrink:0}
  
 .font1{font-family:Times New Roman,Times,serif;font-size:0.9em;font-weight:normal;}
 .font2{font-family:Times New Roman,Times,serif;font-size:1.1em;font-weight:bold;}
 
/*细线表格*/
table,th,td{
border:1px solid orange;
border-collapse:collapse;
}

    .item{
        display: flex;
       cursor: pointer;
       padding: 6px;
       margin: 3px;
 
    }
    .itemboxchecked{
       display: flex;
       border:1px solid red;width:15px;height:15px;border-radius:8px; 
       align-items:center;
       align-content: center;
       justify-content:center;
       cursor: pointer;
       color:black;
       background-color: white;
    }
    .itemboxunchecked{
       display: flex;
       border:1px solid red;width:15px;height:15px;border-radius:8px; 
       align-items:center;
       align-content: center;
       justify-content:center;
       cursor: pointer;
       color:black;
       background-color: white;
    }
    .rownotchecked{
                background-color: white;
                border: 1px solid green;/*#F5DEB3;*/
 

    }
    .rowchecked{
        background-color: #CF9; 
                        border: 1px solid #F5DEB3;
 
    }
    .rowRightAnswer{
        /*border: 1px solid pink; */
         background-color: pink; 
        border: 1px solid #F5DEB3;
 
    }
    </style>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值