examine.wxss 618 B

1234567891011121314151617181920212223242526272829303132
  1. /* pages/voyageManage/myDaily/examine/examine.wxss */
  2. .media {
  3. width: 694rpx;
  4. height: 265rpx;
  5. background: #D8D8D8;
  6. border-radius: 1rpx;
  7. margin: 20rpx auto;
  8. display: block;
  9. }
  10. .next {
  11. width: 330rpx !important;
  12. height: 96rpx;
  13. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  14. border-radius: 20rpx;
  15. text-align: center;
  16. line-height: 96rpx;
  17. font-size: 34rpx;
  18. font-family: PingFangSC-Medium, PingFang SC;
  19. font-weight: 500;
  20. color: #FFFFFF;
  21. box-sizing: border-box;
  22. padding: 0;
  23. }
  24. .mark {
  25. width: 200rpx !important;
  26. height: 80rpx;
  27. line-height: 80rpx;
  28. font-size: 34rpx;
  29. }