/* packageE/groupCode/groupCodeCreate/groupCodeCreate.wxss */ .code { /* height: 100vh; */ background-color: #fff; } .codeList { margin-left: 25rpx; padding: 33rpx 0; border-bottom: #f0f0f0 1rpx solid; display: flex; align-items: center; justify-content: space-between; } .smlist { margin-left: 25rpx; padding: 33rpx 0; /* border-bottom: #f0f0f0 1rpx solid; */ display: flex; align-items: center; justify-content: space-between; } .left { font-size: 32rpx; line-height: 48rpx; letter-spacing: 2rpx; } .right { text-align: right; margin-right: 48rpx; flex: 1; } .right input { width: 100%; } .dibox { display: flex; flex-direction: column; align-items: center; margin-right: 30rpx; margin-bottom: 15rpx; } .upper { width: 133rpx; height: 40rpx; border: solid 1rpx #efefef; display: flex; justify-content: flex-start; text-align: center; } .qunCode .dibox:nth-child(3n) { margin: 0; } .imgBox { width: 108rpx; height: 107rpx; border: solid 1rpx #ccc; display: flex; justify-content: center; align-items: center; position: relative; } .imgBox .close { position: absolute; top: -10rpx; right: -10rpx; width: 26rpx; height: 26rpx; display: flex; justify-content: center; align-items: center; background: #ececec; border-radius: 50%; } .imgBox .close icon { font-size: 18rpx; margin-top: -23rpx; color: #999; } .imgBox image { width: 100%; height: 100%; } .riginp { font-size: 32rpx; line-height: 48rpx; color: #757575; } textarea { width: 100%; height: 90rpx; } .qunCode { margin-top: 26rpx; margin-left: 41rpx; margin-right: 41rpx; display: flex; flex-wrap: wrap; padding-bottom: 200rpx; /* align-items: center; */ } .qunCode .imgBox { width: 165rpx; height: 165rpx; border-radius: 4rpx; border: solid 1rpx #ccc; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #666; /* margin: 0 10px 10px 0; */ } .btn { position: fixed; bottom: 0; left: 0; width: 100%; height: 98rpx; color: #fff; text-align: center; line-height: 98rpx; background-color: #00b075; }