| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | 
							- .page {
 
-   padding-bottom: 30rpx;
 
- }
 
- .page__hd
 
- {
 
-   border-radius: 5px;
 
-   box-shadow: 0rpx 3rpx 5rpx #DBDBDB;
 
-   margin: 30rpx 30rpx 0 30rpx;
 
-   padding: 0rpx;
 
-   overflow: hidden;
 
- }
 
- .pic
 
- {
 
-   border-top-right-radius: 5px;
 
-   border-top-left-radius: 5px;
 
-   width:695rpx;
 
- }
 
- .page__title {
 
-   padding: 0 30rpx 0 30rpx;
 
- }
 
- .page__desc 
 
- {
 
-   display: flex;
 
-   flex-direction: row;
 
-   justify-content: space-between;
 
-   padding: 0 30rpx 0 30rpx;
 
-   align-items: center;
 
-   -ms-flex-item-align: center;
 
- }
 
- .price
 
- {
 
-   font-size:36rpx;
 
-   color:#ff9900; 
 
- }
 
- .nxh__button
 
- {
 
-   width: 180rpx;
 
- }
 
- .cash {
 
-   position: fixed;
 
-   bottom: 30rpx;
 
-   right: 325rpx;
 
- }
 
- .cash image {
 
-   width: 100rpx;
 
-   height: 100rpx;
 
-   background: #fff;
 
-   border-radius: 50rpx;
 
- }
 
 
  |