123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- /* pages/order/order.wxss */
- page {
- background-color: #f4f4f4;
- height: 100%;
- overflow-y: hidden;
- }
- view.inline {
- display: inline-block;
- vertical-align: middle;
- line-height: 28rpx;
- height: 28rpx;
- min-height: 28rpx;
- }
- .map_text {
- position: relative;
- height: calc(100% - 210rpx);
- background: #fff;
- padding: 0 30rpx;
- margin: 30rpx 20rpx 50rpx 20rpx;
- border-radius: 10rpx;
- box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
- }
- /*
- .map_text.active {
- background-color: #ebebeb;
- }
- */
- .charging_text_title {
- height: 105rpx;
- width: 100%;
- display: flex;
- margin-bottom: 20rpx;
- }
- .charging_text_title1 {
- width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .charging {
- width: 62rpx;
- height: 62rpx;
- margin: 30rpx 30rpx 30rpx 0;
- flex-shrink: 0;
- overflow: hidden;
- }
- .charging image {
- width: 62rpx;
- height: 62rpx;
- }
- text {
- margin: 0 0 20rpx 0;
- display: block;
- font-size: 24rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #231400;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 24rpx;
- height: 24rpx;
- min-height: 24rpx;
- }
- text.bold {
- font-weight: bold;
- line-height: 34rpx;
- height: 34rpx;
- min-height: 34rpx;
- margin-top: 28rpx;
- margin-bottom: 8rpx;
- display: block;
- font-size: 30rpx;
- }
- text.inline {
- display: inline-block;
- color: #575757;
- }
- .h1 {
- margin: 0rpx 0rpx 24rpx 0rpx;
- font-size: 24rpx;
- line-height: 28rpx;
- height: 28rpx;
- min-height: 28rpx;
- color: #a3a3a3;
- }
- .pay_button {
- font-size: 32rpx;
- margin: 50rpx 65rpx;
- height: 90rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- text-overflow: ellipsis;
- white-space: nowrap;
- background-color: #f18e19;
- border-radius: 45rpx;
- box-shadow: 0rpx 16rpx 0rpx #edf5fd;
- border: none;
- }
- .pay_button.button-hover {
- background-color: #31d197;
- }
- .pay_button1 {
- font-size: 32rpx;
- margin: 50rpx 65rpx;
- height: 90rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- text-overflow: ellipsis;
- white-space: nowrap;
- background-color: #c9c9c9;
- border-radius: 45rpx;
- box-shadow: 0rpx 16rpx 0rpx #edf5fd;
- border: none;
- }
- .table {
- border-bottom: 1rpx solid #f2f2f2;
- margin-bottom: 20rpx;
- }
- .tr {
- display: flex;
- width: calc(100% - 40rpx);
- justify-content: center;
- align-items: center;
- padding: 20rpx 20rpx 0 20rpx;
- }
- .tr.title {
- background-color: #f8f8f8;
- }
- .tr.title text {
- color: #a3a3a3;
- }
- .td {
- width: 40%;
- justify-content: center;
- text-align: center;
- margin-bottom: 20rpx;
- }
- .td.center {
- border-right: 1rpx solid #f2f2f2;
- border-left: 1rpx solid #f2f2f2;
- }
- .td text {
- color: #a3a3a3;
- }
- .th {
- width: 40%;
- justify-content: center;
- text-align: center;
- }
- .th.center text {
- font-weight: bold;
- color: #d0d0d0;
- }
- .info_title {
- color: #646263;
- font-weight: bold;
- }
- .info {
- margin-bottom: 20rpx;
- border-bottom: 1rpx solid #f2f2f2;
- }
- .info text {
- color: #959595;
- }
- .info_view {
- border-top: 1rpx solid #f2f2f2;
- border-bottom: 1rpx solid #f2f2f2;
- display: flex;
- }
- .info_view.active {
- background-color: #f8f8f8;
- }
- .info_view text {
- margin-top: 20rpx;
- color: #959595;
- }
- .zan-text{
- width:100%;
- }
- .zan-ft{
- margin: 20rpx 0;
- width: 14rpx;
- height: 24rpx;
- }
- .zan-ft image{
- display: block;
- width: 14rpx;
- height: 24rpx;
- /*transform:rotate(180deg);*/
- }
|