Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

activeDes.wxss 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* plugin/etc/pages/activeDes/activeDes.wxss */
  2. @import '../../style/etc.wxss';
  3. page {
  4. background-color: #F4F5F9;
  5. }
  6. .main {
  7. padding-bottom: 160rpx;
  8. box-sizing: border-box;
  9. }
  10. .item-row {
  11. height: 240rpx;
  12. margin: 40rpx 40rpx 0 40rpx;
  13. display: flex;
  14. justify-content: space-between;
  15. background: white;
  16. padding: 32rpx;
  17. border-radius: 18rpx;
  18. box-sizing: border-box;
  19. }
  20. .item-left .title {
  21. font-size: 34rpx;
  22. color: #000000;
  23. }
  24. .item-left .desc {
  25. font-size: 24rpx;
  26. color: #A1A7B3;
  27. margin-top: 16rpx;
  28. }
  29. .item-left .flag {
  30. width: 100rpx;
  31. height: 30rpx;
  32. line-height: 30rpx;
  33. margin-top: 20rpx;
  34. border-radius: 5rpx;
  35. text-align: center;
  36. font-size: 20rpx;
  37. border: 1rpx solid #CCB375;
  38. font-family: SourceHanSansSC, SourceHanSansSC;
  39. color: #CCB375;
  40. }
  41. .item-right {
  42. width: 288rpx;
  43. height: 174rpx;
  44. position: relative;
  45. }
  46. .item-right .image {
  47. position: relative;
  48. z-index: 10;
  49. width: 100%;
  50. height: 174rpx;
  51. }
  52. .empty-node {
  53. position: absolute;
  54. z-index: 0;
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .hint {
  59. display: flex;
  60. flex-direction: row;
  61. justify-content: center;
  62. font-size: 24rpx;
  63. color: #F58E27;
  64. line-height: 38rpx;
  65. margin-top: 26rpx;
  66. margin-left: 40rpx;
  67. margin-right: 40rpx;
  68. align-items: center;
  69. }
  70. .hint .icon {
  71. width: 30rpx;
  72. height: 30rpx;
  73. margin-right: 10rpx;
  74. }
  75. .btn {
  76. margin: 60rpx 40rpx;
  77. }
  78. .bottom-bg {
  79. left: 40rpx;
  80. right: 40rpx;
  81. }