123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- /* pages/yxnaQxn/yxnaQxn.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: #1B3A7Baa;
- /* 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: #1B3A7B;
- font-family: PingFang SC;
- width: 504rpx;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- padding-right: 32rpx;
- margin-left: 142rpx;
- }
- .con-width .time{
- font-size: 32rpx;
- /* opacity: 0.69; */
- margin-bottom: 18rpx;
- }
- .con-width .redius{
- width: 30rpx;
- height: 30rpx;
- background: #CCE8F7;
- border: 2rpx solid #1B3A7B;
- border-radius: 50%;
- position: absolute;
- right: -24rpx;
- }
- .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: #1B3A7B;
- line-height: 38rpx;
- height: 260rpx;
- }
|