移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
page { background: #f4f4f4; }
.coreshop-list {
    &.menu-avatar {
        & > .coreshop-list-item { height: 90px; }
    }
}
.taobao { background: white; padding: 10px 10px 15px 10px;
    .ticket { display: flex; margin-top: 10px;
        .left { width: 75%; padding: 15px 10px; background-color: #fff5f4; border-radius: 10px; border-right: dashed 1px #e0d7d3; display: flex;
            .picture { width: 86px; border-radius: 10px; }
            .introduce { margin-left: 5px;
                .top { color: #ff9900; font-size: 14px;
                    .big { font-size: 25px; font-weight: bold; margin-right: 5px; }
                }
                .topD { color: #82848a; font-size: 14px; text-decoration: line-through;
                    .big { font-size: 25px; font-weight: bold; margin-right: 5px; }
                }
                .type { font-size: 14px; color: #82848a; }
                .date { margin-top: 5px; font-size: 10px; color: #82848a; }
            }
        }
        .right { width: 25%; padding: 20px 5px; background-color: #fff5f4; border-radius: 10px; display: flex; align-items: center;
            .use { height: auto; padding: 0 10px; font-size: 12px; border-radius: 20px; color: #ffffff !important; background-color: #ff9900 !important; line-height: 20px; color: #758ea5; margin: 0 auto; }
        }
    }
}