remark.wxss 774 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* pages/remark/remark.wxss */
  2. page{
  3. background: #fff;
  4. }
  5. .list{
  6. margin:0 24rpx;
  7. padding: 0;
  8. }
  9. .list-items{
  10. background: #F4F6FB;
  11. margin-bottom: 24rpx;
  12. padding:30rpx 53rpx;
  13. /* display: flex;
  14. justify-content: flex-start; */
  15. border-radius:16rpx;
  16. }
  17. .list-items-title{
  18. color: #778ADC;
  19. font-size: 24rpx;
  20. padding: 35rpx 0;
  21. }
  22. .list-items-index{
  23. color: #fff;
  24. font-size: 20rpx;
  25. background: #7689DB;
  26. width:40rpx;
  27. height:40rpx;
  28. border-radius: 50%;
  29. text-align: center;
  30. line-height: 40rpx;
  31. margin-right: 18rpx;
  32. }
  33. .list-items-text{
  34. color: #393939;
  35. font-size: 30rpx;
  36. margin-bottom: 39rpx;
  37. }
  38. .list-title{
  39. font-size:30rpx;
  40. font-family:Lantinghei SC;
  41. font-weight:600;
  42. color:rgba(57,57,57,1);
  43. line-height:40rpx;
  44. padding: 35rpx 52rpx;
  45. }