| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | 
							- /**app.wxss**/
 
- .container {
 
-   height: 100%;
 
-   box-sizing: border-box;
 
-   color: #333;
 
-   font-family: helvetica,'Heiti SC',PingFangSC-Light;
 
- } 
 
- .price{
 
-   font-family: Arial;
 
-   display: inline-block;
 
-   color: #e43130;
 
-   color: #FF4D3A;
 
- }
 
- [contenteditable="true"], input, textarea {
 
-   -webkit-user-select: auto!important;
 
-   -khtml-user-select: auto!important;
 
-   -moz-user-select: auto!important;
 
-   -ms-user-select: auto!important;
 
-   -o-user-select: auto!important;
 
-   user-select: auto!important;
 
- }
 
- /* 清除浮动 */
 
- .clearfix::after {
 
-   content: '';
 
-   display: block;
 
-   clear: both;
 
-   height:0;
 
-   visibility: hidden;
 
- }
 
- /* /清除浮动 */
 
- /* 价格数字显示不同大小 */
 
- .symbol {
 
-   font-size: 24rpx;
 
- }
 
- .big-num {
 
-   font-size: 32rpx;
 
- }
 
- .small-num {
 
-   font-size: 24rpx;
 
- }
 
- /* 底部弹出层的上、右圆角 */
 
- .border-radius-t-r{
 
-   border-radius: 26rpx 26rpx 0 0;
 
- }
 
- /* 页面各栏目圆角 */
 
- .border-radius-box{
 
-   border-radius: 20rpx;
 
- }
 
 
  |