workDetail.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /* pages/workDetail/workDetail.wxss */
  2. .workDetail .con {
  3. height: 395rpx;
  4. width: 100%;
  5. background: url('http://resource.weilaibike.com/common/workBg.png') no-repeat;
  6. background-size: cover;
  7. position: relative;
  8. }
  9. .con view {
  10. font-size: 26rpx;
  11. color: #fff;
  12. margin-top: 15rpx;
  13. padding-left: 20rpx;
  14. }
  15. .con .reason {
  16. font-size: 32rpx;
  17. padding: 40rpx 0 10rpx 20rpx;
  18. }
  19. .con .iconfont {
  20. font-size: 100rpx;
  21. color: #fff;
  22. position: absolute;
  23. bottom: 37rpx;
  24. right: 65rpx;
  25. }
  26. .step {
  27. width: 80%;
  28. margin: 0 auto;
  29. display: flex;
  30. justify-content: flex-start;
  31. }
  32. .step .circle {
  33. height: 28rpx;
  34. width: 28rpx;
  35. }
  36. .step .line {
  37. height: 145rpx;
  38. width: 2rpx;
  39. }
  40. .stepCon {
  41. width: 95%;
  42. height: 144rpx;
  43. margin: 20rpx 0 0 20rpx;
  44. box-shadow: 0 0 6rpx 0 rgba(216, 216, 216, 1);
  45. border-radius: 10rpx;
  46. padding: 5rpx 40rpx;
  47. box-sizing: border-box;
  48. }
  49. .stepCon view {
  50. font-size: 24rpx;
  51. color: #4d4d4d;
  52. padding: 8rpx 0;
  53. }
  54. .icon {
  55. position: absolute;
  56. top: 35%;
  57. right: 12%;
  58. z-index: 9999;
  59. text-align: right;
  60. }
  61. .icon view {
  62. margin-bottom: 30rpx;
  63. }
  64. .icon image {
  65. height: 60rpx;
  66. width: 60rpx;
  67. vertical-align: middle;
  68. margin-left: 20rpx;
  69. }
  70. .icon view text {
  71. font-size: 26rpx;
  72. padding: 10rpx 40rpx;
  73. border-radius: 10rpx;
  74. background: rgba(0, 0, 0, 0.5);
  75. color: #fff;
  76. }
  77. .button image {
  78. width: 200rpx;
  79. height: 200rpx;
  80. position: fixed;
  81. top: 214rpx;
  82. right: 10rpx;
  83. }
  84. .goHome{
  85. width: 90%;
  86. display: flex;
  87. align-items: center;
  88. justify-content: center;
  89. font-size: 30rpx;
  90. color: white;
  91. height: 80rpx;
  92. background: #18D5B9;
  93. margin: 0 auto;
  94. margin-top: 50rpx !important;
  95. }
  96. .commit {
  97. position:absolute ;
  98. top:50%;
  99. left:50%;
  100. transform: translate(-50%,-50%);
  101. background:#fff;
  102. width:640rpx;
  103. height:296rpx;
  104. z-index:9999;
  105. border-radius: 8rpx;
  106. padding:20rpx;
  107. box-sizing: border-box;
  108. }
  109. .commit input{
  110. font-size:28rpx;
  111. border-bottom:1px solid #000;
  112. margin:40rpx 0;
  113. padding-bottom:15rpx;
  114. }
  115. .commit .placeholder{
  116. font-size:24rpx;
  117. color:#ADADAD;
  118. }
  119. .commit .title{
  120. font-size:34rpx;
  121. color:#282828;
  122. font-weight:600;
  123. }
  124. .commit .detail{
  125. margin:40rpx 0;
  126. font-size:26rpx;
  127. }
  128. .commit text{
  129. font-size:26rpx;
  130. color:#18D5B9;
  131. }