123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- .timepick {
- height: 100rpx;
- background: #fff;
- }
- .total {
- display: flex;
- padding: 30rpx;
- }
- .tpart.act {
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 0 #2b9dff !important;
- color: #2b9dff !important;
- }
- .tpart {
- background: #fff;
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
- flex: 1;
- text-align: center;
- margin-left: 30rpx;
- }
- .tpart:nth-child(1) {
- margin-left: 0 !important;
- }
- .tpart view:nth-child(1) {
- line-height: 60rpx;
- font-size: 24rpx;
- }
- .tpart view:nth-child(2) {
- font-size: 36rpx;
- }
- .tpart view:nth-child(3) {
- line-height: 80rpx;
- font-size: 36rpx;
- }
- .searchbar {
- height: 80rpx;
- padding: 10rpx 30rpx;
- background: #fff;
- line-height: 80rpx;
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
- }
- .addbtn {
- text-align: right;
- width: 80rpx;
- }
- .inputv {
- background: #f2f2f2;
- border-radius: 40rpx;
- }
- .inputv view:nth-child(1) {
- width: 80rpx;
- position: relative;
- }
- .inputv view:nth-child(1) image {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: 50%;
- margin-top: -15rpx;
- left: 30rpx;
- }
- .inputv view:nth-child(2) {
- flex: 1;
- }
- .inputv input {
- width: 100%;
- height: 100%;
- }
- .inputv view:nth-child(3) {
- width: 80rpx;
- position: relative;
- }
- .inputv view:nth-child(3) image {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: 50%;
- margin-top: -15rpx;
- right: 30rpx;
- }
- .userbtn {
- text-align: left;
- width: 130rpx;
- }
- .part {
- margin: 20rpx 30rpx;
- box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08);
- border-radius: 12rpx;
- padding: 30rpx;
- background: #fff;
- }
- .ptime {
- font-size: 24rpx;
- }
- .pname {
- display: flex;
- margin: 20rpx 0;
- line-height: 100rpx;
- }
- .logov {
- width: 100rpx;
- height: 100rpx;
- margin-right: 30rpx;
- }
- .logov image {
- width: 100%;
- height: 100%;
- }
- .pname .navigator-arrow::after {
- right: 0;
- }
- .tips {
- color: #666;
- font-size: 24rpx;
- display: flex;
- margin-top: 20rpx;
- }
- .tips view {
- flex: 1;
- text-align: center;
- font-size: 24rpx;
- }
- .tips view:nth-child(1) {
- text-align: left;
- }
- .tips view:nth-child(3) {
- text-align: right;
- }
- .toolbar {
- overflow: hidden;
- margin-top: 10rpx;
- }
- .toolbar view {
- float: right;
- width: 150rpx;
- text-align: center;
- height: 50rpx;
- line-height: 50rpx;
- border: 1rpx solid #999;
- border-radius: 6rpx;
- margin-left: 20rpx;
- font-size: 26rpx;
- }
- .bluebar {
- border: 1rpx solid #2b9dff !important;
- color: #2b9dff !important;
- }
- .title {
- height: 100rpx;
- line-height: 100rpx;
- padding: 0 30rpx;
- }
- .title text {
- float: right;
- color: #ff5f6b;
- }
- .skpart {
- background: #fff;
- box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08);
- border-radius: 12rpx;
- padding: 0 30rpx;
- margin: 0 30rpx;
- position: relative;
- }
- .cashtitle {
- line-height: 80rpx;
- font-size: 24rpx;
- }
- .cashtitle text:nth-child(1) {
- margin-left: 40rpx;
- }
- .cashtitle text:nth-child(2) {
- float: right;
- font-weight: 500;
- }
- .row1 {
- display: flex;
- line-height: 60rpx;
- }
- .row1 view {
- flex: 1;
- }
- .row1 view:nth-child(1) {
- text-align: left;
- }
- .row1 view:nth-child(2) {
- text-align: center;
- }
- .row1 view:nth-child(3) {
- text-align: right;
- }
- .row2 {
- display: flex;
- line-height: 50rpx;
- }
- .row2 view {
- flex: 1;
- font-size: 24rpx;
- color: #666;
- }
- .sell {
- position: absolute;
- left: 0;
- top: 20rpx;
- text-align: center;
- background-image: linear-gradient(-180deg, #ff7696 0%, #ff5151 100%);
- border-radius: 0 21px 21px 0;
- color: #fff;
- font-size: 24rpx;
- width: 50rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
|