| 1234567891011121314151617181920212223242526272829303132333435 |
- /* index.css */
- .con {
- padding: 100rpx 30rpx;
- text-align: center;
- background: #fff;
- }
- .title {
- font-size: 32rpx;
- color: #333;
- font-weight: bold;
- }
- .price {
- font-size: 48rpx;
- color: #E52400;
- font-weight: bold;
- margin-top: 60rpx;
- }
- .price text {
- font-size: 28rpx;
- font-weight: normal;
- }
- .btn {
- width: 300rpx !important;
- height: 80rpx !important;
- background: #07c160;
- font-size: 30rpx;
- color: #fff;
- border-radius: 10rpx !important;
- margin: 80rpx auto 0 !important;
- line-height: 80rpx !important;
- }
|