/* pages/upload/upload.wxss */ page{ padding:0 32rpx 32rpx; } .label{ font-size: 30rpx; font-weight: 500; margin: 32rpx 0 20rpx; } input,.picker,textarea{ height: 88rpx; /* background: #F4F6F8; */ border-radius: 8rpx; padding: 0 20rpx; font-size: 28rpx; width: 79%; border: 1px solid #E0E0E0; display: inline-block; vertical-align: middle; margin-right: 10rpx; } textarea{ height: 300rpx; padding: 24rpx; width: 90%; } picker{ width: 30%; } .picker{ line-height: 88rpx; } .info{ display: flex; margin-bottom: 15rpx; justify-content: space-between; position: relative; } .info input{ /* width: 30%; */ display: inline-block; } .info text{ display: inline-block; line-height: 88rpx; vertical-align: top; } .add{ /* background: #D94B24; */ border: 1px solid #E0E0E0; width: 43%; /* display: inline-block; */ color: #333; font-size: 32rpx; border-radius: 8rpx; line-height: 88rpx; text-align: center; vertical-align: top; } .openmarket{ height: 88rpx; background: #F4F6F8; border-radius: 16rpx; padding: 0 20rpx; font-size: 28rpx; border: 1px solid #EEEEEE; margin: 16rpx 0; line-height: 88rpx; } .openmarket switch{ float: right; position: relative; top: -4rpx; } .tips{ margin-top: 32rpx; margin-bottom: 200rpx; } .tips text{ display: block; color: #000000; font-size: 24rpx; line-height: 40rpx; } .change{ /* background: #D94B24; */ color: #E90001; /* width: 90%; */ /* height: 88rpx; */ /* line-height: 88rpx; */ /* padding: 0; */ font-size: 30rpx; /* border-radius: 8rpx; */ /* margin-top: 50rpx; */ /* text-align: center; */ text-decoration: underline; /* border: 1px solid #D94B24; */ display: inline; /* margin-left: 20rpx; */ } form button:not([size='mini']){ background: #D94B24; color: #fff; width: 90%; height: 88rpx; line-height: 88rpx; padding: 0; font-size: 32rpx; border-radius: 8rpx; margin-top: 50rpx; position: fixed; bottom: 0; margin-bottom: 10rpx; z-index: 999; } .note{ font-size:24rpx; padding:10rpx 0rpx; color:rgb(128, 128, 128); margin-left: 10rpx; } .upload{ width: 240rpx; height: 240rpx; background: #F7F7F7; border-radius: 8rpx; text-align: center; font-size: 30rpx; padding-top: 74rpx; display: inline-block; vertical-align: top; } .upload image{ width: 50rpx; display: block; margin: 0 auto 8rpx; } .stock_imgs{ display: inline-block; width: 240rpx; height:240rpx; vertical-align: top; position: relative; margin-right: 20rpx; margin-bottom: 20rpx; } .stock_imgs icon{ position: absolute; right: 10rpx; top: 10rpx; } .stock_imgs image{ border-radius: 8rpx; width:240rpx; height:240rpx; } .delete{ position: absolute; right: -15rpx; top: -30rpx; } .edit{ text-align: center; position: absolute; bottom: 10rpx; left: 0; width: 100%; } .edit text{ display: inline-block; color: #fff; background: #E90001; border-radius: 32rpx; width: 100rpx; line-height: 48rpx; text-align: center; font-size: 20rpx; margin: 0 2px; } .stock_list{ position: absolute; width: 43%; top: 100rpx; left: 0; overflow: auto; background: #fff; max-height: 300rpx; border:1px solid #E0E0E0; border-radius: 8rpx; padding: 10rpx; } .stock_list view{ padding:10rpx; color: #666; } .modal{ position: fixed; width: 100%; height: 100vh; background: rgba(0,0,0,.5); top: 0; left: 0; z-index: 99; } .fund_modal{ width: 80%; padding: 50rpx; /* height: 20vh; */ background: #fff; border-radius: 16rpx; margin: 30vh auto; text-align: center; position: relative; } .fund_modal view{ font-size: 30rpx; } .fund_modal input{ border: 1px solid #ccc; height: 80rpx; border-radius: 8rpx; margin: 20rpx 0; } .fund_modal text{ position: absolute; right: 65rpx; top: 40%; } .totay_title{ padding-left: 34%; padding-bottom: 10rpx; } .totay_title text{ display: inline-block; font-size: 24rpx; color: #999; width: 47%; }