2023-03-10 16:47:13 +08:00

64 lines
1.1 KiB
Plaintext

/* pages/user/session-list/index.wxss */
.main {
padding: 20px;
}
.top-title {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
}
.top-content {
color: rgb(150, 150, 150);
margin-left: 10px;
margin-top: 5px;
}
.history-item {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-style: solid;
border-width: 2px;
border-color: rgba(230, 230, 230, 0.719);
margin: 5px;
margin-top: 10px;
padding: 10px;
padding-top: 15px;
padding-bottom: 20px;
border-radius: 0.75rem;
display: flex;
justify-content: space-between;
}
.history-left {
width: 100%;
padding-right: 5px;
display: flex;
}
.history-avatar {
margin-right: 10px;
}
.history-title {
font-weight: 600;
margin-bottom: 5px;
}
.history-text {
color: rgb(150, 150, 150);
font-size: 0.875rem;
line-height: 1.25rem;
white-space: nowrap;
overflow: hidden;
max-width: 200px;
}
.history-right {
display: flex;
flex-direction: column;
align-items: center;
color: rgb(255, 191, 52);
}