1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- page{
- display: block;
- width: 100%;
- height: 100%;
- background-color: #f6f6f6;
- overflow-y: auto;
- }
- .poster{
- display: block;
- width: 710rpx;
- height: 900rpx;
- margin: 20rpx auto 0;
- background-color: #ffffff;
- }
- .savebtn{
- display: block;
- width: 590rpx;
- height:88rpx;
- margin: 24rpx auto 0;
- background-color: #28a1ff;
- }
- .savebtn image{
- display: block;
- width: 44rpx;
- height: 44rpx;
- margin-right: 16rpx;
- position:relative;
- top:22rpx;
- }
- .open-seting-bg {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- }
- .btn-openset {
- display: flex;
- justify-content: space-around;
- font-size: 30rpx;
- margin-top: 60rpx;
- }
- .set-title {
- font-size: 30rpx;
- margin-top: 40rpx;
- }
- .open-set-inner {
- width: 400rpx;
- height: 220rpx;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- background: #ffffff;
- padding: 30rpx;
- }
- .btn-openset > view:nth-child(1) {
- color: #919191;
- }
- .button-style {
- width: 100%;
- height: 100%;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 0 0;
- font-size: 30rpx;
- line-height: 0;
- color: red;
- }
- button::after {
- border: 0;
- }
|