index.acss 697 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/meeting/renewalContract/index.wxss */
  2. .top {
  3. width: 100vw;
  4. background-color: #fff;
  5. padding: 40rpx 24rpx;
  6. }
  7. .renewalcontract-top {
  8. width: 100vw;
  9. background-color: #fff;
  10. padding: 40rpx 24rpx;
  11. }
  12. .img {
  13. width: 702rpx;
  14. height: 136rpx;
  15. background-color: #4660fd;
  16. position: relative;
  17. }
  18. .img>image {
  19. width: 100%;
  20. height: 100%;
  21. position: absolute;
  22. }
  23. .top-content {
  24. color: #fff;
  25. font-size: 30rpx;
  26. font-weight: 500;
  27. padding: 16rpx 32rpx;
  28. box-sizing: border-box;
  29. text-align: left;
  30. line-height: 50rpx;
  31. }
  32. .time {
  33. font-size: 38rpx;
  34. margin-top: 10rpx;
  35. }
  36. .renewal {
  37. margin-top: 16rpx;
  38. }
  39. .btn-area button {
  40. background-color: #3A3C65;
  41. color: #fff;
  42. }