12345678910111213141516171819202122232425262728293031323334353637383940 |
- page {
- background-color: #f4f4f4;
- }
-
- .head{
- width: 750rpx;
- height: 672rpx;
- margin-top: 50rpx;
- }
-
- button[type=primary]{
- margin: 100rpx 30rpx 0;
- background-color: #f91919;
- }
-
- button[type=primary].button-hover{
- background-color: #f91919;
- }
-
- .icon-service{
- width: 54rpx;
- height: 60rpx;
- margin-right: 14rpx;
- vertical-align: -14rpx;
- }
-
- button[type=default]{
- position: absolute;
- bottom: 60rpx;
- font-size: 36rpx;
- color: #00a0e9;
- background-color: transparent;
- margin: 0 auto;
- left: 50%;
- transform: translateX(-50%);
- }
-
- button[type=default].button-hover{
- background-color: transparent;
- }
|