123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .jg {
- height: 25px;
- width: 100%;
- background: linear-gradient(-43deg, #3455e3, #0328c7);
- }
- .gs-top {
- width: 750rpx;
- padding-bottom: 40rpx;
- background: linear-gradient(-43deg, #4464ED, #0328C7);
- }
- .gs-top image {
- width: 560rpx;
- height: 37rpx;
- margin: auto;
- display: block;
- }
- .gs-top .info {
- padding-top: 20rpx;
- padding-bottom: 15rpx;
- }
- .gs-top .info view {
- width: 33%;
- text-align: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #cad0f4;
- }
- .tit {
- display: flex;
- width: 750rpx;
- align-items: center;
- }
- .tit .black {
- width: 80rpx;
- padding-left: 30rpx;
- }
- .tit .black image {
- width: 19rpx;
- height: 33rpx;
- }
- .tit .title {
- flex-grow: 1;
- text-align: center;
- font-size: 35rpx;
- font-weight: 500;
- color: #fff;
- }
- .list-item {
- height: 105rpx;
- border-bottom: 1px solid #ECECEC;
- width: 700rpx;
- margin: auto;
- align-items: center;
- font-size: 30rpx;
- font-weight: 500;
- color: #222222;
- }
- .list-item .item-name {
- width: 250rpx;
- }
- .list-item .item-val {
- min-width: 400rpx;
- flex-grow: 1;
- text-align: right;
- }
- .list-item .noact {
- color: #999;
- }
- .xyb {
- width: 520rpx;
- height: 88rpx;
- line-height: 88rpx;
- text-align: center;
- background: linear-gradient(270deg, #4464ED, #0328C7);
- border-radius: 44rpx;
- margin: 60rpx auto 0;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .syb {
- width: 318rpx;
- height: 88rpx;
- background: #ECEFFC;
- border: 1px solid #4261E3;
- border-radius: 44px;
- color: #4261E3;
- }
- .ksjs {
- width: 318rpx;
- height: 88rpx;
- background: linear-gradient(270deg, #4464ED, #0328C7);
- border-radius: 44rpx;
- }
- .btn-wrap {
- padding-bottom: 74rpx;
- }
- .jg-wrap {
- width: 710rpx;
- margin: auto;
- background: #FFFFFF;
- box-shadow: 0px 3rpx 18rpx 0px rgba(114, 136, 231, 0.27);
- border-radius: 0px 0px 14rpx 14rpx;
- }
- .jsjg-wrap {
- height: 110rpx;
- border-top: 1px solid #EDEDED;
- border-bottom: 1px solid #EDEDED;
- width: 646rpx;
- margin: auto;
- font-size: 22rpx;
- padding: 0 15rpx;
- }
- .jsjg-wrap .jg-left .left-top .item-tit {
- font-size: 30rpx;
- font-weight: bold;
- color: #0C0C0C;
- padding-right: 10rpx;
- }
- .jsjg-wrap .jg-right {
- flex-shrink: 0;
- font-size: 32rpx;
- font-weight: 500;
- color: #282828;
- }
- .jg-zj {
- padding: 35rpx 43rpx 20rpx 40rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #444444;
- }
- .jg-zj .price {
- font-size: 60rpx;
- font-weight: bold;
- color: #444444;
- }
- .jg-zj .price::before {
- content: '¥';
- font-size: 32rpx;
- padding-right: 10rpx;
- }
- .jg-tip {
- font-size: 25rpx;
- font-weight: 500;
- color: #A0A0A0;
- text-align: right;
- padding-right: 44rpx;
- padding-bottom: 50rpx;
- }
- .popup-box {
- width: 522rpx;
- height: 605rpx;
- background-color: #ffffff;
- border-radius: 20rpx;
- position: relative;
- }
- .popup-box .img {
- position: relative;
- top: -56rpx;
- left: 0;
- width: 522rpx;
- height: 132rpx;
- display: flex;
- justify-content: center;
- }
- .popup-box .img image {
- border-radius: 20rpx 20rpx 0 0;
- width: 450rpx;
- height: 132rpx;
- }
- .popup-box .mian {
- margin-top: -44rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #ffffff;
- border-radius: 0 0 20rpx 20rpx;
- text-align: center;
- }
- .popup-box .mian .delivery {
- font-size: 40rpx;
- color: #333333;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .popup-box .mian .delivery image {
- margin-top: 48rpx;
- width: 172rpx;
- height: 160rpx;
- }
- .popup-box .mian .nocancel {
- font-size: 32rpx;
- color: #333333;
- margin-top: 14rpx;
- }
- .popup-box .mian .comfirm-box {
- margin-top: 52rpx;
- display: flex;
- }
- .popup-box .mian .comfirm-box .cancel {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 197rpx;
- height: 74rpx;
- border: 1px solid #dcc786;
- border-radius: 38rpx;
- font-size: 32rpx;
- color: #605128;
- }
- .popup-box .mian .comfirm-box .comfirm {
- margin-left: 32rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 197rpx;
- height: 74rpx;
- background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
- border-radius: 38px;
- font-size: 32rpx;
- color: #605128;
- }
- .new-bg {
- width: 750rpx;
- background-color: #fff;
- padding: 0 10rpx;
- }
- .new-bg .bg-line {
- height: 100rpx;
- font-size: 26rpx;
- justify-content: flex-start;
- border-bottom: 1px solid #eeeeee;
- }
- .new-bg .bg-line:nth-child(odd) {
- background-color: #f6f7fb;
- }
- .new-bg .bg-line view {
- text-align: center;
- height: 100rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-right: 1px solid #eee;
- border-top: 1px solid #eee;
- }
- .new-bg .bg-line .title {
- width: 128rpx;
- text-align: left;
- }
- .new-bg .bg-line .name {
- width: 160rpx;
- }
- .new-bg .bg-line .specifications {
- width: 150rpx;
- }
- .new-bg .bg-line .number {
- width: 85rpx;
- }
- .new-bg .bg-line .unit_price {
- width: 120rpx;
- }
- .new-bg .bg-line .ot-price {
- width: 110rpx;
- border-right: none;
- }
- .jg-jz {
- padding: 0 20rpx;
- font-size: 30rpx;
- height: 90rpx;
- line-height: 90rpx;
- }
- .wxtip {
- font-style: italic;
- font-size: 28rpx;
- text-align: right;
- padding: 40rpx 20rpx 0 0;
- }
|