123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .main {
- width: 100%;
- height: 100vh;
- padding-top: 20rpx;
- }
- .content {
- margin: 24rpx;
- /* padding-top: 26rpx; */
- border-radius: 30rpx;
- /* background-color: #fff;
- min-height: 1300rpx; */
- /* border-radius: 20rpx; */
- }
- .cu-form-group {
- background-color: transparent;
- }
- .title>text:nth-child(2)::after {
- content: "";
- border-right: 1px solid #c4c4c4;
- margin-left: 25rpx;
- }
- /* .button {
- position: fixed;
- bottom: 4rpx;
- left: 20rpx;
- } */
- .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;
- }
- input {
- text-align: right;
- }
- .remind {
- color: tomato;
- margin: 24rpx;
- }
- .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);
- }
- .searchviewitem {
- margin: 4px 10px;
- padding: 5px 10px;
- overflow: hidden;
- /*超出部分隐藏*/
- text-overflow: ellipsis;
- /* 超出部分显示省略号 */
- white-space: nowrap;
- /*规定段落中的文本不进行换行 */
- border-radius: 5px;
- }
- .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;
- }
- .cancel {
- width: 100%;
- padding: 10px;
- text-align: center;
- color: black;
- }
- .Sure {
- width: 100%;
- padding: 10px;
- color: #44b549;
- background-color: white;
- border-left: 1px solid #d0d0d0;
- text-align: center;
- }
- .cu-form-group+.cu-form-group {
- border-top: none;
- }
- /* .bottom {
- position: fixed;
- bottom: 4rpx;
- left: 186rpx;
- } */
- .upload {
- float: right;
- margin: 0;
- width: 150rpx;
- height: 150rpx;
- }
- .img {
- width: 150rpx;
- height: 150rpx;
- }
- .height {
- height: 200rpx;
- }
- /* .content_item {
- height: 1080rpx;
- overflow-y: scroll;
- } */
- .img_box{
- position: relative;
- }
- .DelImg{
- position: absolute;
- right: 0;
- top: 0;
- border-bottom-left-radius: 6rpx;
- padding: 6rpx 12rpx;
- height: auto;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .border {
- margin: 20rpx 0;
- padding: 5rpx 0;
- background-color: white;
- border-radius: 10rpx;
- border-bottom: 1px solid #f5f5f5;
- }
- picker{
- width: 490rpx !important;
- }
|