detail.ttss 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. page {
  7. background-color: #ffffff;
  8. }
  9. .content {
  10. background-color: #f0f8ff;
  11. padding: 30rpx;
  12. margin-top: 20rpx;
  13. border-radius: 5rpx;
  14. }
  15. .contents {
  16. display: flex;
  17. }
  18. .contents image {
  19. width: 150rpx;
  20. height: 150rpx;
  21. margin-top: 30rpx;
  22. margin-right: 20rpx;
  23. }
  24. .file .opeate {
  25. background-color: #e3e3e3;
  26. width: 150rpx;
  27. height: 150rpx;
  28. line-height: 70rpx;
  29. margin-top: 30rpx;
  30. margin-right: 20rpx;
  31. }
  32. .u-alert-desc {
  33. word-break: break-word;
  34. }
  35. .footer {
  36. position: fixed;
  37. width: 100%;
  38. bottom: 0;
  39. background-color: #ffffff;
  40. }
  41. .footer .btn {
  42. border-radius: 50rpx;
  43. height: 60rpx;
  44. line-height: 60rpx;
  45. width: 80vw;
  46. }