agreement.wxss 726 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .agreen {
  18. padding: 40rpx 32rpx;
  19. box-sizing: border-box;
  20. background-color: #ffffff;
  21. }
  22. .tit {
  23. font-size: 40rpx;
  24. color: #333333;
  25. font-weight: bold;
  26. text-align: center;
  27. margin-bottom: 36rpx;
  28. }
  29. .tits {
  30. font-size: 32rpx;
  31. color: #333333;
  32. font-weight: 500;
  33. line-height: 68rpx;
  34. }
  35. .txt {
  36. font-size: 30rpx;
  37. color: #343434;
  38. text-indent: 2em;
  39. margin-bottom: 20rpx;
  40. }
  41. .txt.tn2 {
  42. text-indent: 0;
  43. }