12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .myClass {
- padding: 12px 0;
- }
- .itemDiv {
- border-radius: 10px;
- overflow: hidden;
- background-color: #fff;
- margin: 0 12px 12px 12px;
- .userContainer {
- :global {
- .van-cell__label {
- margin-top: 0;
- }
- }
- }
- .userContainer::after {
- left: 0;
- right: 0;
- }
- .iconImg {
- flex-shrink: 0;
- width: 44px;
- height: 44px;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 8px;
- }
- .messageImg {
- width: 24px;
- height: 24px;
- }
- .tag {
- padding: 0 8px;
- height: 19px;
- line-height: 19px;
- background: #ff8057;
- border-radius: 4px;
- color: #fff;
- font-size: 12px;
- margin-right: 6px;
- }
- :global {
- .van-cell {
- padding: 0 12px;
- height: 68px;
- box-sizing: border-box;
- .van-tag {
- margin-left: 4px;
- }
- .van-cell__label {
- color: #777;
- }
- .van-cell__title {
- width: 60vw;
- }
- .van-cell__value {
- flex: none;
- }
- }
- }
- .content {
- display: flex;
- align-items: center;
- .teacherName {
- font-size: 500;
- }
- }
- }
- .grid {
- .title {
- font-size: 24px;
- color: #333;
- margin-bottom: 4px;
- font-family: DINA;
- }
- .name {
- font-size: 12px;
- color: #777;
- }
- :global {
- .van-grid-item__content {
- padding-bottom: 20px;
- }
- }
- }
|