123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- .save_box{
- height: 40rpx;
- padding:0 20rpx;
- background: linear-gradient(226deg, #FFE9C2 0%, #FFCD81 100%);
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 4rpx;
- margin-left:20rpx;
- color:#CE7E06;
- font-weight: bold;
- }
- .big_price{
- text{
- color:$base-color;
- font-weight: bold;
- }
- text:first-child{
- font-size:28rpx;
- margin-right:4rpx;
- }
- text:last-child{
- font-size:44rpx;
-
- }
- }
- //底部固定的按钮
- .fixed_btn {
- width: 100%;
- height: 100rpx;
- background: $base-line-bg;
- position: fixed;
- bottom: 0;
- left: 0;
- font-size: 32rpx;
- color: #fff;
- letter-spacing: 6rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- //安全保障绿色框
- .safe_box {
- width: 690rpx;
- margin: 20rpx auto;
- font-size: 30rpx;
- background: linear-gradient(274deg, #edfdf3 0%, #e1f6e9 100%);
- border-radius: 24rpx;
- padding: 20rpx 30rpx;
- text {
- font-weight: bold;
- }
- .iconfont {
- color: #349e08;
- margin-right: 20rpx;
- font-weight: normal;
- vertical-align: 2rpx;
- }
- }
- //金额
- .total {
- font-size: 32rpx;
- text {
- font-weight: bold;
- color: $base-color;
- }
- text:first-child {
- font-size: 28rpx;
- margin-right: 5rpx;
- }
- }
- .flexV {
- display: flex;
- align-items: center;
- }
- .flexT {
- display: flex;
- justify-content: flex-start;
- vertical-align: flex-start;
- }
- .flexC {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .flexS {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .flexSS {
- display: flex;
- align-items: flex-start;
- justify-content: flex-start;
- }
- .flexE {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .flexA {
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .flexB {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .flexBS {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- }
- .flexCC {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- view,
- text {
- color: #333;
- }
- .safeguard {
- font-size: 24rpx;
- width: 140rpx;
- text-align: center;
- height: 46rpx;
- line-height: 46rpx;
- color: #999;
- background: #f8f8f8;
- margin-top: 16rpx;
- border-radius: 8rpx;
- box-sizing: border-box;
- }
- .gray {
- font-size: 28rpx;
- color: #999;
- margin-right: 10rpx;
- }
- .block {
- width: 750rpx;
- height: 20rpx;
- background-color: #f9f9fb;
- }
- //复制按钮
- .copy_btn {
- width: 100rpx;
- text-align: center;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 28rpx;
- display: inline-block;
- background: $base-line-bg;
- border-radius: 24rpx;
- color: #fff;
- margin-left: 30rpx;
- }
- .copy_new_btn{
- width: 72rpx;
- text-align: center;
- height: 45rpx;
- line-height: 45rpx;
- background: #FFF4F3;
- color:$base-color;
- margin-left:15rpx;
- font-weight: bold;
- }
- .audit_btn,
- .base_btn,
- .cancel_btn {
- width: 176rpx;
- height: 68rpx;
- border-radius: 34rpx;
- font-size: 28rpx;
- color: #fff;
- margin-left: 15rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .base_btn {
- background: $base-line-bg;
- }
- .cancel_btn {
- border: 2rpx solid #cccccc;
- color: #333;
- }
- //待审核按钮
- .audit_btn {
- background: linear-gradient(90deg, #ffbf63 0%, #fc8924 100%);
- }
- .after_btn {
- width: 192rpx;
- height: 68rpx;
- background: #fff4f3;
- opacity: 1;
- border-radius: 34rpx;
- color: $base-color;
- text-align: center;
- line-height: 68rpx;
- }
- //查询按钮
- .search_btn {
- width: 124rpx;
- height: 64rpx;
- text-align: center;
- line-height: 64rpx;
- background: $base-line-bg;
- font-size: 28rpx;
- color: #fff;
- border-radius: 44rpx;
- }
- //提交按钮
- .sub_btn {
- width: 530rpx;
- margin: 0 auto;
- height: 88rpx;
- background: $base-line-bg;
- opacity: 1;
- border-radius: 44rpx;
- color: #fff;
- text-align: center;
- line-height: 88rpx;
- font-size: 32rpx;
- }
- .search_inp {
- width: 540rpx;
- }
- .iconxuanzhong {
- color: $base-color;
- }
- .iconfont {
- vertical-align: middle;
- }
- //无数据时显示
- .noData {
- width: 100%;
- text-align: center;
- margin-top: 15vh;
- .default {
- width: 485rpx;
- height: 351rpx;
- }
- image {
- width: 485rpx;
- height: 351rpx;
- }
- view {
- margin-top: 40rpx;
- }
- }
- //一年零一天,不满意退钱
- .one_year {
- padding: 5rpx 20rpx;
- background: #fff4f3;
- color: $base-color;
- border-radius: 8rpx;
- margin: 15rpx 0;
- font-size: 28rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- //助手支付弹窗
- .helper_pop {
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.7);
- position: fixed;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index:9999;
- .pop_con {
- width: 598rpx;
- background: #fff;
- border-radius: 24rpx;
- padding: 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- image {
- width: 80rpx;
- height: 80rpx;
- }
- .con {
- padding: 30rpx 0;
- font-size: 32rpx;
- color: #333;
- font-weight: bold;
- }
- .close_btn {
- width: 430rpx;
- height: 88rpx;
- text-align: center;
- line-height: 88rpx;
- background: linear-gradient(93deg, #a080ff 0%, #5d6bff 100%);
- opacity: 1;
- border-radius: 44rpx;
- color: #fff;
- }
- }
- }
|