TalentService-mobile/unpackage/dist/dev/mp-weixin/pages/article/articleDetails.wxss

44 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-10-27 00:26:19 +08:00
@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件为scss预处理器其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量均以"u-"开头,不会造成冲突,请放心使用
*/
.article-all.data-v-ec838844 {
padding: 30rpx 40rpx 0;
display: flex;
flex-direction: column;
height: calc(100vh - 140rpx);
}
.article-all .article-title.data-v-ec838844 {
color: #000;
font-weight: bold;
font-size: 40rpx;
}
.article-all .article-tip.data-v-ec838844 {
color: #afb1af;
font-size: 25rpx;
margin: 20rpx 0;
}
.article-all .article-tip .tip-time.data-v-ec838844 {
margin-right: 25rpx;
}
.article-all .article-content.data-v-ec838844 {
flex: 1;
}
.share.data-v-ec838844 {
background-color: #fff;
position: absolute;
bottom: 0;
width: 100%;
height: 120rpx;
box-shadow: -1px -4px 8px 0px rgba(100, 100, 111, 0.12);
}
.share button.data-v-ec838844 {
width: 100%;
height: 120rpx;
display: flex;
align-items: center;
justify-content: center;
}