123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- /* addressList.wxss */
- page{
- background-color: #f4f4f4;
- }
- .address_msg{
- height:80rpx;
- font-size: 28rpx;
- line-height: 80rpx;
- color:#717d85;
- text-align: center;
- }
- .address_cont{
- padding-left: 20rpx;
- background-color: #fff;
- }
- .each_section{
- display: flex;
- flex-flow: row;
- align-items: center;
- /* height: auto;
- min-height: 40rpx; */
- position: relative;
- padding:33rpx 0;
- border-bottom:1rpx solid #e6e6e6;
- }
- .each_section input , .each_section image , .each_section textarea{
- display: inline-block;
- font-size: 24rpx;
- color:#232323;
- }
- .each_section_last{
- border-bottom:0rpx none;
- }
- .each_section_icon{
- width: 39rpx;
- height: 40rpx;
- }
- .each_section_icon_right{
- width: 16rpx;
- height: 31rpx;
- position: absolute;
- right: 30rpx;
- top:50%;
- margin-top:-15.5rpx;
- }
- .each_section input,.each_section textarea{
- margin-left:24rpx;
- width: 300px;
- }
- .each_section textarea{
- font-size: 30rpx;
- }
- .placeholder_style{
- font-size: 24rpx;
- font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
- color: #c8c8c8;
- }
- .switch_title{
- height: 92rpx;
- font-size: 24rpx;
- line-height: 92rpx;
- padding-left:38rpx;
- color:#232323;
- background-color: #fff;
- }
- .switch_section{
- position: relative;
- margin:20rpx 0;
- }
- .switch_icon{
- height: 66rpx;
- position:absolute;
- right: 16rpx;
- top:50%;
- margin-top: -31rpx;
- }
- .save_btn{
- width: 100%;
- height: 98rpx;
- font-size: 24rpx;
- line-height: 98rpx;
- color:#fff;
- text-align: center;
- background-color: #b4a078;
- position: fixed;
- left:0;
- bottom: 0;
- }
-
-
- /* 省市区 */
- .citypicker{
- /* display: none; */
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.6);
- position: fixed;
- top: 0;
- left: 0;
- z-index:20;
- }
- .city_cont_wrap{
- width: 100%;
- height: 403rpx;
- position: fixed;
- left:0;
- bottom: 0;
- z-index: 10;
- }
- .city_cont{
- width: 100%;
- height: 403rpx;
- position: fixed;
- left:0;
- bottom: 0;
- z-index: 10;
- }
- .city_top{
- position: fixed;
- bottom:510rpx;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 40rpx;
- padding:0 0 40rpx 0;
- }
- .city_top_cont{
- width: 100%;
- height: 100%;
- position:relative;
- }
- .city_title{
- font-size: 30rpx;
- color: #8b8888;
- padding: 0 14rpx;
- background-color: #fff;
- position: absolute;
- top: 0;
- left: 55rpx;
- z-index: 2;
- }
- .city_title_line{
- width: 96%;
- height: 2rpx;
- background-color: #83d2b5;
- position: absolute;
- top: 50%;
- margin-top:-1rpx;
- left: 2%;
- z-index: 1;
- }
-
- .citybody {
- /* display: flex;
- flex-flow: row; */
- width: 100%;
- height: 516rpx;
- font-size: 28rpx;
- color:#a8a4a4;
- background-color: #fff;
- position: fixed;
- left:0;
- bottom: 58rpx;
- z-index: 10;
- padding-top:54rpx;
- }
- .each_city{
- text-align: center;
- line-height: 64rpx;
- }
-
- .picker_view_column{
- -webkit-flex:1;
- flex:1;
- position:relative;
- height:100%;
- overflow:hidden;
- }
- .cityfooter {
- width: 100%;
- position: fixed;
- bottom:0;
- left:0;
- background-color: #fff;
- border-top: 1rpx solid #d9d9d9;
- z-index:10;
- }
- .city-cancel,.city-true{
- width: 50%;
- height: 102rpx;
- font-size: 30rpx;
- line-height: 102rpx;
- color: #000;
- text-align: center;
- box-sizing: border-box;
- }
-
- .city-cancel {
- float: left;
- border-right: 1rpx solid #d9d9d9;
- }
- .city-true {
- float: right;
- }
-
- /* 旧版本三联动样式 */
- .txt {
- text-align: center;
- }
- .code {
- margin-top: 20px;
- text-align: center;
- }
- .gesture {
- width: 90%;
- text-indent: 20rpx;
- margin: 0 auto;
- padding: 20rpx 0;
- border: 1px solid rgb(25, 167, 24);margin-bottom: 30rpx;
- }
- .shade {
- background-color: #ccc;
- opacity: .6;
- position: absolute;
- display: none;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .show {
- display: block!important;
- }
- .handle-bar {
- padding: 0 15px;
- height: 80rpx;
- background-color: #eee;
- }
- .confirm {
- text-align: right
- }
- .selector-area {
- height: 770rpx;
- width: 100%;
- background-color: #fff;
- position: absolute;
- bottom: 0;
- }
- .selector {
- text-align: center;
- margin:0 20rpx;
- }
- .scroll_line{
- width:4px;
- height:514rpx;
- background-color: #d8d8d8;
- margin:0;
- }
- .picker {
- font-size: 28rpx;
- height: 64rpx;
- line-height: 64rpx;
- }
- .actived {
- color:#fff;
- background-color:#ffa200 ;
- }
- .area-selector {
- height: 514rpx;
- margin-bottom: 58rpx;
- }
- /* 提示 */
- .loading_wrap{
- display: none;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0,0,0,0.6);
- z-index: 9999;
- }
- .loading_cont{
- display: block;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -120rpx 0 0 -150rpx;
- width: 300rpx;
- color:#fff;
- background-color: #000;
- padding: 30rpx 0;
- }
- .loading_icon{
- display: block;
- width: 80rpx;
- height: 80rpx;
- margin: 0 auto 30rpx;
- }
- .loading_msg{
- font-size: 24rpx;
- line-height: 30rpx;
- text-align: center;
- }
|