.share-course { .v-list-item { height: 90px; padding: 0; margin: 10px 18px 20px 15px; .content { border: none; padding: 0; .cover { width: 125px; height: 90px; margin-right: 10px; img { width: 125px; height: 90px; border-radius: 3px; } } .info { width: 207px; position: relative; .title { font-size: 16px; color: #333; height: 18px; line-height: 18px; } .contact { font-size: 13px; color: #666; margin-top: 10px; } button { position: absolute; bottom: 0; font-size: 12px; color: #FF4000; height: 28px; padding: 0 13px; border: 1px solid #FF4000; border-radius: 3px; background-color: #fff; } } } } .not-data { width: 100%; height: 20px; line-height: 20px; text-align: center; color: #666; font-size: 12px; position: absolute; top: 50%; margin-top: -10px; } }