You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* plugin/etc/pages/signProtocol/signProtocol.wxss */
  2. @import '../../style/etc.wxss';
  3. .tip-img {
  4. margin-top: 76px;
  5. width: 126px;
  6. height: 137px;
  7. }
  8. .msg-t {
  9. padding-left: 32px;
  10. padding-right: 32px;
  11. color: rgb(0, 0, 0);
  12. font-size: 12px;
  13. opacity: 0.3;
  14. }
  15. .status-img {
  16. margin-top: 274rpx;
  17. width: 128rpx;
  18. height: 128rpx;
  19. }
  20. .re-btn {
  21. margin-top: 80rpx;
  22. border-radius: 16rpx;
  23. width: 364rpx;
  24. height: 72rpx;
  25. color: #fff;
  26. font-size: 34rpx;
  27. background: rgb(72, 207, 60);
  28. }
  29. .file-name{
  30. text-decoration: underline;
  31. }