12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /* plugin/etc/pages/exbSignProtocol/exbSignProtocol.wxss */
-
- @import '../../style/etc.wxss';
-
-
-
-
- .bottom-b {
- position: absolute;
- left: 46rpx;
- right: 46rpx;
- bottom: 100rpx;
- align-items: flex-start;
- }
-
- .btn {
- margin-top: 20rpx;
- width: 100%;
- color: #fff;
- height: 96rpx;
- border-radius: 16rpx;
- background-color: rgba(62, 125, 245, 1);
- }
-
- .tip-img {
- margin-top: 76px;
- width: 150px;
- height: 118px;
- }
-
- .msg-t {
- padding-left: 32px;
- padding-right: 32px;
- color: rgb(0, 0, 0);
- font-size: 12px;
- opacity: 0.3;
- }
-
- .status-img {
- margin-top: 274rpx;
- width: 128rpx;
- height: 128rpx;
- }
-
- .re-btn {
- margin-top: 80rpx;
- border-radius: 16rpx;
- width: 364rpx;
- height: 72rpx;
- color: #fff;
- font-size: 34rpx;
- background: rgba(62, 125, 245, 1);
- }
-
- .file-name {
-
- color: #3F85FE;
- }
|