discern_particulars.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* pages/discern_particulars/discern_particulars.wxss */
  2. .discern_particulars-content {
  3. position: relative;
  4. }
  5. /* 背景图 */
  6. .discern_particulars-carousel {
  7. width: 100%;
  8. }
  9. /* 数据 */
  10. .discern_particulars-box {
  11. width: 100%;
  12. height: 800rpx;
  13. position: absolute;
  14. bottom: 0;
  15. left: 0;
  16. background: #fff;
  17. border-radius: 25rpx 25rpx 0 0;
  18. }
  19. /* 名称 */
  20. .discern_particulars-nameBox {
  21. /* border: 1px solid #000; */
  22. display: flex;
  23. justify-content: left;
  24. margin: 20rpx 0 0 0;
  25. }
  26. /* */
  27. .discern_particulars-nameLine {
  28. width: 13rpx;
  29. height: 40rpx;
  30. background: #1dce8a;
  31. border-radius: 20rpx;
  32. margin: 10rpx 0 0 20rpx;
  33. }
  34. /* 名称 */
  35. .discern_particulars-name {
  36. text-align: left;
  37. font-size: 22px;
  38. font-weight: 550;
  39. margin: 0 0 0 20rpx;
  40. }
  41. /* 科目 */
  42. .discern_particulars-nameA {
  43. text-align: left;
  44. font-size: 12px;
  45. color: rgb(119, 118, 118);
  46. margin: 23rpx 0 0 20rpx;
  47. }
  48. /* 内容 */
  49. .discern_particulars-boxContent {
  50. /* border: 1px solid #000; */
  51. margin: 30rpx 0 0 35rpx;
  52. font-size: 12px;
  53. text-indent: 2em;
  54. width: 90%;
  55. line-height: 50rpx;
  56. }