detail.css 950 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. }
  20. .contents image {
  21. width: 150rpx;
  22. height: 150rpx;
  23. margin-top: 30rpx;
  24. margin-right: 20rpx;
  25. }
  26. .file .opeate {
  27. background-color: #e3e3e3;
  28. width: 150rpx;
  29. height: 150rpx;
  30. line-height: 70rpx;
  31. margin-top: 30rpx;
  32. margin-right: 20rpx;
  33. }
  34. .u-alert-desc {
  35. word-break: break-word;
  36. }
  37. .footer {
  38. position: fixed;
  39. width: 100%;
  40. bottom: 0;
  41. background-color: #ffffff;
  42. }
  43. .footer .btn {
  44. border-radius: 50rpx;
  45. height: 60rpx;
  46. line-height: 60rpx;
  47. width: 80vw;
  48. }