* { padding: 0; margin: 0; } html { height: 100%; width: 100%; } body { background-color: #000000; height: 100%; width: 100%; } .layui-form { height: 100%; width: 100%; } .Centermsg { height: 100%; width: 100%; } .ttitle { height: 10%; width: 100%; display: flex; align-items: center; } .hbsx { height: 100%; width: 70%; display: flex; align-items: center; margin-left: 10%; font-size: 16px; } .sure { height: 100%; width: 10%; display: flex; align-items: center; } .cha { height: 100%; width: 10%; display: flex; align-items: center; } .tmessage { height: 90%; width: 100%; display: flex; flex-direction: column; } .tmessageYear { display: flex; flex-grow: 2; flex-wrap: wrap; color: #ffffff; } .tmessageYear div { display: flex; align-items: center; justify-content: center; width: 18%; height: 30%; color: #ffffff; } .tmessageShuXing { display: flex; flex-grow: 1; flex-wrap: wrap; color: #ffffff; } .tmessageShuXing div { display: flex; align-items: center; justify-content: center; width: 18%; height: 50%; cursor: pointer; } .tmessageLake { display: flex; flex-grow: 2; flex-wrap: wrap; color: #ffffff; } .tmessageLake div { display: flex; align-items: center; justify-content: center; width: 25%; height: 40%; } .tmessageLake div:first-child { display: flex; align-items: center; justify-content: center; width: 18%; height: 50%; } .tmessageLake div:nth-child(4n+1) { display: flex; align-items: center; justify-content: center; width: 18%; height: 50%; } [lay-skin=primary].layui-form-checkbox { width: 100%; } [lay-skin=primary].layui-form-checkbox span { color: #ffffff; width: 100%; } [lay-skin=primary].layui-form-checked i { border-color: dodgerblue; background-color: dodgerblue; } .layui-form-checkbox[lay-skin="primary"] i { color: rgba(0,0,0,0); } .layui-form-checked[lay-skin=primary] i { border-color:none; color: #000000 !important; }