123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- .form-top{
- background-color: #fff;
- padding:28rpx;
- border-top:18rpx solid rgba(245,247,250,1);
- }
- .form-top .flex-1{
- text-align: right;
- color: #969799;
- }
- .label{
- position: relative;
- width: 180rpx;
- font-size: 32rpx
- }
- .isBt::before{
- position: absolute;
- content: "*";
- color: #F56C6C;
- left: -16rpx;
- }
- .inputs .li{
- background-color: #fff;
- padding:28rpx;
- position: relative;
- }
- .li view:nth-child(2){
- text-align: right;
- color: #969799;
- }
- .title{
- padding: 16rpx 28rpx;
- font-size: 28rpx;
- }
- textarea{
- padding-left: 10rpx;
- padding-right: 0;
- height: 200rpx;
- position: relative;
- }
- textarea::before{
- position: absolute;
- content: "*";
- color: #F56C6C;
- left: -16rpx;
- }
- .add{
- background-color: #fff;
- padding: 28rpx 28rpx;
- color: #26A2FF;
- margin: 28rpx 0;
- margin-bottom: 40rpx;
- }
- .addImg{
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- bottom: 20rpx;
- z-index: 998;
- /* background: #F56C6C; */
- }
- .rightImg{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .defBtn{
- width: 90%;
- margin: 0 auto;
- border-radius: 10rpx;
- margin-bottom: 100rpx;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- }
- .showImg{
- width: 160rpx;
- height: 160rpx;
- margin-bottom: 28rpx;
- margin-right:40rpx;
- margin-top: 28rpx;
- }
- .detele{
- color: #fff;
- position: absolute;
- height: 40rpx;
- width: 40rpx;
- border-radius: 100%;
- background-color: #969799;
- text-align: center;
- line-height: 40rpx;
- right: 10rpx;
- top: 10rpx;
- }
- .box{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0,0,0,0.2);
- z-index: 999;
- transform: translate(0,100%);
- }
- .inputs .li .input_text{
- text-align: left;
- font-size: 24rpx;
- }
- .inputs .li input{
- width: 100%;
- }
- .jiang{
- border: 1px solid #f1f1f1;
- border-radius: 4rpx;
- width: 40rpx;
- text-align: center
- }
- .picker-box{
- width: 110rpx;
- border-radius: 50rpx;
- background-color: #f1f1f1;
- position: relative;
- height: 60rpx;
- }
- .picker-box text{
- text-align: center;
- line-height: 60rpx;
- font-size: 24rpx;
- }
- .yuan{
- width: 50rpx;
- height: 50rpx;
- background: #26A2FF;
- border-radius: 100rpx;
- position: absolute;
- top: 5rpx;
- }
- .picker-left{
- left: 5rpx;
- }
- .picker-right{
- right: 5rpx;
- }
- .userList{
- height: 40rpx;
- font-size: 32rpx;
- }
- .windows-box{
- background: #fff;
- margin: 0 32rpx;
- margin-top: 30%;
- border-radius: 20rpx;
- }
- .windows-title{
- text-align: center;
- padding: 28rpx 0;
- border-bottom: 1px solid #f1f1f1;
- }
- .windows-btn{
- border-top: 1px solid #f1f1f1;
- }
- .windows-btn view:nth-child(1){
- text-align: center;
- padding: 28rpx 0;
- border-right: 1px solid #f1f1f1;
- }
- .windows-btn button{
- text-align: center;
- color: #26A2FF;
- background: #fff;
- border: none;
- }
- .windows-content textarea{
- height: 150rpx;
- padding: 28rpx;
- }
- .results{
- text-align: center;
- font-size: 24rpx;
- position: relative;
- }
- .results view{
- padding:10rpx 0rpx;
- }
- .resultsBox{
- margin-top:20rpx;
- border:1px solid #f1f1f1;
- max-height:600rpx;
- overflow-y:auto
- }
- .results:nth-child(odd){
- background-color: #f1f1f1;
- }
- .text2 {
- border-radius: 50%;
- border: 1px solid #909399;
- color: #909399;
- width: 26rpx;
- height: 26rpx;
- font-size: 22rpx;
- text-align: center;
- display: inline-block;
- margin-left: 10rpx;
- position: relative;
- line-height: 26rpx;
- box-sizing: border-box;
- }
- .windows-box2 {
- background: #fff;
- border-radius: 20rpx;
- position: absolute;
- left: 10%;
- right: 10%;
- top: 40%;
- margin-top: -25%;
- }
- .windows-title2 {
- padding: 32rpx;
- color: #999;
- font-size: 24rpx;
- }
- .windows-btn2 view:nth-child(1) {
- text-align: right;
- padding: 32rpx;
- color: #26A2FF;
- }
- .windows-content2{
- height: 1rem;
- padding: 0 28rpx;
- font-size: 32rpx;
- }
|