You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
473 B
8 lines
473 B
/* 图片背景层 */
|
|
.olive_pic{ width: 100%; height: 480rpx; -webkit-filter:blur(10rpx); filter:blur(10rpx);}
|
|
.zhe_olive{ height: 480rpx;position: absolute; top: 0; left: 0; width: 100%; z-index: 1;background: linear-gradient(top,rgba(0,185,206,.3),rgba(0,185,206,.0));text-indent: -99999px; }
|
|
/* 内容开始 */
|
|
.olive_content{position:relative; z-index: 3;}
|
|
|
|
|
|
.actual_time{color: #fff; font-size: 64rpx; font-weight: bold; text-align: center; padding: 80rpx 0 40rpx 0} |