onSiteActivity.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .title {
  2. color: #333333;
  3. font-size: 35rpx;
  4. font-weight: bold;
  5. }
  6. .subtitle {
  7. color: #999999;
  8. margin-top: 20rpx;
  9. }
  10. .heartbox {
  11. width: 1100rpx;
  12. height: 100rpx;
  13. /* border: 1px solid red; */
  14. position: relative;
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-around;
  18. }
  19. .line {
  20. width: 1100rpx;
  21. height: 4rpx;
  22. background: #d8d8d8;
  23. position: absolute;
  24. top: 44rpx;
  25. left: 0;
  26. z-index: 0;
  27. }
  28. .num{
  29. width: 100%;
  30. height: 100rpx;
  31. /* border: 1px solid red; */
  32. }
  33. .allnum{
  34. line-height: 100rpx;
  35. color: #4d4d4d;
  36. float: left;
  37. }
  38. .tousu{
  39. width: 155rpx;
  40. color: #9d69ff;
  41. height: 50rpx;
  42. border: 1px solid #9d69ff;
  43. border-radius: 20rpx;
  44. float: right;
  45. line-height: 50rpx;
  46. text-align: center;
  47. margin-top: 25rpx;
  48. }
  49. .photobox{
  50. display: flex;
  51. flex-wrap:wrap;
  52. margin-left: 20rpx;
  53. }
  54. .grayCircle{
  55. width: 130rpx;
  56. height: 130rpx;
  57. border-radius: 50%;
  58. border:2rpx solid #d8d8d8;
  59. position: absolute;
  60. top: 8rpx;
  61. left: 2rpx;
  62. }
  63. .loveCircle{
  64. width: 130rpx;
  65. height: 130rpx;
  66. /* border-radius: 50%; */
  67. /* border:2rpx solid #d8d8d8; */
  68. position: absolute;
  69. top: 10rpx;
  70. left: 4rpx;
  71. }