123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .news_detail.data-v-e829a28a {
- padding: 16px;
- }
- .news_detail .title.data-v-e829a28a {
- font-size: 18px;
- font-weight: 600;
- line-height: 24px;
- color: #1A1A1A;
- line-height: 24px;
- opacity: 1;
- text-align: center;
- }
- .news_detail .person.data-v-e829a28a {
- text-align: center;
- margin-top: 8px;
- font-weight: 400;
- line-height: 14px;
- font-size: 12px;
- color: #858585;
- opacity: 0.8;
- }
- .news_detail .time.data-v-e829a28a {
- text-align: center;
- margin-top: 4px;
- font-weight: 400;
- line-height: 14px;
- font-size: 12px;
- color: #858585;
- opacity: 0.8;
- }
- .news_detail .top.data-v-e829a28a {
- margin-top: 15px;
- line-height: 24px;
- font-size: 15px;
- }
- .news_detail .active_someone.data-v-e829a28a {
- margin-bottom: 80px;
- border-radius: 8px;
- background: rgba(219, 236, 228, 0.3);
- }
- .news_detail .active_someone .enptyStatus.data-v-e829a28a {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- padding: 30px 10px;
- }
- .news_detail .active_someone .enptyStatus image.data-v-e829a28a {
- width: 80px;
- height: 110px;
- }
- .news_detail .active_someone .enptyStatus .words.data-v-e829a28a {
- color: #ffae21;
- font-size: 14px;
- padding-top: 10px;
- }
- .news_detail .active_someone .headers.data-v-e829a28a {
- height: 18px;
- font-size: 13px;
- color: #138E57;
- font-weight: 500;
- margin-left: 15px;
- padding-top: 11px;
- margin-bottom: 11px;
- }
- .news_detail .active_someone .bodys.data-v-e829a28a {
- margin: 10px;
- max-height: 170px;
- overflow-y: hidden;
- display: flex;
- flex-wrap: wrap;
- }
- .news_detail .active_someone .bodys .sames.data-v-e829a28a {
- height: 50px;
- margin: 15px 8px;
- text-align: center;
- }
- .news_detail .active_someone .bodys .sames .avator.data-v-e829a28a {
- width: 32px;
- height: 32px;
- border-radius: 50%;
- }
- .news_detail .active_someone .bodys .sames .names.data-v-e829a28a {
- font-size: 12px;
- line-height: 17px;
- color: #858585;
- }
- .news_detail .active_btn.data-v-e829a28a {
- position: fixed;
- bottom: 30px;
- padding: 0 80px;
- left: 16%;
- height: 40px;
- margin-top: 50px;
- background: #138E57;
- border-radius: 25px;
- font-size: 16px;
- text-align: center;
- line-height: 40px;
- color: #FFFFFF;
- }
|