1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .checkSubmit .submit-box {
- padding: 0 30rpx;
- }
- .checkSubmit .dtl {
- padding: 30rpx;
- border-bottom: 1rpx solid #dcdcdc;
- font-size: 26rpx;
- line-height: 40rpx;
- }
- .checkSubmit .addQrcode-list {
- height: 80rpx;
- display: flex;
- justify-content: space-between;
- padding: 15rpx;
- border-bottom: 1rpx solid #dcdcdc;
- font-size: 24rpx;
- }
- .checkSubmit .addQrcode-list .fl {
- display: flex;
- }
- .checkSubmit .addQrcode-list .fl .code {
- margin-right: 20rpx;
- }
- .checkSubmit .addQrcode-list .fr {
- line-height: 80rpx;
- }
- .popup-input-warp {
- padding: 30rpx 40rpx;
- }
- .txt {
- margin-bottom: 20rpx;
- }
- .imglist {
- display: flex;
- flex-wrap: wrap;
- }
- .imglist .item {
- width: 150rpx;
- height: 150rpx;
- margin-right: 22rpx;
- margin-bottom: 10rpx;
- position: relative;
- }
- .imglist .last-item {
- width: 150rpx;
- height: 150rpx;
- text-align: center;
- line-height: 146rpx;
- border: 2rpx dashed #8B97A9;
- box-sizing: border-box;
- }
- .imglist .item image {
- width: 100%;
- height: 100%;
- }
- .imglist .item .delete {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: -25rpx;
- right: -12rpx;
- font-size: 40rpx;
- font-weight: bold;
- }
|