123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- /* pages/journalDetail/journalDetail.wxss */
- .container{
- /* margin:30rpx; */
- background: #fff;
- border-radius: 10rpx;
- padding:20rpx;
- }
- .baseinfo{
- display: flex;
- margin-bottom:30rpx;
- position: relative;
- }
- .baseinfo .faceimg{
- margin-right: 20rpx;
- }
- .baseinfo .faceimg image{
- width:170rpx;
- height: 236rpx;
- box-shadow: 2px 2px 10rpx 1px rgba(0, 0, 0, 0.2);
- }
- .baseinfo .tweo view{
- margin-bottom:16rpx;
- font-size: 28rpx;
- color: #999999;
- }
- .baseinfo .tweo .title{
- font-size: 36rpx;
- color:#333333;
- margin-bottom:36rpx;
- padding-right: 136rpx;
- }
- .baseinfo .gzgzh{
- position: absolute;
- width: 136rpx;
- height: 48rpx;
- background: #298EF9;
- border-radius: 8rpx;
- font-size:20rpx;
- color:#ffffff;
- right: 0;
- padding:0px;
- line-height: 48rpx;
- }
- .intro text{
- font-size: 32rpx;
- color: #333333;
- font-weight: 500;
- }
- .intro .desc{
- margin-top:30rpx;
- color: #777;
- line-height: 60rpx;
- font-size: 32rpx;
- letter-spacing: 3rpx;
- }
- .content{
- margin-top:48rpx;
- }
- .content view{
- margin-bottom:28rpx;
- color: #333333;
- font-size: 32rpx;
- }
- .more{
- color: #298EF9;
- display: block;
- text-align: center;
- margin-top: 50rpx;
- }
- .bg{
- position: fixed;
- width: 100%;
- height: 100vh;
- top: 0;
- left: 0;
- z-index: 9;
- background: rgba(0,0,0,.5);
- }
- .ewm>.ww{
- background: #fff;
- border-radius: 18rpx;
- padding: 100rpx;
- display: block;
- position: absolute;
- width: 90%;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- height: 80vh;
- z-index: 99;
- }
- .t image{
- width: 100rpx;
- height: 100rpx;
- border-radius: 8rpx;
- }
- .t>view{
- display: inline-block;
- vertical-align: top;
- margin-left: 20rpx;
- }
- .m{
- display: block;
- width: 100%;
- margin: 50rpx auto;
- }
- .b text{
- display: block;
- text-align: center;
- color: #999;
- }
|