| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- page {
- background-color: #F6F6FB;
- }
- .basesel {
- width: 95%;
- margin: 20rpx auto;
- padding: 30rpx 20rpx;
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 10rpx;
- }
- .basesel .basesel_list {
- width: 100%;
- }
- .basesel .basesel_list .basesel_list_tilte {
- margin-bottom: 60rpx;
- font-size: 32rpx;
- }
- .basesel .basesel_list .basesel_list_sel {
- display: flex;
- margin-bottom: 60rpx;
- }
- .basesel .basesel_list .basesel_list_sel .basesel_list_sel_left {
- width: calc(100% - 40rpx);
- display: flex;
- flex-wrap: wrap;
- color: #999999;
- }
- .basesel .basesel_list .basesel_list_sel .icon {
- width: 40rpx;
- }
- .basesel .basesel_calculate {
- margin-top: 30rpx;
- display: flex;
- }
- .usersel {
- width: 95%;
- margin: 20rpx auto;
- padding: 30rpx 20rpx;
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 10rpx;
- }
- .usersel .warmissue_itemone {
- margin-bottom: 60rpx;
- display: flex;
- justify-content: space-between;
- }
- .usersel .warmissue_itemone .warmissue_itemone_title {
- font-size: 32rpx;
- }
- .usersel .warmissue_item {
- margin-bottom: 60rpx;
- display: flex;
- }
- .usersel .warmissue_item .warmissue_item_title {
- width: 160rpx;
- }
- .usersel .warmissue_item .warmissue_item_text {
- width: calc(100% - 160rpx);
- }
- .usersel .warmissue_itemtwo {
- display: flex;
- }
- .usersel .warmissue_itemtwo .itemtwo_left {
- width: calc(100% - 40rpx);
- display: flex;
- flex-wrap: wrap;
- color: #999999;
- }
- .usersel .warmissue_itemtwo .icon {
- width: 40rpx;
- }
- .target {
- width: 95%;
- margin: 20rpx auto;
- padding: 30rpx 20rpx;
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 10rpx;
- }
- .target .target_title {
- margin-bottom: 40rpx;
- display: flex;
- justify-content: space-between;
- }
- .target .target_title .target_title_left {
- font-size: 24rpx;
- color: #999999;
- }
- .target .target_title .target_title_left .target_title_left_title {
- font-size: 32rpx;
- color: #2F2F30;
- }
- .target .target_text {
- width: 100%;
- }
- .target .target_text .target_text_item {
- width: 100%;
- margin-top: 30rpx;
- display: flex;
- justify-content: space-between;
- }
- .target .target_text .target_text_item .target_text_item_sel {
- width: 40%;
- display: flex;
- justify-content: space-between;
- line-height: 70rpx;
- height: 70rpx;
- border-bottom: 1px solid #aaaaad;
- }
- .target .target_text .target_text_item .target_text_item_sel .itemtwo_left {
- color: #999999;
- }
- .target .target_text .target_text_item .target_text_item_ipt {
- width: 40%;
- }
- .target .target_text .target_text_item .target_text_item_ipt .u-input__right-icon {
- line-height: 35px;
- }
- .target .target_text .target_text_item .addordel {
- width: 10%;
- }
- .target .uni-input-input {
- border-bottom: 1px solid #aaaaad;
- }
- .sendbox {
- margin: 40rpx auto;
- width: 80%;
- background-color: #14A478;
- padding: 20rpx 0;
- border-radius: 59px;
- text-align: center;
- color: #fff;
- }
|