coursePublish.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /* pages/coursePublish/coursePublish.wxss */
  2. /* 授课科目 */
  3. .course-container{
  4. margin-left: 20rpx;
  5. }
  6. .course-title{
  7. margin-top: 20rpx;
  8. }
  9. .course-list{
  10. display: flex;
  11. margin-top: 20rpx;
  12. }
  13. .course{
  14. width: 20%;
  15. }
  16. .course-cho{
  17. width: 25%;
  18. }
  19. .iconImg{
  20. width: 30rpx;
  21. height: 30rpx;
  22. }
  23. /* 授课时间 */
  24. .tr-title{
  25. display: block;
  26. margin-left: 20rpx;
  27. margin-top: 20rpx;
  28. }
  29. .tr-container{
  30. display: flex;
  31. position: relative;
  32. width: 96%;
  33. flex-direction: column;
  34. font-size: 26rpx;
  35. /* border: 1rpx solid gray; */
  36. margin: 20rpx;
  37. }
  38. .tr_1 {
  39. display: flex;
  40. position: relative;
  41. height: 80rpx;
  42. line-height: 80rpx;
  43. }
  44. .tr_2{
  45. display: block;
  46. height: 80rpx;
  47. line-height: 80rpx;
  48. }
  49. .th_0,
  50. .th_1,
  51. .th_2,
  52. .th2_0,
  53. .th2_1,
  54. .th2_2{
  55. width: 12%;
  56. height: 80rpx;
  57. line-height: 80rpx;
  58. border-right: 1rpx solid gray;
  59. border-bottom: 1rpx solid gray;
  60. text-align: center;
  61. }
  62. .th_0,
  63. .th_1,
  64. .th_2{
  65. border-top: 1rpx solid gray;
  66. }
  67. .th_0,
  68. .th2_0{
  69. border-left: 1rpx solid gray;
  70. }
  71. .th2_0{
  72. float: left;
  73. width: 12%;
  74. height: 80rpx;
  75. line-height: 80rpx;
  76. text-align: center;
  77. /* background-color: greenyellow; */
  78. }
  79. /* 复选框大小 */
  80. .wx-checkbox-input{
  81. width: 22rpx !important;
  82. height: 22rpx !important;
  83. }
  84. /* 案例 */
  85. .suc-exap{
  86. margin-left: 20rpx;
  87. }
  88. .case{
  89. width: 94%;
  90. border: 1rpx solid gray;
  91. padding-left: 10rpx;
  92. margin-top: 20rpx;
  93. }
  94. /* 提交按钮 */
  95. .subBtn {
  96. margin-top: 40rpx;
  97. }