12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /* pages/plan/plan.wxss */
- .banner {
- width: 100%;
- position: relative;
- padding-bottom: 42rpx;
- }
- .banner>image{
- width: 100%;
- height: 628rpx;
- }
- .banner .store-button {
- position: relative;
- margin-top: -112rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 610rpx;
- height: 84rpx;
- line-height: 84rpx;
- text-align: center;
- background-color: #FA7D22;
- border-radius: 80rpx;
- font-size: 32rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .content {
- padding: 0 30rpx 68rpx 30rpx;
- }
- .content .title {
- margin-top: 18rpx;
- margin-left: 18rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 50rpx;
- }
- .content>image{
- width: 100%;
- height: 1220rpx;
- }
|