1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .ocrLicense-index {
- display: block;
- height: initial;
- }
- /* components/ocrLicense/index.wxss */
- .ocrLicense-index .cont {
- padding: 28rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- height: 800rpx;
- }
- .ocrLicense-index .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;
- }
- .ocrLicense-index .sample > image {
- width: 240rpx;
- height: 336rpx;
- }
- /* .exchange{
- width: 50rpx;
- height: 50rpx;
- } */
- .ocrLicense-index .exchange {
- /* background-color: transparent !important; */
- font-size: 28rpx;
- color: #5491ec;
- }
|