myworksheet.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/ucenter/myworksheet/myworksheet.wxss */
  2. page {
  3. background-color: #f4f4f4;
  4. height: 100%;
  5. overflow-y:hidden;
  6. }
  7. .context {
  8. height: 100%;
  9. }
  10. .context_block{
  11. width: 100%;
  12. height: 32rpx;
  13. }
  14. .map_text {
  15. position: relative;
  16. height: 290rpx;
  17. background: #fff;
  18. padding: 0 30rpx;
  19. margin: 0 20rpx 32rpx 20rpx;
  20. border-radius: 20rpx;
  21. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  22. }
  23. .map_text.active{
  24. background-color: #ebebeb;
  25. }
  26. .worksheet_text_title {
  27. height: 105rpx;
  28. width: 100%;
  29. display: flex;
  30. }
  31. .worksheet_text_title1 {
  32. width: 100%;
  33. text-overflow: ellipsis;
  34. white-space: nowrap;
  35. overflow: hidden;
  36. }
  37. .worksheet {
  38. width: 36rpx;
  39. height: 38rpx;
  40. margin: 30rpx 30rpx 30rpx 0;
  41. flex-shrink: 0;
  42. overflow: hidden;
  43. }
  44. .worksheet image {
  45. width: 36rpx;
  46. height: 38rpx;
  47. }
  48. text {
  49. margin: 0 0 20rpx 0;
  50. display: block;
  51. font-size: 24rpx;
  52. font-family: 'Lucida Sans',
  53. 'Lucida Sans Regular',
  54. 'Lucida Grande',
  55. 'Lucida Sans Unicode',
  56. Geneva,
  57. Verdana,
  58. sans-serif;
  59. color: #545253;
  60. text-overflow: ellipsis;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. line-height: 24rpx;
  64. height: 24rpx;
  65. min-height: 24rpx;
  66. }
  67. .bold{
  68. font-weight: bold;
  69. }
  70. .worksheet_text_title1 .bold, .worksheet_text_title1 .h1 {
  71. font-size: 28rpx;
  72. line-height: 45rpx;
  73. height: 45rpx;
  74. min-height: 45rpx;
  75. margin-top: 30rpx;
  76. margin-right: 10rpx;
  77. }
  78. text.inline {
  79. display: inline-block;
  80. }
  81. .h1 {
  82. color: #959595;
  83. }
  84. .detail {
  85. position: absolute;
  86. right: 0;
  87. bottom: 0;
  88. margin: 30rpx;
  89. font-size: 20rpx;
  90. color: #959595;
  91. }
  92. .detail image {
  93. width: 22rpx;
  94. height: 17rpx;
  95. }