| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #fff;
- }
- .top-bg {
- position: relative;
- width: 750rpx;
- height: 591rpx;
- }
- .top-bg image {
- width: 750rpx;
- height: 591rpx;
- position: absolute;
- }
- .status_bar {
- height: 25px;
- width: 100%;
- }
- .body-title {
- height: 80rpx;
- text-align: center;
- font-size: 35rpx;
- position: relative;
- }
- .body-title .header {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #fffeff;
- height: 80rpx;
- font-size: 36rpx;
- font-weight: 700;
- z-index: 9;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .body-title .goback-box {
- position: absolute;
- left: 18rpx;
- top: 0;
- height: 80rpx;
- display: flex;
- align-items: center;
- }
- .body-title .goback {
- z-index: 100;
- width: 34rpx;
- height: 34rpx;
- }
- .bastgood-box {
- background-color: #ffffff;
- padding: 0rpx 0 40rpx;
- }
- .bastgood-box .bast-bg {
- width: 376rpx;
- height: 34rpx;
- margin: 0 auto;
- }
- .bastgood-box .bast-bg image {
- width: 100%;
- height: 100%;
- }
- .bastgood-box .guess-item {
- display: flex;
- width: 710rpx;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 10rpx;
- margin: 0 auto 20rpx;
- position: relative;
- }
- .bastgood-box .guess-item image {
- width: 236rpx;
- height: 236rpx;
- border-radius: 10rpx;
- }
- .bastgood-box .guess-item .guess-box {
- padding: 12rpx 0 12rpx 24rpx;
- width: 436rpx;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-start;
- }
- .bastgood-box .guess-item .guess-box .title {
- font-size: 32rpx;
- padding-left: 4rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- width: 368rpx;
- line-height: 36rpx;
- }
- .bastgood-box .guess-item .guess-box .price-box {
- justify-content: flex-start;
- }
- .bastgood-box .guess-item .guess-box .price-box .yuanprice {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- text-decoration: line-through;
- color: #999999;
- padding-right: 6rpx;
- }
- .bastgood-box .guess-item .guess-box .price-box image {
- width: 16rpx;
- height: 18rpx;
- }
- .bastgood-box .guess-item .guess-box .price-box .jiang {
- padding-left: 2rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #b59467;
- }
- .bastgood-box .guess-item .guess-box .price {
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ff1135;
- }
- .bastgood-box .guess-item .guess-box .btn {
- width: 138rpx;
- height: 52rpx;
- background: #FF4C4C;
- border-radius: 26rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 52rpx;
- text-align: center;
- position: absolute;
- bottom: 25rpx;
- right: 25rpx;
- }
|