123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506 |
- page {
- height: 100%;
- min-height: 100%;
- background: #f4f4f4;
- }
- .container {
- background: #f4f4f4;
- width: 100%;
- height: auto;
- min-height: 100%;
- overflow: hidden;
- }
- .service-policy {
- width: 750rpx;
- height: 73rpx;
- background: #f4f4f4;
- padding: 0 31.25rpx;
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- }
- .service-policy .item {
- background-size: 10rpx;
- padding-left: 15rpx;
- display: flex;
- align-items: center;
- font-size: 25rpx;
- color: #666;
- }
- .no-login {
- width: 100%;
- height: auto;
- margin: 0 auto;
- }
- .no-login .c {
- width: 100%;
- height: auto;
- margin-top: 400rpx;
- }
- .no-login .c text {
- margin: 0 auto;
- display: block;
- width: 258rpx;
- height: 59rpx;
- line-height: 29rpx;
- text-align: center;
- font-size: 35rpx;
- color: #999;
- }
- .no-login button {
- width: 90%;
- margin: 0 auto;
- color: #fff;
- font-size: 30rpx;
- height: 96rpx;
- line-height: 96rpx;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- position: flex;
- bottom: 0;
- left: 0;
- border-radius: 0;
- padding: 0;
- margin-left: 5%;
- text-align: center;
- border-radius: 6rpx;
- letter-spacing: 3rpx;
- background-color: #242a48;
- }
- .wechat{
- width: 80rpx;
- height: 80rpx;
- margin-right: 15rpx;
- }
- .no-cart {
- width: 100%;
- height: auto;
- margin: 0 auto;
- }
- .no-cart .c {
- width: 100%;
- height: auto;
- margin-top: 400rpx;
- text-align: center;
- }
- .no-cart .c image{
- width: 120rpx;
- height: 120rpx;
- }
- .no-cart .c text {
- margin: 0 auto;
- display: block;
- width: 258rpx;
- height: 29rpx;
- line-height: 29rpx;
- text-align: center;
- font-size: 29rpx;
- color: #999;
- }
- .cart-view {
- width: 100%;
- height: auto;
- overflow: hidden;
- }
- .cart-view .list {
- height: auto;
- width: 100%;
- overflow: hidden;
- margin-bottom: 120rpx;
- }
- .cart-view .group-item {
- height: auto;
- width: 100%;
- background: #fff;
- margin-bottom: 18rpx;
- }
- .cart-view .item {
- height: 164rpx;
- width: 100%;
- overflow: hidden;
- }
- .cart-view .item .van-checkbox {
- float: left;
- margin: 65rpx 18rpx 65rpx 18rpx;
- }
- .cart-view .item .van-checkbox .van-icon {
- color: #fff;
- }
- .cart-view .item .cart-goods {
- float: left;
- height: 164rpx;
- width: 672rpx;
- border-bottom: 1px solid #f4f4f4;
- }
- .cart-view .item .img {
- float: left;
- height: 125rpx;
- width: 125rpx;
- background: #f4f4f4;
- margin: 19.5rpx 18rpx 19.5rpx 0;
- }
- .cart-view .item .info {
- float: left;
- height: 125rpx;
- width: 503rpx;
- margin: 19.5rpx 26rpx 19.5rpx 0;
- }
- .cart-view .item .t {
- margin: 8rpx 0;
- height: 28rpx;
- font-size: 25rpx;
- color: #333;
- overflow: hidden;
- }
- .cart-view .item .name {
- height: 28rpx;
- max-width: 310rpx;
- line-height: 28rpx;
- font-size: 25rpx;
- color: #333;
- overflow: hidden;
- }
- .cart-view .item .num {
- height: 28rpx;
- line-height: 28rpx;
- float: right;
- }
- .cart-view .item .attr {
- margin-bottom: 17rpx;
- height: 24rpx;
- line-height: 24rpx;
- font-size: 22rpx;
- color: #666;
- overflow: hidden;
- }
- .cart-view .item .b {
- height: 28rpx;
- line-height: 28rpx;
- font-size: 25rpx;
- color: #333;
- overflow: hidden;
- }
- .cart-view .item .price {
- float: left;
- color: #ab956d;
- }
- /*.cart-view .item.edit .t {
- display: none;
- }*/
- .cart-view .item.edit .attr {
- text-align: left;
- padding-right: 25rpx;
- background-size: 12rpx 20rpx;
- margin-bottom: 10rpx;
- height: 35rpx;
- line-height: 35rpx;
- font-size: 24rpx;
- color: #999;
- overflow: hidden;
- }
- .cart-view .item.edit .b {
- display: flex;
- height: 60rpx;
- overflow: hidden;
- }
- .cart-view .item.edit .price {
- line-height: 42rpx;
- height: 42rpx;
- flex: 1;
- color: #ab956d;
- }
- .cart-view .item.edit .selnum {
- width: 235rpx;
- height: 52rpx;
- border: 1rpx solid #ccc;
- display: flex;
- margin-bottom: 10rpx;
- }
- .selnum .cut {
- width: 70rpx;
- height: 100%;
- text-align: center;
- line-height: 50rpx;
- }
- .selnum .number {
- flex: 1;
- height: 100%;
- text-align: center;
- line-height: 50rpx;
- border-left: 1px solid #ccc;
- border-right: 1px solid #ccc;
- float: left;
- }
- .selnum .add {
- width: 80rpx;
- height: 100%;
- text-align: center;
- line-height: 50rpx;
- }
- .cart-view .group-item .header {
- width: 100%;
- height: 94rpx;
- line-height: 94rpx;
- padding: 0 26rpx;
- border-bottom: 1px solid #f4f4f4;
- }
- .cart-view .promotion .icon {
- display: inline-block;
- height: 24rpx;
- width: 15rpx;
- }
- .cart-view .promotion {
- margin-top: 25.5rpx;
- float: left;
- height: 43rpx;
- width: 480rpx;
- /*margin-right: 84rpx;*/
- line-height: 43rpx;
- font-size: 0;
- }
- .cart-view .promotion .tag {
- border: 1px solid #f48f18;
- height: 37rpx;
- line-height: 31rpx;
- padding: 0 9rpx;
- margin-right: 10rpx;
- color: #f48f18;
- font-size: 24.5rpx;
- }
- .cart-view .promotion .txt {
- height: 43rpx;
- line-height: 43rpx;
- padding-right: 10rpx;
- color: #333;
- font-size: 29rpx;
- overflow: hidden;
- }
- .cart-view .get {
- margin-top: 18rpx;
- float: right;
- height: 58rpx;
- padding-left: 14rpx;
- border-left: 1px solid #d9d9d9;
- line-height: 58rpx;
- font-size: 29rpx;
- color: #333;
- }
- .cart-bottom {
- position: fixed;
- bottom: 0;
- left: 0;
- height: 100rpx;
- width: 100%;
- background: #fff;
- display: flex;
- }
- .cart-bottom .van-checkbox {
- float: left;
- margin: 33rpx 18rpx 33rpx 26rpx;
- font-size: 29rpx;
- }
- .cart-bottom .van-checkbox .van-icon {
- color: #fff;
- }
- .cart-bottom .total {
- height: 34rpx;
- flex: 1;
- margin: 33rpx 15rpx;
- font-size: 29rpx;
- }
- .cart-bottom .delete {
- text-align: center;
- width: 180rpx;
- height: 80rpx;
- line-height: 82rpx;
- padding: 0;
- margin: 0;
- margin-left: -5rpx;
- padding-right: 25rpx;
- font-size: 25rpx;
- color: #f4f4f4;
- /* text-align: center; */
- border-top-left-radius: 0rpx;
- border-bottom-left-radius: 0rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- background-image: linear-gradient(to right, #9a9ba1 0%, #ae8b9c 100%);
- }
- .cart-bottom .checkout {
- height: 100rpx;
- width: 100rpx;
- text-align: center;
- line-height: 100rpx;
- font-size: 29rpx;
- /*background: #b4282d;*/
- background: #242a48;
- color: #fff;
- }
- .action_btn_area {
- /* border: 1px solid #333; */
- position: absolute;
- display: inline;
- justify-content: center;
- align-items: center;
- right: 0;
- top: 0;
- /*width: 380rpx;
- height: 100rpx; */
- display: inline;
- }
- .action_btn_area .edit {
- width: 140rpx;
- /* border: 1px solid #000;
- height: 70rpx;
- line-height: 72rpx;
- padding: 0;
- margin: 0;
- margin-right: 5rpx;
- text-align: center;
- margin-left: 20rpx;
- /* padding-left: 25rpx; */
- font-size: 25rpx;
- color: #f4f4f4;
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- /* background-image: linear-gradient(to right, #ff7701 100%); */
- background-image: linear-gradient(to right, #ab956d 0%, #ab956d 100%);
- }
- .action_btn_area .checkout {
- width: 140rpx;
- height: 70rpx;
- line-height: 72rpx;
- padding: 0;
- margin: 0;
- margin-left: 5rpx;
- margin-right: 10rpx;
- margin-top: 15rpx;
- /*padding-right: 25rpx; */
- font-size: 25rpx;
- color: #f4f4f4;
- text-align: center;
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- background: #242a48;
- float: right;
- }
- .action_btn_area .delete {
- width: 140rpx;
- /* border: 1px solid #000; */
- height: 70rpx;
- line-height: 72rpx;
- padding: 0;
- margin: 0;
- margin-right: 5rpx;
- text-align: center;
- padding-left: -5rpx;
- font-size: 25rpx;
- color: #f4f4f4;
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- background-image: linear-gradient(to right, #9a9ba1 0%, #9a9ba1 100%);
- }
- .action_btn_area .sure {
- text-align: center;
- width: 140rpx;
- height: 80rpx;
- line-height: 82rpx;
- padding: 0;
- margin: 0;
- margin-right: 10rpx;
- padding-left: -5rpx;
- font-size: 25rpx;
- color: #f4f4f4;
- /* text-align: center; */
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- background-image: linear-gradient(to right, #ab956d 0%, #ab956d 100%);
- /* background-image: linear-gradient(to right, #ff7701 0%, #fe4800 100%); */
- }
- .auth_btn {
- position: fixed;
- top: 55vh;
- left: 10vw;
- width: 80vw;
- height: 96rpx;
- line-height: 96rpx;
- font-size: 25rpx;
- color: #f4f4f4;
- /* text-align: center; */
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- background-image: linear-gradient(to right, #8baaaa 0%, #9a9ba1 100%);
- }
|