Files
kelfy-mini/pages/bgMsg/bgMsg.wxss
2025-11-13 13:39:24 +08:00

172 lines
3.4 KiB
Plaintext

/* pages/bgMsg/bgMsg.wxss */
.main{
margin: 30rpx 0;
width: 750rpx;
}
.content{
width: 90%;
margin: 0 auto;
}
.btnWrap{
height: 160rpx;
width: 100%;
}
.gdrq{
height: 80rpx;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.dtrq{
height: 80rpx;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.timeMsg{
height: 60rpx;
width: 450rpx;
font-size: 30rpx;
border-radius: 30rpx;
display: flex;
justify-content: space-between;
align-items: center;
color: rgba(0,110,255);
background: rgba(226,237,254);
}
.itemTi{
height: 100%;
width: 45%;
display: flex;
justify-content: center;
align-items: center;
}
.itemT{
height: 100%;
width: 10%;
display: flex;
justify-content: center;
align-items: center;
}
.btn1{
height: 60rpx;
width: 160rpx;
border-radius: 30rpx;
text-align: center;
line-height: 60rpx;
font-size: 32rpx;
}
.mr{
color: rgba(0,110,255);
background: rgba(226,237,254);
}
.ac{
color: #fff;
background: rgba(0,110,255);
}
.btn2{
height: 60rpx;
width: 220rpx;
margin-left: 50rpx;
background: rgba(228,240,255);
border-radius: 30rpx;
text-align: center;
line-height: 60rpx;
color: rgba(0,110,255);
font-size: 32rpx;
display: flex;
justify-content: center;
align-items: center;
}
.icon2{
height: 30rpx;
width: 30rpx;
margin-left: 10rpx;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAUhJREFUWEftlT1SwzAQhd9zQx+VdEDMEeiSO0AHJ3DIJBUcAiqYEJ8AOrhD0nEEHKCjVHoaL2NBZhKwLf8oCYXV2nr7zUrfitjy4pbrowFoOtB04P90QIWvAxHpb2IukBzp4OA2qbXSgdY4ugJ4sV4IuZ73/MtFjT9HoMazewFO1wFB4EH32mfL2al3oBXOJhB0nEIQ03nQ7v7OTAVQ4cuuiDcFsOcI4p2MOzo4/CgEkPykRtERPE4E2KkDQeATsXR1339Oy8nVUN29HQvjx1oA4p3o8/2nrAzrHPjR86YKBMnhQrfKAMnGanqu6lYLwNyJEnqm6VYbwHSiiJ4ZujkBKKBnpm5OAPL0tOnmDMBApOhJi25OAQxEGA1EaPQkZagD37xuZZd1DuQFfusJLL9uGwUoW6z0KHZRwJZR6whs4UW+NwBNB74ADGh0IdudMasAAAAASUVORK5CYII=);
background-size: 100%;
}
.item{
height: 220rpx;
width: 100%;
border-radius: 5rpx;
margin: 40rpx auto;
box-shadow:0px 0px 15rpx #e2e2e2;
padding:0 30rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.zw{
display: flex;
justify-content: center;
align-items: center;
font-size: 33rpx;
color: #666;
}
.title{
height: 80rpx;
width: 100%;
font-size: 35rpx;
color: #333;
line-height: 80rpx;
}
.msgWrap{
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.msgLeft{
height: 100%;
width: 70%;
display: flex;
flex-direction: column;
justify-content: center;
}
.text{
height: 50%;
width: 100%;
font-size: 30rpx;
color: #666;
display: flex;
align-items: center;
}
.msgRight{
height: 100%;
width: 30%;
font-size: 33rpx;
color: rgba(0,110,255);
display: flex;
justify-content: center;
align-items: center;
}
.dateWrap{
height: 80rpx;
width: 80%;
margin: 50rpx auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.dateItem{
height: 100%;
width: 40%;
font-size: 30rpx;
color: rgba(0,110,255);
background: rgba(230,241,255);
border-radius: 15rpx;
text-align: center;
line-height: 80rpx;
}
.dateActive{
height: 100%;
width: 40%;
font-size: 30rpx;
color: #fff;
background: rgba(0,110,255);
border-radius: 15rpx;
text-align: center;
line-height: 80rpx;
}