/* greenland/pages/inspectionHuatan/inspectionHuatan.wxss */ page { background-color: #eee; } #mao_huatan { width: 100vw; height: 70vh; } .upload { height: 100rpx; width: 100%; display: flex; justify-content: space-around; align-items: center; position: relative; display: flex; } .upload_btn { width: 30%; height: 80rpx; background-color: #33a3dc; display: flex; justify-content: center; align-items: center; color: #fff; border-radius: 10rpx; } .btns_select { width: 100%; height: 100rpx; display: flex; align-items: center; justify-content: space-around; } .btns_item { line-height: 80rpx; text-align: center; width: 30%; height: 80rpx; background-color: #33a3dc; color: #ffffff; border-radius: 5px; } .outtxt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dailog { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; z-index: 99999; } .dailog_con { width: 80%; height: 80%; border-radius: 15rpx; background-color: #ffffff; position: relative; } .dailog_con .close { width: auto; height: 50rpx; font-size: 30rpx; color: #ffffff; position: absolute; top: -50rpx; right: -50rpx; } .upfiles { /* padding: 20rpx 35rpx; */ padding: 20rpx 20rpx; } .upfiles_box { height: 400rpx; padding: 20rpx; box-sizing: border-box; border-radius: 12rpx; background: rgba(249, 249, 249, 1); border: 1px solid rgba(231, 231, 231, 1); overflow: hidden; } .upfiles_box > image { width: 130rpx; height: 130rpx; margin-bottom: 20rpx; } .upfiles_box .upfiles_box_clear { float: left; width: 130rpx; height: 130rpx; position: relative; margin-right: 15rpx; margin-bottom: 15rpx; } .upfiles_box .upfiles_box_clear > image { width: 130rpx; height: 130rpx; margin-bottom: 20rpx; } .upfiles_box .upfiles_box_clear .ui_uploader_item_icon { position: absolute; top: 0; right: 0; } .te_time_choose { display: flex; flex-direction: column; align-items: stretch; margin-bottom: 0; } .te_time_choose .title { text-align: left; } .te_time_choose .area_box { padding: 0 20rpx; } .te_time_choose .area_box > textarea { position: relative; z-index: 1; background-color: #f5f5f5; width: 100%; margin-top: 10rpx; box-sizing: border-box; padding: 15rpx; font-size: 35rpx; height: 200rpx !important; border: 1px solid rgba(231, 231, 231, 1); border-radius: 12rpx; } .te_time_choose .area_box > textarea .currentWordNumber { font-size: 26rpx; color: rgba(153, 153, 153, 1); position: absolute; bottom: 15rpx; right: 30rpx; } .btnImg { width: 100%; height: 80rpx; position: absolute; bottom: 20rpx; display: flex; justify-content: space-around; align-items: center; } .btnImg .btn { width: 40%; background-color: #3573ea; color: #fff; text-align: center; border-radius: 10rpx; font-size: 32rpx; } .upfiles { /* padding: 20rpx 35rpx; */ padding: 20rpx 20rpx; } .upfiles_box { height: 400rpx; padding: 20rpx; box-sizing: border-box; border-radius: 12rpx; background: rgba(249, 249, 249, 1); border: 1px solid rgba(231, 231, 231, 1); overflow: hidden; } .upfiles_box > image { width: 130rpx; height: 130rpx; margin-bottom: 20rpx; } .upfiles_box .upfiles_box_clear { float: left; width: 130rpx; height: 130rpx; position: relative; margin-right: 15rpx; margin-bottom: 15rpx; } .upfiles_box .upfiles_box_clear > image { width: 130rpx; height: 130rpx; margin-bottom: 20rpx; } .upfiles_box .upfiles_box_clear .ui_uploader_item_icon { position: absolute; top: 0; right: 0; } .upload_end { padding: 15rpx; background-color: skyblue; color: #fff; position: absolute; right: 50rpx; border-radius: 10rpx; } .huatanbox { width: 100vw; height: 100vh; background-color: #eee; position: fixed; top: 0; left: 0; z-index: 9999; padding: 10rpx; overflow-y: auto; } .close-hantan { position: fixed; right: 0; top: 0; width: 120rpx; height: 60rpx; background-color: #07c160; color: #fff; line-height: 60rpx; text-align: center; } .close-hantan1 { position: fixed; left: 0; top: 0; width: 120rpx; height: 60rpx; background-color: orange; color: #fff; line-height: 60rpx; text-align: center; } .item-huatan { background-color: #fff; width: 100%; padding: 10rpx; border-radius: 10rpx; } .mt60 { margin-top: 30rpx; } .green { background-color: orange; color: #fff; }