123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417 |
- page {
- background-color: #F7F7F7;
- padding-bottom: 156rpx;
- /* 弹出层 */
- }
- page .body {
- width: 710rpx;
- margin: 0 auto;
- }
- page .selfmention{
- padding-bottom: 10rpx;
- }
- page .body .tab-box {
- width: 100%;
- min-height: 324rpx;
- background-color: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- display: flex;
- flex-direction: column;
- }
- page .body .tab-box .tab-box-top {
- width: 100%;
- display: flex;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- color: #464646;
- font-size: 32rpx;
- box-sizing: border-box;
- }
- page .body .tab-box .tab-box-top .left-tab {
- flex: 1;
- height: 120rpx;
- background-color: #F0F0F0;
- border: 5rpx solid #FF874E;
- border-radius: 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- }
- page .body .tab-box .tab-box-top .right-tab {
- flex: 1;
- height: 120rpx;
- background-color: #FFFFFF;
- border-radius: 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- }
- page .body .tab-box .distribution {
- padding-left: 28rpx;
- padding-right: 30rpx;
- flex: 1;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- page .body .tab-box .distribution .distribution-left {
- display: flex;
- flex-direction: column;
- justify-content: center;
- height: 100%;
- }
- page .body .tab-box .distribution .distribution-left .distribution-left-top {
- color: #464646;
- font-size: 32rpx;
- font-weight: bold;
- }
- page .body .tab-box .distribution .distribution-left .distribution-left-bottom {
- margin-top: 28rpx;
- color: #656565;
- font-size: 28rpx;
- }
- page .body .tab-box .distribution .distribution-right {
- height: 100%;
- display: flex;
- align-items: center;
- }
- page .body .tab-box .selfmention .selfmention-row {
- display: flex;
- justify-content: space-between;
- padding-left: 28rpx;
- padding-right: 20rpx;
- margin-top: 40rpx;
- }
- page .body .tab-box .selfmention .selfmention-row .selfmention-row-left {
- color: #464646;
- font-size: 32rpx;
- font-weight: bold;
- }
- page .body .tab-box .selfmention .selfmention-row .selfmention-row-right {
- display: flex;
- align-items: center;
- }
- page .body .tab-box .selfmention .selfmention-row .selfmention-row-right .button {
- width: 192rpx;
- height: 56rpx;
- border-radius: 36rpx;
- background-color: #FF874E;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #FFFFFF;
- font-size: 24rpx;
- margin-left: 20rpx;
- }
- page .body .tab-box .selfmention .selfmention-tips {
- padding-top: 16rpx;
- padding-bottom: 28rpx;
- padding-left: 28rpx;
- padding-right: 20rpx;
- color: #FF874E;
- font-size: 24rpx;
- }
- page .body .pintuan-card {
- padding-top: 38rpx;
- padding-left: 28rpx;
- padding-right: 22rpx;
- padding-bottom: 32rpx;
- margin-top: 30rpx;
- background-color: #FFFFFF;
- border-radius: 20rpx;
- }
- page .body .pintuan-card .pintuan-name {
- color: #656565;
- font-size: 29rpx;
- }
- page .body .pintuan-card .good-card {
- display: flex;
- margin-top: 38rpx;
- }
- page .body .pintuan-card .good-card .good-card-left {
- width: 128rpx;
- height: 128rpx;
- }
- page .body .pintuan-card .good-card .good-card-left image {
- width: 128rpx;
- height: 128rpx;
- border-radius: 27rpx;
- }
- page .body .pintuan-card .good-card .good-card-right {
- height: 128rpx;
- margin-left: 14rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- page .body .pintuan-card .good-card .good-card-right .right-top {
- display: flex;
- align-items: center;
- }
- page .body .pintuan-card .good-card .good-card-right .right-top .good-name {
- color: #494949;
- font-size: 28rpx;
- min-width: 250rpx;
- font-weight: bold;
- }
- page .body .pintuan-card .good-card .good-card-right .right-top .original-price {
- color: #656565;
- font-size: 24rpx;
- text-decoration: line-through;
- white-space: nowrap;
- }
- page .body .pintuan-card .good-card .good-card-right .right-top .current-price {
- color: #464646;
- display: flex;
- align-items: center;
- margin-left: 20rpx;
- }
- page .body .pintuan-card .good-card .good-card-right .right-top .current-price .current-price-txt1 {
- font-size: 28rpx;
- font-weight: bold;
- }
- page .body .pintuan-card .good-card .good-card-right .right-top .current-price .current-price-txt2 {
- font-size: 36rpx;
- font-weight: bold;
- }
- page .body .pintuan-card .good-card .good-card-right .right-bottom {
- color: #989898;
- font-size: 28rpx;
- }
- page .body .pintuan-card .all-price {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 38rpx;
- }
- page .body .pintuan-card .all-price .all-price-left {
- color: #656565;
- font-size: 28rpx;
- display: flex;
- align-items: center;
- }
- page .body .pintuan-card .all-price .all-price-right {
- display: flex;
- align-items: center;
- }
- page .body .remark-info .remarkText{
- font-size: 32rpx;
- }
- page .body .remark-info {
- height: 128rpx;
- border-radius: 20rpx;
- background-color: #FFFFFF;
- padding: 20rpx 42rpx;
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- }
- page .body .remark-info .placeholder {
- color: #989898;
- font-size: 28rpx;
- }
- page .body .remark-info input {
- height: 128rpx;
- }
- page .foot {
- width: 100%;
- height: 156rpx;
- background-color: #FFFFFF;
- position: fixed;
- bottom: 0;
- box-shadow: 0px -2px 28px -12px rgba(0, 0, 0, 0.19);
- z-index: 999;
- }
- page .foot .foot-row {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 24rpx;
- }
- page .foot .foot-row .foot-row-left {
- display: flex;
- align-items: center;
- }
- page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(1) {
- color: #656565;
- font-size: 24rpx;
- margin-left: 48rpx;
- }
- page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(2) {
- color: #656565;
- font-size: 24rpx;
- margin-left: 86rpx;
- text-decoration: line-through;
- }
- page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(3) {
- color: #656565;
- font-size: 24rpx;
- margin-left: 20rpx;
- }
- page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(4) {
- color: #FF874E;
- font-size: 28rpx;
- }
- page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(5) {
- color: #FF874E;
- font-size: 42rpx;
- margin-left: 10rpx;
- }
- page .foot .foot-row .foot-row-right {
- display: flex;
- align-items: center;
- }
- page .foot .foot-row .foot-row-right .foot-row-right-btn {
- width: 166rpx;
- height: 74rpx;
- box-sizing: border-box;
- border: 2rpx solid #FF874E;
- background-color: #FF874E;
- color: #FFFFFF;
- font-size: 28rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 37rpx;
- margin-left: 32rpx;
- margin-right: 20rpx;
- }
- page .foot > button {
- width: 688rpx;
- height: 74rpx;
- background-color: #FF874E;
- color: #FFFFFF;
- margin-top: 24rpx;
- border-radius: 37rpx;
- font-size: 28rpx;
- line-height: 74rpx;
- }
- page .popup {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- padding-bottom: 156rpx;
- }
- page .popup .popup-price {
- text-align: center;
- color: #FF874E;
- margin-top: 60rpx;
- font-weight: bold;
- }
- page .popup .popup-title {
- height: 100rpx;
- border-bottom: 10rpx solid #F5F5F5;
- padding-top: 32rpx;
- padding-bottom: 40rpx;
- }
- page .popup .popup-title text {
- margin-left: 42rpx;
- color: #656565;
- font-size: 36rpx;
- }
- page .popup .popup-body {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 156rpx;
- }
- page .popup .popup-body .popup-row {
- width: 80%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- page .popup .popup-body .popup-hint {
- width: 80%;
- margin-top: 24rpx;
- color: #FF874E;
- font-size: 24rpx;
- }
- page .popup .popup-body button {
- margin-top: 52rpx;
- width: 688rpx;
- height: 74rpx;
- background-color: #FF874E;
- color: #FFFFFF;
- font-size: 28rpx;
- line-height: 74rpx;
- border-radius: 37rpx;
- }
- page .popup .popup-body .card {
- width: 710rpx;
- height: 204rpx;
- background-color: white;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- page .popup .popup-body .card > view:first-child {
- height: 100%;
- display: flex;
- align-items: center;
- }
- page .popup .popup-body .card > view:first-child > image {
- width: 22rpx;
- height: 32rpx;
- }
- page .popup .popup-body .content {
- width: 550rpx;
- height: 80%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- page .popup .popup-body .content > p:first-child {
- width: 100%;
- height: 80rpx;
- color: #464646;
- font-size: 32rpx;
- font-weight: 600;
- }
- page .popup .popup-body .content > view > p {
- font-size: 28rpx;
- color: #656565;
- }
- page .popup .popup-body .content > view > p:last-child {
- margin-left: 44rpx;
- }
- page .popup .popup-body .place-card {
- display: flex;
- margin-top: 50rpx;
- }
- page .popup .popup-body .place-card .place-card-image image {
- width: 22rpx;
- height: 32rpx;
- }
- page .popup .popup-body .place-card .place-card-content {
- width: 450rpx;
- margin-left: 20rpx;
- color: #656565;
- font-size: 28rpx;
- font-weight: bold;
- }
- page .popup .popup-body .place-card .place-card-remark {
- width: 192rpx;
- margin-left: 20rpx;
- color: #989898;
- font-size: 26rpx;
- }
- page .popup-center {
- width: 454rpx;
- height: 326rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- page .popup-center > image {
- width: 66rpx;
- height: 60rpx;
- margin-top: 96rpx;
- }
- page .popup-center > text {
- font-size: 42rpx;
- color: #656565;
- margin-top: 60rpx;
- font-weight: 500;
- }
|