12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .wux-cell-class {
- border-bottom: none !important;
- }
-
- .check-attachment-box {
- display: flex;
- flex-wrap: wrap;
- /* align-items: center; */
- width: 710rpx;
- margin-top: 20rpx;
- }
-
- .check-attachment-image {
- width: 150rpx;
- height: 200rpx;
- margin-bottom: 8rpx;
- }
-
- .check-attachment-image button {
- width: 150rpx;
- height: 200rpx;
- padding: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
-
- .check-attachment-image image {
- width: 100%;
- height: 100%;
- }
- .render-image-box {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 16rpx;
- margin-right: 16rpx;
-
- }
-
- .render-image-box button {
- margin: 0 !important;
- }
-
- .img-btn-delete {
- width: 144rpx !important;
- height: 44rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0;
- background-color: red;
- color: #fff;
- font-size: 24rpx;
- }
-
- .check-attachment-add {
- width: 144rpx;
- height: 192rpx;
- margin-bottom: 8rpx;
- }
-
- .check-attachment-add button {
- width: 144rpx;
- height: 192rpx;
- padding: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
-
- .check-attachment-add image {
- width: 100%;
- height: 100%;
- }
-
- .form-label {
- font-size: 28rpx;
- line-height: 36rpx;
- color: gray;
- }
-
- .form-label::before {
- display: inline-block;
- margin-right: 6rpx;
- color: #ef473a;
- font-size: 28rpx;
- font-family: SimSun, sans-serif;
- line-height: 1;
- content: "*"
- }
|