123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .main .content.data-v-bdd4b674 {
- box-sizing: border-box;
- width: 100vw;
- padding: 0 15px;
- background-color: #ffffff;
- }
- .main .content .title.data-v-bdd4b674 {
- margin: 16px 0;
- }
- .main .content .fileBox.data-v-bdd4b674 {
- display: flex;
- flex-wrap: wrap;
- margin-top: 10px;
- }
- .main .content .fileBox .fileItem.data-v-bdd4b674 {
- width: 218rpx;
- height: 218rpx;
- background-color: #a5a5a5;
- position: relative;
- margin-right: 16rpx;
- }
- .main .content .fileBox .fileItem.data-v-bdd4b674:nth-child(3n) {
- margin-right: 0;
- }
- .main .content .fileBox .fileItem.data-v-bdd4b674:nth-child(n + 4) {
- margin-top: 16rpx;
- }
- .main .content .fileBox .fileItem .thumbnail.data-v-bdd4b674 {
- width: 100%;
- height: 100%;
- }
- .main .content .fileBox .fileItem .defaultFileItem.data-v-bdd4b674 {
- position: relative;
- width: 100%;
- height: 100%;
- }
- .main .content .fileBox .fileItem .defaultFileItem .playBtn.data-v-bdd4b674 {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- width: 48rpx;
- height: 48rpx;
- }
- .main .content .newsTips.data-v-bdd4b674 {
- margin: 16px 0;
- font-size: 12px;
- color: #5c5f66;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .main .seat.data-v-bdd4b674 {
- height: 8px;
- width: 100%;
- background-color: #f7f7f9;
- }
- .main .commentBox.data-v-bdd4b674 {
- margin-top: 16px;
- box-sizing: border-box;
- width: 100vw;
- padding: 0 15px;
- background-color: #ffffff;
- }
- .main .commentBox .commentItem.data-v-bdd4b674 {
- margin-bottom: 10px;
- border-bottom: 1px solid #e8e9eb;
- padding: 8px 0;
- }
- .main .commentBox .commentItem .commentTitle.data-v-bdd4b674 {
- font-size: 14px;
- color: #151b26;
- }
- .main .commentBox .commentItem .commentTime.data-v-bdd4b674 {
- font-size: 12px;
- color: #5c5f66;
- margin-top: 10px;
- }
- .popupBottom.data-v-bdd4b674 {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- z-index: 100;
- display: flex;
- flex-direction: column;
- }
- .popupBottom .popupBg.data-v-bdd4b674 {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- }
- .popupBottom .popupContent.data-v-bdd4b674 {
- height: 40%;
- margin-top: auto;
- background-color: #fff;
- position: relative;
- z-index: 11;
- }
- .popupBottom .popupSwiperBg.data-v-bdd4b674 {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- display: flex;
- align-items: center;
- }
- .popupBottom .swiperDotBox.data-v-bdd4b674 {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- width: 100%;
- flex-direction: column;
- }
- .popupBottom .swiperDotBox .swiperBox.data-v-bdd4b674 {
- height: 85vh;
- width: 100%;
- }
- .popupBottom .swiperDotBox .swiperFileItem.data-v-bdd4b674 {
- width: 100%;
- height: 100%;
- }
- .popupBottom .swiperDotBox .swiperAudioBox.data-v-bdd4b674 {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .popupBottom .swiperDotBox .swiperAudioItem.data-v-bdd4b674 {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 111;
- }
- .popupBottom .swiperDotBox .swiperPage.data-v-bdd4b674 {
- position: absolute;
- bottom: 20rpx;
- width: 100%;
- height: 30px;
- text-align: center;
- line-height: 30px;
- color: #ffffff;
- }
|