index.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .header {
  2. height: 102rpx;
  3. line-height: 102rpx;
  4. font-size: 30rpx;
  5. font-family: PingFang SC-Bold, PingFang SC;
  6. font-weight: bold;
  7. color: #000000;
  8. padding-left: 30rpx;
  9. }
  10. .item {
  11. width: 696rpx;
  12. margin: 10rpx auto 20rpx;
  13. background-color: #fff;
  14. border-radius: 16rpx;
  15. overflow: hidden;
  16. .introduce {
  17. position: relative;
  18. width: 100%;
  19. height: 178rpx;
  20. box-sizing: border-box;
  21. padding-left: 158rpx;
  22. border-bottom: 1px solid #DDDDDD;
  23. .image {
  24. position: absolute;
  25. width: 96rpx;
  26. height: 96rpx;
  27. left: 30rpx;
  28. top: 20rpx;
  29. }
  30. .title {
  31. height: 44rpx;
  32. line-height: 44rpx;
  33. font-size: 32rpx;
  34. font-family: PingFang SC-Bold, PingFang SC;
  35. font-weight: bold;
  36. color: #333333;
  37. padding-top: 20rpx;
  38. margin-bottom: 15rpx;
  39. }
  40. .explain {
  41. font-size: 24rpx;
  42. line-height: 44rpx;
  43. font-family: PingFang SC-Medium, PingFang SC;
  44. color: #999999;
  45. }
  46. }
  47. .handle {
  48. display: flex;
  49. width: 100%;
  50. navigator {
  51. flex: 1;
  52. height: 88rpx;
  53. line-height: 88rpx;
  54. text-align: center;
  55. width: 156px;
  56. font-size: 24rpx;
  57. font-family: PingFang SC-Regular, PingFang SC;
  58. color: #333333;
  59. box-sizing: border-box;
  60. }
  61. navigator:nth-child(2) {
  62. border-left: 1px solid #DDDDDD;
  63. }
  64. }
  65. }