worksheetinfo.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /* pages/worksheetinfo/worksheetinfo.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. scroll-view{
  7. height:calc(100% - 180rpx);
  8. }
  9. .context {
  10. margin: 0rpx 32rpx;
  11. height: 87rpx;
  12. border-bottom: 1rpx solid #f7f7f7;
  13. line-height: 87rpx;
  14. min-height: 87rpx;
  15. display: flex;
  16. }
  17. text {
  18. font-size: 28rpx;
  19. font-family: 'Lucida Sans',
  20. 'Lucida Sans Regular',
  21. 'Lucida Grande',
  22. 'Lucida Sans Unicode',
  23. Geneva,
  24. Verdana,
  25. sans-serif;
  26. color: #545253;
  27. text-overflow: ellipsis;
  28. white-space: nowrap;
  29. overflow: hidden;
  30. flex-shrink: 0;
  31. }
  32. .picker{
  33. width: 100%;
  34. text-align: right;
  35. }
  36. .picker text{
  37. color: #959595;
  38. }
  39. .picker1{
  40. width: 100%;
  41. text-align: right;
  42. }
  43. .picker1 text{
  44. color: #959595;
  45. }
  46. .picker2{
  47. flex-shrink: 0;
  48. margin-left: 10rpx;
  49. text-align: right;
  50. }
  51. .picker2 text{
  52. color: #959595;
  53. }
  54. .input{
  55. height: 87rpx;
  56. line-height: 87rpx;
  57. min-height: 87rpx;
  58. color: #959595;
  59. font-size: 28rpx;
  60. text-align: right;
  61. margin-right: 0;
  62. width: 100%;
  63. }
  64. .context_image {
  65. margin: 0rpx 32rpx;
  66. height: 239rpx;
  67. border-bottom: 1rpx solid #f7f7f7;
  68. line-height: 87rpx;
  69. min-height: 239rpx;
  70. }
  71. .context_image .add {
  72. width: 120rpx;
  73. height: 120rpx;
  74. border: 1rpx solid #f7f7f7;
  75. line-height: 120rpx;
  76. min-height: 120rpx;
  77. }
  78. .add.active {
  79. background-color: #ebebeb;
  80. }
  81. .add text {
  82. width: 120rpx;
  83. display: block;
  84. color: #959595;
  85. font-size: 80rpx;
  86. font-weight: 100;
  87. text-align: center;
  88. }
  89. .question-images {
  90. margin: 0rpx 32rpx;
  91. border-bottom: 1rpx solid #f7f7f7;
  92. }
  93. .q-image-wrap {
  94. width: 120rpx;
  95. height: 120rpx;
  96. display: inline-block;
  97. margin: 20rpx;
  98. }
  99. .q-image-wrap image {
  100. width: 120rpx;
  101. height: 120rpx;
  102. }
  103. .q-image-remover {
  104. width: 120rpx;
  105. height: 30rpx;
  106. text-align: center;
  107. font-size: 28rpx;
  108. line-height: 30rpx;
  109. font-family: 'Lucida Sans',
  110. 'Lucida Sans Regular',
  111. 'Lucida Grande',
  112. 'Lucida Sans Unicode',
  113. Geneva,
  114. Verdana,
  115. sans-serif;
  116. color: #545253;
  117. text-overflow: ellipsis;
  118. white-space: nowrap;
  119. overflow: hidden;
  120. }
  121. .submitbutton{
  122. position: absolute;
  123. bottom: 0;
  124. width: calc(100% - 60rpx);
  125. font-size: 32rpx;
  126. margin: 50rpx 30rpx;
  127. font-family: 'Lucida Sans',
  128. 'Lucida Sans Regular',
  129. 'Lucida Grande',
  130. 'Lucida Sans Unicode',
  131. Geneva,
  132. Verdana,
  133. sans-serif;
  134. color: #ffffff;
  135. text-overflow: ellipsis;
  136. white-space: nowrap;
  137. background-color: #2583c1;
  138. }
  139. .submitbutton.button-hover{
  140. background-color: #1ca05e;
  141. }