| 1234567891011121314151617181920212223242526272829303132 |
- .pro-btn {
- height: 88rpx;
- width: 710rpx;
- border: 1rpx solid #eab86a;
- text-align: center;
- color: #eab86a;
- line-height: 88rpx;
- font-size: 26rpx;
- margin: 0 auto;
- }
- .back-btn {
- height: 88rpx;
- width: 710rpx;
- border: 1rpx solid #cccccc;
- text-align: center;
- color: #999999;
- line-height: 88rpx;
- font-size: 26rpx;
- margin: 30rpx auto 0;
- }
- .pro-img {
- display: block;
- height: 200rpx;
- width: 200rpx;
- margin: 80rpx auto 30rpx;
- }
- .pro-text {
- color: #eab86a;
- font-size: 30rpx;
- text-align: center;
- margin-bottom: 155rpx;
- }
|