123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page {
- width: 750rpx;
- background: #F2F2F2;
- }
- page .succeed .bg {
- width: 750rpx;
- height: 352rpx;
- background: #0ca674;
- }
- page .succeed .bg .bg_con {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 200rpx;
- }
- page .succeed .bg .bg_con .icon {
- background: url(/static/icon/duigouxiao.2x.png) no-repeat 0px 0px;
- background-size: 100% 100%;
- width: 100rpx;
- height: 100rpx;
- display: inline-block;
- margin-right: 30rpx;
- }
- page .succeed .bg .bg_con .text {
- font-size: 40rpx;
- font-weight: bolder;
- font-weight: 600;
- color: #FFFFFF;
- line-height: 56rpx;
- display: inline-block;
- }
- page .succeed .container {
- width: 690rpx;
- margin: 0 auto;
- margin-top: -150rpx;
- }
- page .succeed .container .voucher {
- margin: 0;
- width: 690rpx;
- height: 635rpx;
- border-radius: 14rpx;
- box-sizing: border-box;
- padding: 23rpx;
- background: url(/static/icon/bg-success.png) no-repeat 0px 0px;
- background-size: 100% 100%;
- }
- page .succeed .container .voucher .title {
- height: 44rpx;
- font-size: 38rpx;
- font-weight: bolder;
- color: #1C1C27;
- line-height: 44rpx;
- text-align: center;
- margin-top: 35rpx;
- }
- page .succeed .container .voucher .tip {
- height: 34rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: bold;
- color: #F63932;
- line-height: 34rpx;
- text-align: center;
- margin-top: 30rpx;
- }
- page .succeed .container .voucher .dashed {
- width: 500rpx;
- border: 2rpx dashed #c0c0c0;
- margin: 30rpx auto 0 auto;
- }
- page .succeed .container .voucher .content {
- height: 330rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin: 40rpx 80rpx 0 80rpx;
- }
- page .succeed .container .voucher .content > view {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- page .succeed .container .voucher .content > view text:nth-child(1) {
- font-size: 33rpx;
- font-weight: bold;
- color: #1C1C27;
- line-height: 40rpx;
- }
- page .succeed .container .voucher .content > view text:nth-child(2) {
- font-size: 33rpx;
- font-weight: bold;
- color: rgba(0, 0, 0, 0.5);
- line-height: 40rpx;
- color: #9f9f9f;
- }
- page .succeed .container .attention .focus {
- color: #c4c4c4;
- font-size: 25rpx;
- text-align: center;
- margin-top: 50rpx;
- margin-bottom: 10rpx;
- }
- page uni-popup.coupon .coupon-container {
- width: 100%;
- border-radius: 42rpx 42rpx 0px 0px;
- background: #F2F2F2;
- padding: 0 30rpx;
- box-sizing: border-box;
- position: relative;
- }
- page uni-popup.coupon .coupon-container .close {
- width: 38rpx;
- height: 38rpx;
- position: absolute;
- top: 24rpx;
- right: 24rpx;
- background: url(/static/icon/6_d05_close.2x.png) no-repeat 0px 0px;
- background-size: 100% 100%;
- }
- page uni-popup.coupon .coupon-container > .title {
- height: 105rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #111111;
- line-height: 105rpx;
- font-weight: 600;
- color: #111111;
- text-align: center;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll {
- max-height: 80vh;
- overflow: scroll;
- min-height: 50vh;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .top {
- color: #007AFF;
- width: 690rpx;
- height: 140rpx;
- padding: 0 30rpx 0 30rpx;
- box-sizing: border-box;
- background: #ffffff;
- display: flex;
- justify-content: space-between;
- margin-bottom: 50rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .top .top_left > .title {
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: bold;
- color: rgba(0, 0, 0, 0.5);
- line-height: 40rpx;
- letter-spacing: 1px;
- margin-top: 30rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .top .top_left > .tip {
- height: 28rpx;
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 600;
- color: #ff5c5a;
- line-height: 28rpx;
- margin-top: 10rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .top .top_left > .tip > .icon {
- background: url(/static/icon/tishi.2x.png) no-repeat;
- background-size: 100% 100%;
- display: inline-block;
- width: 22rpx;
- height: 21rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .top .top_right {
- width: 190rpx;
- margin-top: 38rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .top .top_right > button {
- text-align: center;
- width: 190rpx;
- height: 60rpx;
- background: #23a97d;
- border-radius: 30rpx;
- outline: none;
- border: none;
- font-weight: 600;
- color: #ffffff;
- font-size: 26rpx;
- letter-spacing: 1px;
- line-height: 60rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon {
- display: flex;
- justify-content: space-between;
- height: 200rpx;
- margin-bottom: 30rpx;
- box-shadow: 0rpx 0rpx 10rpx 4rpx rgba(233, 223, 223, 0.5);
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .left {
- display: flex;
- flex-direction: column;
- justify-content: center;
- text-align: center;
- width: 220rpx;
- height: 200rpx;
- text-align: center;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .left .amount {
- display: block;
- font-size: 40rpx;
- font-weight: 500;
- color: #ffffff;
- line-height: 56rpx;
- text-align: center;
- margin-top: 0rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .left .amount .value {
- font-size: 60rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .left .condition {
- font-size: 24rpx;
- font-weight: 400;
- color: #ffffff;
- line-height: 33rpx;
- text-align: center;
- margin-top: 25rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .left .exchangeName {
- display: none;
- font-size: 35rpx;
- font-weight: 500;
- color: #ffffff;
- line-height: 56rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right {
- width: 456rpx;
- height: 200rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin: 8rpx 0 5rpx 0;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .title {
- height: 30rpx;
- font-size: 24rpx;
- font-weight: 600;
- line-height: 30rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .title .type {
- width: 113rpx;
- height: 30rpx;
- line-height: 30rpx;
- display: inline-block;
- background: #f8c;
- border-radius: 19rpx;
- font-size: 24rpx;
- font-weight: 600;
- color: #ffffff;
- text-align: center;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .title .state {
- display: inline-block;
- margin-left: 20rpx;
- color: #7f7f7f;
- height: 30rpx;
- font-size: 24rpx;
- font-weight: 600;
- line-height: 33rpx;
- white-space: nowrap;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content {
- display: flex;
- justify-content: space-between;
- margin: 5rpx 0 5rpx 0;
- height: 100rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content .items {
- width: 330rpx;
- height: 100%;
- display: flex;
- justify-content: space-around;
- flex-direction: column;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content .items .item {
- color: #272626;
- font-size: 21rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content .items .item > text {
- width: 230rpx;
- display: inline-block;
- color: #272626;
- font-size: 22rpx;
- font-weight: bold;
- overflow: hidden;
- /* 超出部分隐藏 */
- white-space: nowrap;
- /* 文本不换行 */
- text-overflow: ellipsis;
- /* 省略的文本用省略号表示 */
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content .items .from {
- display: none;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content > .btn {
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin-right: 10rpx;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .content > .btn > button {
- height: 60rpx;
- background: linear-gradient(143deg, #fad965 0%, #f3b235 100%);
- border-radius: 20rpx;
- border: none;
- outline: none;
- color: #ffffff;
- line-height: 60rpx;
- font-size: 30rpx;
- font-weight: 400;
- overflow: hidden;
- /* 超出部分隐藏 */
- white-space: nowrap;
- /* 文本不换行 */
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .coupon > .right .tip {
- margin-right: 20rpx;
- border-top: 2rpx dashed #d8d8d8;
- height: 49rpx;
- font-size: 22rpx;
- font-weight: 400;
- color: #7f7f7f;
- line-height: 23rpx;
- padding-top: 12rpx;
- box-sizing: border-box;
- overflow: scroll;
- /* 超出部分隐藏 */
- white-space: nowrap;
- /* text-overflow: ellipsis;*/
- overflow: hidden;
- /* 超出部分隐藏 */
- white-space: nowrap;
- /* 文本不换行 */
- text-overflow: ellipsis;
- /* 省略的文本用省略号表示 */
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .direct > .left {
- background: url(/static/icon/quan1.2x.png) no-repeat;
- background-size: 100% 100%;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .direct > .right > .title > .type {
- background: #f8ce57;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .direct > .right > .content > .btn button {
- background: linear-gradient(143deg, #fad965 0%, #f3b235 100%);
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .rate > .left {
- background: url(/static/icon/quan2.2x.png) no-repeat;
- background-size: 100% 100%;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .rate > .right > .title > .type {
- background: #eb8573;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .rate > .right > .content > .btn button {
- background: linear-gradient(143deg, #f4a796 0%, #e67462 100%);
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .exchange > .left {
- background: url(/static/icon/quan3.2x.png) no-repeat;
- background-size: 100% 100%;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .exchange > .left > .amount,
- page uni-popup.coupon .coupon-container .coupon-scroll .center .exchange > .left > .condition {
- display: none;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .exchange > .left > .exchangeName {
- display: inline-block;
- width: 150rpx;
- margin: 0 auto;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .exchange > .right > .title > .type {
- background: #19c79b;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .exchange > .right > .content > .btn button {
- background: linear-gradient(143deg, #21d9b4 0%, #0fb582 100%);
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .expired > .left {
- background-position: center;
- /** 居中*/
- background: url(/static/icon/quan.png) no-repeat;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .expired > .right > .title > .type {
- background: #bfbfbf;
- }
- page uni-popup.coupon .coupon-container .coupon-scroll .center .expired > .right > .content > .btn button {
- display: none;
- }
|