page { background: #f5f5f5; } .card { margin: 6px; padding: 6px; border-radius: 6px; background: #fff; } .title { height: 40px; width: 100%; position: relative; } .time { margin-left:10px; font-size: 15px; height: 40px; color: #48c17b; line-height: 40px; } .my_apport { height: 30px; width: 80px; text-align: center; line-height: 30px; position: absolute; font-size: 14px; margin-top: 5px; right: 10px; background: #48c17b; border-radius: 5px; color: white; } .center{ border-top:1px solid #f0f0f0; margin-bottom: 10px; } .line{ display:flex; border-bottom: 1px dotted #f0f0f0; } .key{ flex:1; width: 50%; font-size: 15px; color: #999; text-align: right; padding-right: 10px; } .value{ flex:1; width: 50%; font-size: 15px; color: #999; text-align: left; } .section{ font-size: 15px; display: flex; margin:5px 0; } .section__title{ flex:2; padding-right:12px; line-height: 30px; height: 30px; text-align: right; font-size: 12px; } .input-box { flex:3; } .input{ vertical-align: middle; width: 100px; height: 30px; display: inline-block; border-bottom: 1px solid #e0e0e0; } .input-box radio{ transform:scale(0.65); } .input-box checkbox{ transform:scale(0.65); }