123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .upload {
- width: 75px;
- height: 75px;
- border-radius: 12px;
- border: 1px solid #999;
- margin: 10px 0;
- margin-right: 5px;
- background: #dadada;
- }
- .xiangji {
- display: block;
- width: 40px;
- height: 40px;
- margin: 25px auto;
- }
- .uploadItem {
- display: flex;
- position: relative;
- }
- .uploadImg {
- width: 100%;
- height: 100%;
- display: block;
- border-radius: 12px;
- overflow: hidden;
- }
- .uploadBox {
- display: flex;
- width: 90%;
- margin: 5px auto;
- flex-wrap: wrap;
- }
- .imgx {
- width: 15px;
- height: 15px;
- position: absolute;
- top: -5px;
- right: -5px;
- }
- .submit {
- width: 90%;
- margin: 25px auto;
- }
|