12345678910111213141516171819 |
- .main {
- float: left;
- width: 92%;
- margin: 0 30rpx;
- position: relative;
- font-size: 15px;
- }
- .contactbox{
- width: 100%;
- background-color: rgba(242,245,250,1);
- height: 80rpx;
- float: left;
- margin-top: 50rpx;
- color: rgba(135,135,135,1);
- text-indent: 30rpx;
- line-height: 80rpx;
- font-weight: 800;
- /* margin-top: 30rpx; */
- }
|