1234567891011121314151617181920212223242526272829303132333435 |
- .cellEntry {
- align-items: center;
- :global {
- .van-badge__wrapper {
- margin: 0;
- }
- .van-cell__title {
- display: flex;
- align-items: center;
- margin-left: 14px;
- }
- }
- }
- .cell {
- align-items: center;
- :global {
- .van-cell__title {
- margin-left: 14px;
- }
- }
- }
- .userName{
- color: #333;
- font-size: 16px;
- font-weight: 500;
- }
- .phone{
- font-size: 16px;
- color: #333;
- margin-left: 14px;
- }
- .addressInfo{
- font-size: 14px;
- color: #666;
- }
|