myNotice.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .box {
  2. width: 88%;
  3. margin: 0 auto;
  4. position: relative;
  5. }
  6. .box1 {
  7. /* display: flex; */
  8. border-radius: 20rpx;
  9. margin-top: 20rpx;
  10. background: #FBF3E3;
  11. padding: 30rpx;
  12. color: #E55800;
  13. font-size: 25rpx;
  14. }
  15. .box2 {
  16. border-radius: 20rpx;
  17. margin-top: 20rpx;
  18. background: rgba(244,244,244);
  19. padding: 30rpx;
  20. color: rgba(102,102,102);
  21. font-size: 25rpx;
  22. }
  23. /* .box2 {
  24. background: #FBF3E3;
  25. } */
  26. /* .content {
  27. margin-left: 30rpx;
  28. font-size: 25rpx;
  29. }
  30. .content1 {
  31. color: #E55800;
  32. } */
  33. .btn {
  34. /* padding: 10rpx 10rpx; */
  35. background: white;
  36. width: 160rpx;
  37. height: 50rpx;
  38. line-height: 50rpx;
  39. border-radius: 50rpx;
  40. margin-top: 20rpx;
  41. margin-left: 200rpx;
  42. text-align: center;
  43. }
  44. .van-tab--active .van-ellipsis {
  45. color: #EE0A24;
  46. font-weight: bold;
  47. }
  48. .nodata {
  49. /* position: absolute; */
  50. margin-top: 285rpx;
  51. margin-left: 165rpx;
  52. width: 340rpx;
  53. height: 262rpx;
  54. }
  55. .nodata_text{
  56. /* position: absolute; */
  57. margin-top: 20rpx;
  58. margin-left: 280rpx;
  59. font-size: 30rpx;
  60. color: #666666;
  61. }