| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background-color: #f5f5f5;
- }
- /*砍价记录*/
- .bargain-record .item .picTxt .text .time .styleAll {
- color: #fc4141;
- font-size: 24rpx;
- }
- .bargain-record .item .picTxt .text .time .red {
- color: #999;
- font-size: 24rpx;
- }
- .bargain-record .item {
- background-color: #fff;
- margin-bottom: 12rpx;
- }
- .bargain-record .item .picTxt {
- height: 210rpx;
- border-bottom: 1px solid #f0f0f0;
- padding: 0 30rpx;
- }
- .bargain-record .item .picTxt .pictrue {
- width: 150rpx;
- height: 150rpx;
- }
- .bargain-record .item .picTxt .pictrue image {
- width: 100%;
- height: 100%;
- -webkit-border-radius: 6rpx;
- border-radius: 6rpx;
- }
- .bargain-record .item .picTxt .text {
- width: 515rpx;
- font-size: 30rpx;
- color: #282828;
- height: 150rpx;
- }
- .bargain-record .item .picTxt .text .time {
- font-size: 24rpx;
- color: #868686;
- -webkit-box-pack: left !important;
- -webkit-justify-content: left !important;
- justify-content: left !important;
- }
- .bargain-record .item .picTxt .text .successTxt {
- font-size: 24rpx;
- }
- .bargain-record .item .picTxt .text .endTxt {
- font-size: 24rpx;
- color: #999;
- }
- .bargain-record .item .picTxt .text .money {
- font-size: 24rpx;
- }
- .bargain-record .item .picTxt .text .money .num {
- font-size: 32rpx;
- font-weight: bold;
- }
- .bargain-record .item .picTxt .text .money .symbol {
- font-weight: bold;
- }
- .bargain-record .item .bottom {
- height: 100rpx;
- padding: 0 30rpx;
- font-size: 27rpx;
- }
- .bargain-record .item .bottom .purple {
- color: #f78513;
- }
- .bargain-record .item .bottom .end {
- color: #999;
- }
- .bargain-record .item .bottom .success {
- color: #e93323;
- }
- .bargain-record .item .bottom .bnt {
- font-size: 27rpx;
- color: #fff;
- width: 176rpx;
- height: 60rpx;
- -webkit-border-radius: 32rpx;
- border-radius: 32rpx;
- text-align: center;
- line-height: 60rpx;
- }
- .bargain-record .item .bottom .bnt.cancel {
- color: #aaa;
- border: 1px solid #ddd;
- }
- .bargain-record .item .bottom .bnt ~ .bnt {
- margin-left: 18rpx;
- }
|