workpoints.acss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .itme-li {
  2. background-color: rgb(255, 255, 255);
  3. padding: 0.28rem;
  4. position: relative
  5. }
  6. .defBtn {
  7. width: 90%;
  8. margin: 0 auto;
  9. border-radius: 10rpx;
  10. margin-bottom: 100rpx;
  11. height: 90rpx;
  12. text-align: center;
  13. line-height: 90rpx;
  14. }
  15. textarea {
  16. padding-left: 10rpx;
  17. padding-right: 0;
  18. height: 200rpx;
  19. position: relative;
  20. }
  21. textarea::before {
  22. position: absolute;
  23. content: "*";
  24. color: #F56C6C;
  25. left: -16rpx;
  26. }
  27. .text {
  28. padding: 28rpx 32rpx;
  29. font-size: .28rem;
  30. color: #909399;
  31. }
  32. .jiang{
  33. border: 1px solid #f1f1f1;
  34. border-radius: 4rpx;
  35. width: 40rpx;
  36. text-align: center
  37. }
  38. .picker-box{
  39. width: 110rpx;
  40. border-radius: 50rpx;
  41. background-color: #f1f1f1;
  42. position: relative;
  43. height: 60rpx;
  44. }
  45. .picker-box text{
  46. text-align: center;
  47. line-height: 60rpx;
  48. font-size: 24rpx;
  49. }
  50. .yuan{
  51. width: 50rpx;
  52. height: 50rpx;
  53. background: #26A2FF;
  54. border-radius: 100rpx;
  55. position: absolute;
  56. top: 5rpx;
  57. }
  58. .picker-left{
  59. left: 5rpx;
  60. }
  61. .picker-right{
  62. right: 5rpx;
  63. }
  64. .userList{
  65. height: 40rpx;
  66. font-size: 32rpx;
  67. }
  68. .label{
  69. position: relative;
  70. width: 160rpx;
  71. font-size: 32rpx
  72. }
  73. .isBt::before{
  74. position: absolute;
  75. content: "*";
  76. color: #F56C6C;
  77. left: -16rpx;
  78. }