123456789101112131415161718192021222324252627282930313233343536 |
- /* components/ocrLicense/index.wxss */
- .cont {
- padding: 28rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- height: 800rpx;
- }
- .sample {
- width: 358rpx;
- height: 424rpx;
- border: 1px dashed #68A4FB;
- padding: 28rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- color: #3676D7;
- font-size: 26rpx;
- box-sizing: border-box;
- }
- .sample>image {
- width: 240rpx;
- height: 336rpx;
-
- }
- /* .exchange{
- width: 50rpx;
- height: 50rpx;
- } */
- .exchange{
- /* background-color: transparent !important; */
- font-size: 28rpx;
- color: #5491ec;
- }
|