contact.wxss 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .contact-bg {
  2. top: 0;
  3. width: 100%;
  4. height: 100%;
  5. position: fixed;
  6. background-color: rgba(0,0,0,0.56);
  7. z-index: 10001;
  8. }
  9. .contact-bg>view {
  10. background-color: white;
  11. width: 100%;
  12. height: 532rpx;
  13. position: fixed;
  14. bottom: -532rpx;
  15. }
  16. .contact-bg>view>view:first-child {
  17. width: 100%;
  18. height: 148rpx;
  19. display: flex;
  20. }
  21. .contact-bg>view>view:first-child>text {
  22. font-size: 28rpx;
  23. color: #999999;
  24. text-align: center;
  25. line-height: 44rpx;
  26. margin: auto auto;
  27. }
  28. .contact-bg>view>view:nth-child(2), .contact-bg>view>view:nth-child(4),
  29. .contact-bg>view>view:nth-child(8) {
  30. width: 100%;
  31. height: 0.7px;
  32. margin-top: -0.7px;
  33. background-color: #eeeeee;
  34. }
  35. .contact-bg>view>view:nth-child(3), .contact-bg>view>view:nth-child(5),
  36. .contact-bg>view>view:nth-child(7) {
  37. width: 100%;
  38. height: 100rpx;
  39. font-size: 34rpx;
  40. color: #333333;
  41. text-align: center;
  42. line-height: 100rpx;
  43. }
  44. .contact-bg>view>view:nth-child(6) {
  45. width: 100%;
  46. height: 16rpx;
  47. background-color: #f5f5f5;
  48. }