.list { display: flex; flex-direction: column; } page{ background-color: #f7f7f7; } .left{ padding: 8px; width:80px; height: 80px; border-radius: 10px; } .containercontent{ margin: 15px 15px 0 15px; border: 1px solid #eec2c7; border-radius: 10px; } .container{ display: flex; color: #333333; border-radius: 10px; } .content { margin-left: 10px; line-height: 1.6; width: 70%; } .title1{ font-size: 18px; } .title2{ font-size: 14px; color: gray; } .title2right{ float: right; color: rgb(24, 23, 23); font-size: 16px; position: relative; bottom: 50px; } .tar{ width: 100%; padding-bottom: 15px; } .tab1 { width: 50px; height: 20px; border: 1px solid #eec2c7; border-radius: 30px; text-align: center; /* 水平居中 */ line-height: 20px; /* 垂直居中 */ } .tab2 { margin-left: 10px; /* 给tab2添加一些间距 */ width: 50px; height: 20px; border: 1px solid #eec2c7; border-radius: 30px; text-align: center; /* 水平居中 */ line-height: 20px; /* 垂直居中 */ background-color: #eec2c7; } .box{ display: flex; position: relative; left: 120px; top: 20px; }