|
- /* pages/handle/expenditureAudit/expenditureAudit.wxss */
- text{display: block;}
- .top{
- height: 64px;
- width: 100%;
- position: fixed;
- z-index: 999;
- top:0px;
- }
- .top text{
- position: relative;
- top: 30px;
- margin-right: 30px;
- display: block;
- color: #eee;
- text-align: center;
- width: 100%;
- font-size: 16px;
- }
- .pure_top {
- width: 100%;
- height: 120px;
- position: absolute;
- z-index: -1;
- overflow: hidden
- }
-
- .pure_top::after {
- content: '';
- width: 140%;
- height: 120px;
- position: absolute;
- left: -20%;
- top: 0;
- z-index: -1;
- border-radius: 0 0 50% 50%;
- background: linear-gradient(to right, #2C8E68, #B3DB62);
- }
- .bgPage{
- width: 140%;
- position:absolute;
- transform: translate(-15%, -50%);
- height: 300px;
- z-index: -1;
- }
- .main-title{
- background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
- color: #ffffff;
- font-size: 18px;
- padding: 10px 0;
- text-align: center;
- }
- .main-box{
- background: #ffffff;
- padding: 20px;
- width: 94%;
- margin: 0 auto;
- border-radius: 10px;
- box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
- }
- .main-box block{
- float: right;
- }
- .title{
- padding: 10px calc(3% + 20px);
- }
- .top-box{
- margin-top: 20px;
- margin-bottom: 28px;
- }
- .top-box text{
- margin-bottom: 15px;
- }
- .main-box view{
- margin-bottom: 15px;
- }
- .main-box view:last-child{
- margin-bottom: 0px;
- }
- .box-title{
- color: #2C8E68;
- text-align: center;
- }
- .center-box .main-box{
- margin-bottom: 15px;
- }
- .xm{
- border-bottom: 1px solid #cccccc;
- margin: 0;
- padding-bottom: 15px;
- }
- .table-box view{
- display: flex;
- justify-content: space-between;
- }
- .table-box view text icon{
- display: inline-block;
- font-size: 14px;
- border: 1px solid red;
- color: red;
- }
- .van-cell{
- padding: 0!important;
- }
- @font-face {
- font-family: 'my-icon';
- src: url('../../../image/icon/fj_icon.png') format('truetype');
- }
- .my-icon {
- font-family: 'my-icon';
- }
-
- .my-icon-extra::before {
- content: '\e626';
- }
- .fj-box text{
- background-color: #5CAE77;
- color: #ffffff;
- display: inline-block;
- text-align: center;
- border-radius: 5px;
- white-space:pre-wrap
- }
- .fj-li{
- margin-top: 20px;
- }
- .steps-box{
- padding: 0;
- margin-top: 15px;
- }
- .steps-box .van-row{
- padding: 0 20px;
- }
-
- .steps-box view{
- margin-bottom: 0;
- }
-
- .steps-box .van-col{
- position: relative;
- height: 70px;
- }
- .steps-box .van-col--21{
- padding: 12PX 0;
- padding-left: 10px;
- }
- .steps-box .van-row:nth-child(2n){
- background: rgba(29,111,233,0.1);
- }
- .steps-box .van-cell{
- background: transparent;
- padding: 0 10Px;
- }
- .steps-box .bq{
- display: inline-block;
- padding: 0PX 10PX;
- line-height: 0.64rem;
- border-radius: 5PX;
- }
- .steps-box .index{
- background: #1D6FE9;
- color: #ffffff;
- text-align: center;
- width: 20PX;
- height: 20PX;
- line-height: 20PX;
- border-radius: 50%;
- position: absolute;
- left: 0;
- top: 50%;
- transform: translate(0,-50%);
- }
- .steps-box .indexCenter{
- top: 0!important;
- }
- .steps-box .van-row:first-child .van-col:first-child .indexBorder{
- top: calc(50% - 5px);
- }
- .steps-box .indexBorder{
- width: 10PX;
- position: absolute;
- right: 0;
- top: 0;
- height: 100%;
-
- }
- .steps-box .indexBorder .yq{
- height: 10PX;
- width: 10PX;
- background: #C9C9C9;
- border-radius: 50%;
- }
- .steps-box .indexBorder .ss{
- height: calc(50% - 5PX);
- width: 1PX;
- background: #C9C9C9;
- position: relative;
- left: 4PX;
- }
- .steps-box .indexBorder .ssT{
- height: calc(50% - 5PX);
- width: 1PX;
- background: #C9C9C9;
- position: relative;
- left: 4PX;
- }
- .agree{
- background-color: rgba(92, 174, 119, 0.1);
- color:#5CAE77 ;
- width: 80%;
- text-align: center;
- float: right;
- }
- .in{
- background-color: rgba(245, 163, 39, 0.1);
- color:#F5A327 ;
- width: 80%;
- text-align: center;
- float: right;
- }
- .disagree{
- background-color: rgba(233, 0, 0, 0.1);
- color:#E90000 ;
- width: 80%;
- text-align: center;
- float: right;
- }
- .steps-box .van-cell__title{
- flex: 0.7;
- }
- .steps-box .van-cell__value{
- flex: 0.3;
- }
- .steps-tit{
- font-size: 16px;
- text-align: center;
- background-color: #2C8E68;
- color: #ffffff;
- padding: 20px 0;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- .bottom{
- width: 84%;
- margin: 0 auto;
- text-align: center;
- margin-top: 30px;
- margin-bottom: 30px;
- }
-
- .bottom button {
- width: 47%;
- margin: 0 auto;
- border-radius: 30px;
- display: inline-block;
- }
-
- .bottom .btnAgree{
- border: 1px solid transparent;
- background-image: linear-gradient(to right, #2C8E68, #5CAE77);
- margin-left: 6%;
- }
|