123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* pages/activeDetail/activeDetail.wxss */
- .line {
- display: flex;
- color: #999999;
- margin-top: 30rpx;
- }
- .title {
- margin-left: 35rpx;
- margin-top: 35rpx;
- display: flex;
- }
- .btn_area {
- width: 750rpx;
- height: 150rpx;
- /* border: 1px solid red; */
- box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
- position: fixed;
- bottom: 0;
- left: 0;
- background-color: #fff;
- }
- .btn {
- width: 680rpx;
- height: 80rpx;
- line-height: 80rpx;
- /* margin-top: 35rpx; */
- border-radius: 35rpx;
- /* margin-left: 75rpx; */
- background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
- color: white;
- text-align: center;
- position: absolute;
- top: 35rpx;
- left: 35rpx;
- }
- .remarkImg{
- width: 243rpx;
- height: 243rpx;
- position: fixed;
- bottom: 100rpx;
- right: 50rpx;
- }
|