| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background-color: #fff;
- height: auto;
- min-height: 100%;
- }
- .top-bg {
- background-color: #ee2f72;
- height: 180rpx;
- width: 750rpx;
- }
- .yue-wrap {
- width: 670rpx;
- height: 320rpx;
- margin: -160rpx auto 30rpx;
- background: linear-gradient(-70deg, #ff77a7, #ff4a8a);
- box-shadow: 0px 15rpx 22rpx 6rpx rgba(238, 47, 114, 0.1);
- border-radius: 25rpx;
- color: #fff;
- font-size: 26rpx;
- padding: 50rpx 75rpx;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-start;
- }
- .yue-wrap .yue-tit {
- width: 100%;
- }
- .yue-wrap .cz image {
- width: 13rpx;
- margin-left: 10rpx;
- }
- .yue-wrap .tx image {
- width: 13rpx;
- margin-left: 10rpx;
- }
- .yue-wrap .yue-num {
- width: 100%;
- justify-content: space-between;
- }
- .yue-wrap .yue-num .yue {
- font-size: 76rpx;
- font-weight: bold;
- }
- .yue-wrap .yue-num .cz image {
- width: 13rpx;
- margin-left: 10rpx;
- }
- .yue-wrap .lj-wrap {
- width: 100%;
- justify-content: space-between;
- font-size: 24rpx;
- }
- .jl {
- width: 670rpx;
- margin: 0 auto 20rpx;
- padding: 35rpx 30rpx;
- background: #ffffff;
- box-shadow: 0px 0px 28px 0px rgba(48, 48, 48, 0.1);
- border-radius: 8px;
- }
- .jl .jl-tit {
- width: 100%;
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- }
- .jl .jl-tit .tit {
- max-width: 450rpx;
- }
- .jl .jl-tit .price {
- font-size: 38rpx;
- font-weight: bold;
- }
- .jl .jl-tit .add {
- color: #ee2f72;
- }
- .jl .jl-tit .add::before {
- content: '+';
- font-size: 28rpx;
- color: #ee2f72;
- }
- .jl .jl-tit .jian {
- color: #808080;
- }
- .jl .jl-tit .jian::before {
- content: '-';
- font-size: 28rpx;
- }
- .jl .jl-mark {
- padding-top: 20rpx;
- width: 100%;
- font-size: 24rpx;
- font-weight: 500;
- color: #808080;
- align-items: flex-start;
- }
- .jl .jl-mark .mark {
- max-width: 470rpx;
- }
- .hx-wrapper {
- width: 536rpx;
- height: 630rpx;
- position: relative;
- }
- .hx-wrapper .hx-img {
- width: 536rpx;
- height: 281rpx;
- }
- .hx-wrapper .hx-img image {
- width: 536rpx;
- height: 281rpx;
- }
- .hx-wrapper .hx-close {
- position: absolute;
- left: 243rpx;
- bottom: -80rpx;
- width: 52rpx;
- height: 52rpx;
- }
- .hx-wrapper .hx-close image {
- width: 52rpx;
- height: 52rpx;
- }
- .hx-wrapper .hx-body {
- width: 536rpx;
- height: 349rpx;
- background-color: #fff;
- border-radius: 0 0 10rpx 10rpx;
- }
- .hx-wrapper .hx-body .hx-title {
- width: 536rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- line-height: 1;
- padding-top: 42rpx;
- text-align: center;
- }
- .hx-wrapper .hx-body input {
- width: 439rpx;
- height: 68rpx;
- background: #eeddde;
- border-radius: 10rpx;
- margin: 39rpx auto 0;
- padding-left: 26rpx;
- }
- .hx-wrapper .hx-body input .hx-placeholder {
- font-size: 26rpx;
- font-weight: 500;
- color: #ee2f72;
- }
- .hx-wrapper .hx-body .hx-btn {
- margin: 44rpx auto 0;
- width: 353rpx;
- height: 71rpx;
- background: #ee2f72;
- border-radius: 34rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #f8f9f9;
- line-height: 71rpx;
- text-align: center;
- }
|