123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- /* pages/zhenggaijindu/zhenggaijindu.wxss */
- .container{
- margin: 30rpx;
- }
- .zgjd_x{
- border-left: 2rpx solid rgb(241, 241, 241);
- padding-left: 40rpx;
- margin-top: 40rpx;
- }
- .zgjd_vi{
- position: relative;
- display: flex;
- flex-direction: column;
- height: auto;
- padding-bottom: 30rpx;
- }
- .zgjd_vi i{
- display: flex;
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- position: absolute;
- top:0px;
- left: -62rpx;
- }
- .zgjd_vi i::before{
- display: flex;
- width: 28rpx;
- height: 28rpx;
- border-radius: 50%;
- position: absolute;
- content: " ";
- display: block;
- top: 8.31rpx;
- left: 8.31rpx;
- }
- .zgjd_vi i.no{
- background: rgb(240, 86, 25);
- }
- .zgjd_vi i.no::before{
- background: rgb(255, 255, 255);
- }
- .zgjd_vi i.yes{
- background: rgba(238, 76, 12, 0.521);
- }
- .zgjd_vi i.yes::before{
- background: rgb(240, 86, 25);
- }
- .text_tit{
- font-size: 40rpx;
- line-height: 40rpx;
- padding-bottom: 20rpx;
- display: flex;
- color: #333;
- }
- .text_span{
- font-size: 34rpx;
- color: #555;
- height: 50rpx;
- line-height: 50rpx;
- }
- .text_span span{
- margin-right: 30rpx;
- }
- .text_zt{
- font-size: 30rpx;
- display: flex;
- flex-direction: row;
- padding: 10rpx 0rpx;
- align-items: center;
- }
- .text_zt .iconfont{
- font-size: 30rpx;
- margin-right: 15rpx;
- }
- .text_txt{
- font-size: 30rpx;
- color: #555;
- }
- .dzg{
- color: rgb(175, 6, 6);
- }
- .zgz{
- color: rgb(247, 126, 13);
- }
- .text_img{
- display: flex;
- flex-direction: row;
- margin: 30rpx 0rpx;
- }
- .text_img image{
- width: 200rpx;
- height: 150rpx;
- display: flex;
- background: #ccc;
- margin-right: 30rpx;
- }
- .btm_btn{
- display: flex;
- flex-direction: row;
- position: fixed;
- width: 80%;
- background-color: rgb(255, 255, 255);
- bottom: 0px;
- padding: 40rpx 10%;
- left: 0;
- border-top: 1px solid rgb(233, 233, 233);
- box-shadow: 0px 0px 10px #ccc;
- justify-content:space-between ;
-
- }
- .time_qx{
- display: flex;
- flex-direction: row;
- align-items: center;
-
- }
- .section__title{
- padding-right: 4rpx;
- }
- .ttbtn{
- display: flex;
- flex-direction: row;
- border: 1px solid rgb(230, 230, 230);
- padding: 16rpx 30rpx;
- border-radius: 100rpx;
- background: rgb(230, 230, 230);
- color: #444;
- }
- .succ_btn{
- width: auto!important;
- padding: 10rpx 26px!important;
- font-size: 30rpx!important;
- font-weight: normal!important;
- margin: 0!important;
- }
- picker text{
- font-weight: 500;
- color: rgb(235, 98, 19)!important;
- }
|