123456789101112131415161718192021222324252627282930313233343536373839 |
- /* plugin/etc/pages/signProtocol/signProtocol.wxss */
-
-
- @import '../../style/etc.wxss';
-
-
-
- .tip-img {
- margin-top: 76px;
- width: 126px;
- height: 137px;
- }
-
- .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: rgb(72, 207, 60);
- }
- .file-name{
- text-decoration: underline;
- }
|