123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- page {
- background-color: #F6F6F6;
- }
- .wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 20rpx 24rpx 160rpx;
- box-sizing: border-box;
- }
- .item {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 0 24rpx;
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 16rpx;
- margin-bottom: 20rpx;
- }
- .item-top {
- width: 100%;
- height: 90rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .item-top text:first-child {
- color: #111111;
- font-size: 30rpx;
- font-weight: bold;
- }
- .item-bottom {
- width: 100%;
- height: 120rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-top: 20rpx;
- }
- .item-bottom button {
- width: 168rpx;
- height: 72rpx;
- line-height: 72rpx;
- border-radius: 100rpx;
- border: 1px solid #9D9D9D;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- color: #202020;
- font-size: 24rpx;
- margin-right: 14rpx;
- }
- .item-bottom button:last-child {
- margin-right: 0;
- }
- .border-red {
- border: 1px solid #E63D23 !important;
- color: #F2501A !important;
- }
- .border-gray {
- border: 1px solid #9D9D9D !important;
- color: #777777 !important;
- }
- .price-row {
- width: 100%;
- text-align: right;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .big-font {
- font-size: 38rpx;
- font-weight: bold;
- }
- .big-font-black {
- font-size: 38rpx;
- color: #202020;
- font-weight: bold;
- }
- .margin {
- margin-right: 10rpx;
- }
- .margin:last-child {
- margin: 0;
- }
- .item-content {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .product-img {
- width: 186rpx;
- height: 186rpx;
- border-radius: 12rpx;
- margin-right: 28rpx;
- }
- .item-content-sidebar {
- flex: 1;
- height: 180rpx;
- display: flex;
- flex-direction: column;
- }
- .product-item-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 25rpx;
- }
- .product-item-name {
- width: 71%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- color: #202020;
- font-size: 26rpx;
- }
- .row-end {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- }
- .product-item-price {
- color: #202020;
- font-size: 26rpx;
- }
- .product-item-num {
- color: #A7A7A7;
- font-size: 20rpx;
- }
- .product-item-num text {
- font-size: 24rpx;
- }
- .product-item-tag {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .product-item-msg {
- width: 100%;
- color: #F2501A;
- font-size: 20rpx;
- }
- .box {
- width: 100%;
- display: flex;
- flex-direction: column;
- background-color: #fff;
- border-radius: 8rpx;
- margin-bottom: 20rpx;
- }
- .box-label {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- display: flex;
- color: #111111;
- font-size: 30rpx;
- font-weight: bold;
- align-items: center;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .refund-list {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .refund-item {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 30rpx 24rpx;
- box-sizing: border-box;
- border-bottom: 1px solid rgba(67, 63, 103, 0.2);
- box-sizing: border-box;
- }
- .refund-item:last-child {
- border: none;
- }
- .row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .row-name {
- color: #212121;
- font-size: 30rpx;
- }
- .select-row {
- display: flex;
- align-items: center;
- color: #777777;
- font-size: 28rpx;
- }
- .back-icon {
- width: 15rpx;
- margin-left: 36rpx;
- }
- .refund-price {
- color: #FF0606;
- font-size: 32rpx;
- }
- .refund-msg {
- width: 100%;
- color: #777777;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .img-container {
- width: 100%;
- background-color: #FFFFFF;
- padding: 44rpx 24rpx 15rpx;
- box-sizing: border-box;
- border-radius: 8rpx;
- }
- .note-image-box {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .add-img {
- width: 100%;
- height: 100%;
- border-radius: 8rpx;
- }
- .img {
- width: 100%;
- height: 100%;
- border-radius: 8rpx;
- }
- .note-image-item {
- width: 30.6666%;
- height: 200rpx;
- margin-right: 4%;
- margin-bottom: 4%;
- position: relative;
- }
- .note-image-item:nth-child(3n) {
- margin-right: 0;
- }
- .close-icon {
- position: absolute;
- right: 16rpx;
- top: 16rpx;
- z-index: 999;
- }
- .close-icon image {
- width: 22rpx;
- height: 22rpx;
- }
- .image-box {
- width: 100%;
- height: 100%;
- }
- .upload-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .upload-box-label {
- color: #212121;
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 30rpx;
- }
- .upload-box-label text {
- font-weight: normal;
- color: #696969;
- font-size: 28rpx;
- }
- .footer {
- width: 100%;
- height: 140rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 999;
- background-color: #fff;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .footer button {
- width: 100%;
- height: 72rpx;
- line-height: 72rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #F2501A;
- color: #fff;
- font-size: 34rpx;
- border-radius: 100rpx;
- }
- .mask {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.38);
- z-index: 9999999;
- }
- .window {
- position: fixed;
- width: 100%;
- height: 848rpx;
- bottom: 0;
- left: 0;
- overflow: hidden;
- background-color: #fff;
- z-index: 99999999;
- display: flex;
- flex-direction: column;
- align-items: center;
- border-radius: 40rpx 40rpx 0 0;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .window-bottom {
- width: 100%;
- height: 180rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .window-bottom button {
- color: #FFFFFF;
- font-size: 26rpx;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 100rpx;
- background-color: #F2501A;
- }
- .window-label {
- width: 100%;
- height: 115rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- color: #202020;
- }
- .window-select-box {
- width: 100%;
- height: calc(100% - 295rpx);
- box-sizing: border-box;
- }
- .radio-wrap {
- width: 100%;
- }
- .radio-row {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 60rpx;
- }
- .radio-row:last-child {
- margin-bottom: 0;
- }
- .leftsidebar {
- display: flex;
- align-items: center;
- color: #202020;
- font-size: 26rpx;
- }
- .circle-img {
- width: 40rpx;
- height: 40rpx;
- }
|