123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- .customField-customField {
- display: block;
- height: initial;
- }
- .customField-customField .main {
- width: 100%;
- height: 100vh;
- padding-top: 20rpx;
- }
- .customField-customField .content {
- margin: 24rpx;
- /* padding-top: 26rpx; */
- border-radius: 30rpx;
- /* background-color: #fff;
- min-height: 1300rpx; */
- /* border-radius: 20rpx; */
- }
- .customField-customField .cu-form-group {
- background-color: transparent;
- }
- .customField-customField .title > text:nth-child(2)::after {
- content: "";
- border-right: 1px solid #c4c4c4;
- margin-left: 25rpx;
- }
- /* .button {
- position: fixed;
- bottom: 4rpx;
- left: 20rpx;
- } */
- .customField-customField .sureButton {
- width: 378rpx;
- height: 88rpx;
- text-align: center;
- line-height: 88rpx;
- background: linear-gradient(154.71deg, #68a5ff 23.32%, #3074ff 85.43%),
- linear-gradient(178.05deg, #8cc1ff -17.7%, #347dff 98.35%);
- border-radius: 6rpx;
- color: #fff;
- }
- .customField-customField input {
- text-align: right;
- }
- .customField-customField .remind {
- color: tomato;
- margin: 24rpx;
- }
- .customField-customField .searchview {
- max-height: 50%;
- margin: 0 24rpx;
- position: fixed;
- top: 183rpx;
- /* right: 207px; */
- width: 94%;
- height: 200rpx;
- /* background-color: #FAFBFF; */
- color: #000;
- z-index: 9999;
- border-radius: 5px;
- background: linear-gradient(
- 0deg,
- rgba(249, 250, 255, 0.8),
- rgba(249, 250, 255, 0.8)
- ),
- #ffffff;
- box-shadow: 0 2rpx 12rpx rgba(48, 97, 165, 0.15);
- }
- .customField-customField .searchviewitem {
- margin: 4px 10px;
- padding: 5px 10px;
- overflow: hidden;
- /*超出部分隐藏*/
- text-overflow: ellipsis;
- /* 超出部分显示省略号 */
- white-space: nowrap;
- /*规定段落中的文本不进行换行 */
- border-radius: 5px;
- }
- .customField-customField .btn1 {
- width: 92%;
- margin-left: 31rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- background-color: white;
- position: fixed;
- bottom: 12px;
- }
- .customField-customField .cancel {
- width: 100%;
- padding: 10px;
- text-align: center;
- color: black;
- }
- .customField-customField .Sure {
- width: 100%;
- padding: 10px;
- color: #44b549;
- background-color: white;
- border-left: 1px solid #d0d0d0;
- text-align: center;
- }
- .customField-customField .cu-form-group + .cu-form-group {
- border-top: none;
- }
- /* .bottom {
- position: fixed;
- bottom: 4rpx;
- left: 186rpx;
- } */
- .customField-customField .upload {
- float: right;
- margin: 0;
- width: 150rpx;
- height: 150rpx;
- }
- .customField-customField .img {
- width: 150rpx;
- height: 150rpx;
- }
- .customField-customField .height {
- height: 200rpx;
- }
- /* .content_item {
- height: 1080rpx;
- overflow-y: scroll;
- } */
- .customField-customField .img_box {
- position: relative;
- }
- .customField-customField .DelImg {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .customField-customField .border {
- margin: 20rpx 0;
- padding: 5rpx 0;
- background-color: white;
- border-radius: 10rpx;
- border-bottom: 1px solid #f5f5f5;
- }
- .customField-customField .text-green {
- color: green;
- }
- .customField-customField .text-red {
- color: red;
- }
- .customField-customField .cu-form-group {
- background-color: var(--white);
- padding: 1rpx 30rpx;
- display: flex;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- }
- .customField-customField .cu-form-group .title {
- text-align: justify;
- padding-right: 30rpx;
- font-size: 25rpx !important;
- position: relative;
- height: 60rpx;
- line-height: 60rpx;
- flex: none;
- }
- .customField-customField .cu-form-group input {
- flex: 1;
- font-size: 25rpx;
- color: #808080;
- /* padding-right: 40rpx; */
- }
- .customField-customField .picker {
- font-size: 25rpx;
- color: #808080;
- text-align: right;
- flex: auto;
- }
|