examine.wxss 661 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* pages/voyageManage/myDaily/examine/examine.wxss */
  2. .box {
  3. width: 80vw;
  4. border: 1rpx solid grey;
  5. border-radius: 20rpx;
  6. margin: 0 auto;
  7. padding: 10rpx 20rpx;
  8. }
  9. .line {
  10. font-size: 28rpx;
  11. margin: 10rpx 20rpx;
  12. }
  13. .line-full-item {
  14. display: flex;
  15. justify-content: space-between;
  16. }
  17. line-full-title,
  18. .line-full-text {
  19. width: 50%;
  20. }
  21. .line-full-text {
  22. color: #444;
  23. }
  24. .tabsview {
  25. font-size: 28rpx;
  26. text-align: center;
  27. color: #333;
  28. border-radius: 10rpx;
  29. padding: 10rpx 20rpx;
  30. }
  31. .reject {
  32. font-size: 28rpx;
  33. text-align: center;
  34. color: #333;
  35. padding: 10rpx 20rpx;
  36. background: #d90024;
  37. border-radius: 10rpx;
  38. color: #fff;
  39. }