/* pages/yxnaJfh/yxnaJfh.wxss */ scroll-view ::-webkit-scrollbar { display:none; width:0; height:0; color:transparent; } .page{ background-size: 100% 100%; } .navTitle{ width: 100%; height: 160rpx; display: flex; align-items: center; } .navTitle t-icon{ width: 48rpx; color: #fff; } .navTitle .title{ width: 600rpx; font-size: 34rpx; font-family: PingFang SC; color: #FFFFFF; font-weight: bold; margin-left: 260rpx; } .header{ height: 220rpx; display: flex; justify-content: center; align-items: center; position: relative; } .header image{ width: 422rpx; height: 180rpx; } .button{ position: absolute; right: 0; } .button .butView{ width: 92rpx !important; height: 64rpx; font-size: 14px; font-family: PingFang SC; font-weight: 500; display: flex; justify-content: center; align-items: center; border-radius: 16px 0 0 16px; margin-top: 10rpx; } .line{ height: 178rpx; background-size: 100% 100%; margin-top: 100rpx; position: relative; } .line .title{ background: #953D17aa; /* opacity: 0.64; */ font-size: 27rpx; line-height: 27rpx; font-weight: 600; border-radius: 7rpx; justify-content: center; align-items: center; display: flex; color: #fff; height: 50rpx; position: absolute; } .con-width{ height: 720rpx; color: #13352D; font-family: PingFang SC; width: 504rpx; position: relative; display: flex; flex-direction: column; align-items: flex-start; padding-left: 32rpx; margin-left: 220rpx; } .con-width .time{ font-size: 32rpx; /* opacity: 0.69; */ margin-bottom: 18rpx; } .con-width .redius{ width: 30rpx; height: 30rpx; background: #CCE4EC; border: 2rpx solid #953D17; border-radius: 50%; position: absolute; left: -15rpx; } .con-width .title{ font-size: 32rpx; margin-left: 20rpx; } .con-width .text{ /* opacity: 0.69; */ font-size: 32rpx; margin-bottom: 34rpx; } .con-width .video{ width: 390rpx; height: 226rpx; background: #FFFFFF; display: flex; align-items: center; justify-content: center; margin-bottom: 30rpx; } .con-width .video image{ width: 390rpx; height: 226rpx; } .con-width .message{ width: 390rpx; display: flex; flex-direction: column; align-items: flex-start; font-size: 28rpx; font-family: PingFang SC; color: #13352D; line-height: 38rpx; height: 260rpx; }