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.
38 lines
656 B
38 lines
656 B
6 years ago
|
.bgimg{
|
||
|
width: 710rpx;
|
||
|
height: 100%;
|
||
|
position: absolute;
|
||
|
}
|
||
|
.context2{
|
||
|
padding: 80px 22px 50px 20px;
|
||
|
position: absolute;
|
||
|
z-index: 99999;
|
||
|
font-size: 28rpx;
|
||
|
color: #333333;
|
||
|
}
|
||
|
.context-title{
|
||
|
font-size: 50rpx;
|
||
|
margin-bottom: 50rpx;
|
||
|
}
|
||
|
.context-name{
|
||
|
font-size: 36rpx;
|
||
|
}
|
||
|
.context-name view{
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
.buttons .btn2 {
|
||
|
background: linear-gradient(to right, #f51212, #ff4c4c);
|
||
|
height:84rpx;
|
||
|
line-height: 84rpx;
|
||
|
text-align:center;
|
||
|
color: #fff;
|
||
|
font-size: 36rpx;
|
||
|
border-radius: 16rpx;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
outline: 0;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
.buttons .hover-class {
|
||
|
background:red;
|
||
|
}
|