See999 5 years ago
parent
commit
67335b385b
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/scrm_pages/newsDetail/newsDetail.vue

+ 18 - 0
src/scrm_pages/newsDetail/newsDetail.vue View File

1
+<template>
2
+  <div>
3
+    <div class="newsTitle">山东潍坊,高考还剩最后一门,女孩却被同学杀死了</div>
4
+  </div>
5
+</template>
6
+
7
+
8
+
9
+<style lang="scss" scoped>
10
+.newsTitle {
11
+  width: 19.9375rem;
12
+  height: 3.125rem;
13
+  font-size: 1.25rem;
14
+  font-weight: 400;
15
+  color: rgba(7, 18, 40, 1);
16
+  line-height: 1.875rem;
17
+}
18
+</style>