contract.css 920 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .container {
  2. background-color: #ffffff;
  3. height: 100vh;
  4. }
  5. .bottom_view{
  6. width: 100%;
  7. position: fixed;
  8. bottom: 20rpx;
  9. left: 0;
  10. }
  11. .rich_text{
  12. margin: 30rpx;
  13. }
  14. .click_view{
  15. flex: 1;
  16. height: 90rpx;
  17. line-height: 90rpx;
  18. text-align: center;
  19. border-radius: 8rpx;
  20. margin-left: 15rpx;
  21. margin-right: 15rpx;
  22. background-color: #F56C6C;
  23. color: #ffffff;
  24. }
  25. .click_view_gray{
  26. flex: 1;
  27. height: 90rpx;
  28. line-height: 90rpx;
  29. text-align: center;
  30. border-radius: 8rpx;
  31. margin-left: 15rpx;
  32. margin-right: 15rpx;
  33. background-color: #797979;
  34. color: #ffffff;
  35. }
  36. .write_sign{
  37. text-align: center;
  38. margin-left: 10rpx;
  39. margin-right: 15rpx;
  40. height: 90rpx;
  41. width: 20%;
  42. border: 1rpx solid #F2F2F2;
  43. border-radius: 8rpx;
  44. }
  45. .write_sign_img{
  46. margin-top: 10rpx;
  47. width: 34rpx;
  48. height: 34rpx;
  49. }
  50. .sign_view{
  51. margin-top: -10rpx;
  52. color: #797979;
  53. font-size: 24rpx;
  54. height: 40rpx;
  55. line-height: 40rpx;
  56. text-align: center;
  57. }