index.scss 1.5 KB

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