Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

exbSignProtocol.wxss 808B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* plugin/etc/pages/exbSignProtocol/exbSignProtocol.wxss */
  2. @import '../../style/etc.wxss';
  3. .bottom-b {
  4. position: absolute;
  5. left: 46rpx;
  6. right: 46rpx;
  7. bottom: 100rpx;
  8. align-items: flex-start;
  9. }
  10. .btn {
  11. margin-top: 20rpx;
  12. width: 100%;
  13. color: #fff;
  14. height: 96rpx;
  15. border-radius: 16rpx;
  16. background-color: rgba(62, 125, 245, 1);
  17. }
  18. .tip-img {
  19. margin-top: 76px;
  20. width: 150px;
  21. height: 118px;
  22. }
  23. .msg-t {
  24. padding-left: 32px;
  25. padding-right: 32px;
  26. color: rgb(0, 0, 0);
  27. font-size: 12px;
  28. opacity: 0.3;
  29. }
  30. .status-img {
  31. margin-top: 274rpx;
  32. width: 128rpx;
  33. height: 128rpx;
  34. }
  35. .re-btn {
  36. margin-top: 80rpx;
  37. border-radius: 16rpx;
  38. width: 364rpx;
  39. height: 72rpx;
  40. color: #fff;
  41. font-size: 34rpx;
  42. background: rgba(62, 125, 245, 1);
  43. }
  44. .file-name {
  45. color: #3F85FE;
  46. }