123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- /* pages/invoiceInfor/invoiceInfor.wxss */
- page{
- background-color: #f4f4f4;
- }
- .container{
- background-color: #f4f4f4;
- position: relative;
- }
- .invoice_left_title{
- font-size: 28rpx;
- color:#b4b4b4;
- }
- .each_invoice{
- padding-left:26rpx;
- background-color: #fff;
- }
- .each_invoice_cont{
- display: flex;
- flex-direction: row;
- align-items: center;
- height:100rpx;
- font-size: 28rpx;
- line-height: 100rpx;
- border-bottom:2rpx solid #ebebeb;
- position: relative;
- }
- .invoice_left_title{
- padding-right: 34rpx;
- }
- /* 税票说明 */
- .invoice_intro{
- font-size: 28rpx;
- line-height: 36rpx;
- padding:36rpx 44rpx 36rpx 0;
- color:#b4b4b4;
- }
- .space{
- width: 100%;
- height: 20rpx;
- background-color: #f4f4f4;
- }
- .invoice_title_each{
- float: left;
- width: 104rpx;
- height: 54rpx;
- color:#000;
- text-align: center;
- line-height: 54rpx;
- border:2px solid #dcdcdc;
- margin-right: 22rpx;
- }
- .invoice_title_active{
- color: #e60012;
- border:2px solid #e60012;
- }
- .each_invoice_cont input{
- width: 90%;
- }
- input.short_input{
- width:440rpx;
- }
- .clear_input_icon{
- display: block;
- width:40rpx;
- height: 40rpx;
- position:absolute;
- right: 26rpx;
- top:14rpx;
- }
- .cont_pickeris{
- display: none;
- }
- .show{
- display:block;
- }
- .invoice_information{
- font-size: 28rpx;
- color: #6d6d6d;
- background-color: #f4f4f4;
- padding:38rpx 14rpx 110rpx 32rpx;
- }
- .invoice_type_choose{
- padding-bottom:15rpx;
- }
- .invoice_intro_cont{
- font-size: 28rpx;
- line-height: 40rpx;
- }
- /* 省市区 */
- .cont_bg{
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.6);
- position: fixed;
- top: 0;
- left: 0;
- z-index:100;
- }
- .city_cont_wrap{
- width: 100%;
- height: 403rpx;
- position: fixed;
- left:0;
- bottom: 0;
- z-index: 110;
- background-color: #fff;
- }
- .city_cont{
- width: 100%;
- height: 580rpx;
- position: fixed;
- left:0;
- bottom: 0;
- z-index: 110;
- background-color: #fff;
- }
- .citybody,.typebody{
- width:100%;
- color:#000;
- background-color: #fff;
- }
- .city_top{
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- border-bottom:1px solid #ebebeb;
- }
- .city_top_cont{
- width: 100%;
- height: 100%;
- position:relative;
- }
- .city_title{
- font-size: 30rpx;
- padding: 0 14rpx;
- z-index: 2;
- }
- .citybody {
- width: 100%;
- font-size: 28rpx;
- }
- .cont_body_each{
- padding-left:26rpx;
- line-height: 80rpx;
- }
- .cont_body_each_active{
- color:#d76974;
- }
- .cont_body{
- height:480rpx;
- }
- .city-true{
- height: 100rpx;
- color: #000;
- text-align: center;
- position: absolute;
- right: 26rpx;
- top:0;
- font-size: 28rpx;
- line-height: 100rpx;
- }
- .save_btn{
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 99;
- width: 100%;
- height: 98rpx;
- font-size: 24rpx;
- line-height: 98rpx;
- color:#fff;
- text-align: center;
- background-color: #e60012;
- }
- .save_address{
- display: flex;
- flex-flow: row;
- align-items: center;
- padding:32rpx 0 32rpx 26rpx;
- }
- .save_address_right{
- width: 480rpx;
- font-size: 28rpx;
- line-height: 38rpx;
- color:#000;
- }
- .address_nav{
- position: relative;
- padding-left:26rpx;
- line-height:100rpx;
- background-color: #fff;
- }
- .address_add_img{
- display: block;
- float: left;
- width:62rpx;
- height:62rpx;
- margin:44rpx 0 0 23rpx;
- }
- .address_edit_img {
- width:15rpx;
- height:24rpx;
- position:absolute;
- top:50%;
- right:0;
- margin:-12rpx 38rpx 0 0;
- }
- /* .save_address .invoice_left_title,.save_address .save_address_right{
- float: left;
- } */
|