@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #f8f6f6; height: 100%; } page .content { background: #f8f6f6; height: 100%; padding-top: 25rpx; } .zhil { font-size: 28rpx !important; padding: 15rpx 15rpx; margin-top: 25rpx; } .equity_box { background-color: #ffffff; padding: 25rpx 25rpx; } .equity_box .text-box { min-height: 200rpx; } .equity_box .text-box textarea { font-size: 25rpx; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; } .submit-btn { width: 80%; padding: 25rpx 0rpx; margin: 80rpx auto; text-align: center; background-color: #6786fb !important; box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16); border-radius: 56rpx; font-size: 39rpx; font-weight: bold; color: white; } .popup { width: 536rpx; } .popup .img { width: 100%; } .popup .row { background: #ffffff; padding: 45rpx 45rpx; border-radius: 25rpx; } .popup .row .row-1 { color: #323333; font-size: 36rpx; text-align: center; width: 100%; padding: 30rpx 0rpx; padding-bottom: 50rpx !important; } .popup .row .row-2 { background: #eaeaea; padding: 15rpx 25rpx; font-size: 26rpx; height: 80rpx; border-radius: 15rpx; } .popup .row .row-3 { width: 80%; margin: 20rpx auto; margin-top: 50rpx; background: -webkit-linear-gradient(bottom, #7e99fe, #978ffa); background: linear-gradient(0deg, #7e99fe, #978ffa); border-radius: 34rpx; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; font-size: 36rpx; font-weight: 500; color: #f8f9f9; } .popup .row .close_icon { width: 100%; text-align: center; font-size: 30rpx; padding-top: 80rpx; text-decoration: underline; } .pay-type-list { margin-top: 20rpx; background-color: #fff; padding-left: 40rpx; } .pay-type-list .type-item { height: 120rpx; padding: 20rpx 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-right: 60rpx; font-size: 30rpx; position: relative; } .pay-type-list .icon { width: 100rpx; font-size: 52rpx; } .pay-type-list .img { color: #fe8e2e; width: 50rpx; height: 50rpx; } .pay-type-list .img image { width: 100%; height: 100%; } .pay-type-list .tit { font-size: 32rpx; color: #303133; margin-bottom: 4rpx; } .pay-type-list .con { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding-left: 25rpx; font-size: 24rpx; color: #909399; } .payment { background-color: #ffffff; border-radius: 15rpx 15rpx 0rpx 0rpx; z-index: 999; } .payment .first { border-bottom: 2rpx solid #ebeef5; padding: 38rpx 25rpx; } .payment .first .word { font-size: 28rpx; font-weight: bold; color: #303133; } .payment .first image { width: 25rpx; height: 25rpx; } .payment .one { height: 20rpx; background-color: #f6f6f6; } .payment .Third .two1 { width: 55%; background-color: #ffffff; padding-left: 25rpx; } .payment .Third .two1 .two1-1 { font-size: 28rpx; font-weight: 400; color: #303133; } .payment .Third .two1 .two1-2 { font-size: 24rpx; font-weight: bold; color: #FC4141; } .payment .Third .two1 .size { font-size: 36rpx; } .payment .Third .two2 { width: 45%; background: #FC4141; color: #ffffff; font-size: 32rpx; font-weight: 550; text-align: center; padding: 30rpx 0rpx; } .payment .Third .clickbg { background-color: #999999 !important; }