业务交流通
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

myAttention.wxss 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* pages/myModule/components/myCollect/myAttention.wxss */
  2. .my-attention-page{
  3. min-height: calc(100vh - 140rpx);
  4. }
  5. .attention-view {
  6. background: #fff;
  7. padding: 30rpx;
  8. border-radius: 20rpx;
  9. box-shadow: -1px 3px 12px 4px
  10. rgba(186, 186, 186, 0.1);
  11. }
  12. .attention-view .attention-title-view{
  13. font-size: 30rpx;
  14. font-weight: bold;
  15. color: #333;
  16. margin-bottom: 5rpx;
  17. }
  18. .attention-view .attention-title-view .sub-title{
  19. font-size: 22rpx;
  20. font-weight: normal;
  21. color: #999;
  22. }
  23. .attention-view .attention-info{
  24. font-size: 22rpx;
  25. color: #556fb5;
  26. margin-bottom: 30rpx;
  27. }
  28. /* .attention-view .attention-type{
  29. padding-bottom: 10rpx;
  30. } */
  31. .attention-view .attention-type .item-type{
  32. text-align: center;
  33. box-sizing: border-box;
  34. height: 69rpx;
  35. line-height: 68rpx;
  36. border: 1px solid #556fb5;
  37. border-radius: 34rpx;
  38. color: #556fb5;
  39. font-size: 31rpx;
  40. margin-bottom: 20rpx;
  41. }
  42. .attention-view .attention-type .item-type.isActive{
  43. color: #fff;
  44. border: 0;
  45. background: #5e73e5;
  46. }
  47. .submit-btn{
  48. margin-top: 60rpx;
  49. box-sizing: border-box;
  50. padding: 0 40rpx;
  51. }