onSiteActivity.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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: 180rpx;
  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. font-size: 28rpx;
  49. padding: 0;
  50. }
  51. .photobox{
  52. display: flex;
  53. flex-wrap:wrap;
  54. margin-left: 20rpx;
  55. }
  56. .grayCircle{
  57. width: 130rpx;
  58. height: 130rpx;
  59. border-radius: 50%;
  60. border:2rpx solid #d8d8d8;
  61. position: absolute;
  62. top: 8rpx;
  63. left: 2rpx;
  64. }
  65. .loveCircle{
  66. width: 130rpx;
  67. height: 130rpx;
  68. /* border-radius: 50%; */
  69. /* border:2rpx solid #d8d8d8; */
  70. position: absolute;
  71. top: 10rpx;
  72. left: 4rpx;
  73. }