index.wxss 344 B

12345678910111213141516171819
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 0 30rpx;
  5. position: relative;
  6. font-size: 15px;
  7. }
  8. .contactbox{
  9. width: 100%;
  10. background-color: rgba(242,245,250,1);
  11. height: 80rpx;
  12. float: left;
  13. margin-top: 50rpx;
  14. color: rgba(135,135,135,1);
  15. text-indent: 30rpx;
  16. line-height: 80rpx;
  17. font-weight: 800;
  18. /* margin-top: 30rpx; */
  19. }