12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @charset "utf-8";
- #message {
- padding: 15px;
- .all {
- .assets {
- width: 25px;
- height: 25px;
- margin-right: 8px;
- }
- }
- .list {
- .item {
- display: flex;
- padding: 20px 15px;
- border-bottom: 1px solid #eee;
- .am-badge-dot {
- transform: translate(5px, -2px);
- }
- .detail {
- flex: 1;
- .title {
- color: #000000;
- font-size: 16px;
- margin-bottom: 5px;
- }
- .desc {
- color: #999999;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- a {
- font-size: 10px;
- }
- }
- .date-time {
- color: #999999;
- font-size: 12px;
- text-align: right;
- margin-top: 10px;
- .date {}
- .time {}
- }
- }
- }
- }
|