jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/wodedingdan/wodedingdan.acss

72 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-12-01 11:56:54 +00:00
.list {
display: flex;
flex-direction: column;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
page{
background-color: #f7f7f7;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.left{
padding: 8px;
width:80px;
height: 80px;
border-radius: 10px;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.containercontent{
margin: 15px 15px 0 15px;
border: 1px solid #eec2c7;
border-radius: 10px;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.container{
display: flex;
color: #333333;
border-radius: 10px;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.content {
margin-left: 10px;
line-height: 1.6;
width: 70%;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.title1{
font-size: 18px;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.title2{
font-size: 14px;
color: gray;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.title2right{
float: right;
color: rgb(24, 23, 23);
font-size: 16px;
position: relative;
bottom: 50px;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.tar{
width: 100%;
padding-bottom: 15px;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.tab1 {
width: 50px;
height: 20px;
border: 1px solid #eec2c7;
border-radius: 30px;
text-align: center; /* 水平居中 */
line-height: 20px; /* 垂直居中 */
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.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;
2024-11-10 07:01:22 +00:00
}
2024-12-01 11:56:54 +00:00
.box{
display: flex;
position: relative;
left: 120px;
top: 20px;
2024-11-10 07:01:22 +00:00
}