myCalculation.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. }
  18. .list-cell {
  19. padding: 40rpx 40rpx;
  20. }
  21. .list-cell .cell-title {
  22. padding: 29rpx 38rpx;
  23. font-size: 30rpx;
  24. font-weight: bold;
  25. color: #333333;
  26. }
  27. .list-cell .cell-title .cellTpl image {
  28. width: 40rpx;
  29. height: 40rpx;
  30. margin-right: 15rpx;
  31. }
  32. .list-cell .cell-title .status {
  33. color: #E51C23;
  34. }
  35. .list-cell .cell-tip {
  36. padding: 0rpx 38rpx;
  37. font-size: 24rpx;
  38. font-weight: bold;
  39. color: #0EC1A1;
  40. }
  41. .list-cell .cell-tpl {
  42. padding: 40rpx 31rpx;
  43. font-size: 24rpx;
  44. font-weight: bold;
  45. color: #333333;
  46. line-height: 40rpx;
  47. }
  48. .list-cell .cell-info {
  49. margin-bottom: 25rpx;
  50. }
  51. .list-cell .cell-info .tip {
  52. font-size: 30rpx;
  53. font-weight: bold;
  54. color: #5771DF;
  55. }
  56. .list-cell .cell-info .zhiya-btn {
  57. background-color: #5771DF;
  58. padding: 12rpx 22rpx;
  59. font-size: 24rpx;
  60. border-radius: 50rpx;
  61. color: #FFFFFF;
  62. }
  63. .list-cell .list-tip {
  64. word-wrap: break-word;
  65. background-color: #BAC1EF !important;
  66. font-size: 24rpx;
  67. font-weight: 500;
  68. color: #333333;
  69. padding: 36rpx 32rpx;
  70. margin-top: 15rpx;
  71. border-bottom-left-radius: 15rpx;
  72. border-bottom-right-radius: 15rpx;
  73. }
  74. .empty-box {
  75. margin-top: 100rpx;
  76. width: 100%;
  77. height: 500rpx;
  78. }